# Differences between an index and an alias which points to a single index

**URL:** https://discuss.elastic.co/t/differences-between-an-index-and-an-alias-which-points-to-a-single-index/15980
**Category:** Elasticsearch
**Created:** [February 23, 2014, 11:03pm UTC](https://discuss.elastic.co/t/differences-between-an-index-and-an-alias-which-points-to-a-single-index/15980 "2014-02-23T23:03:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Rafael\_Almeida](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rafael_almeida/32/1345_2.png) [@Rafael\_Almeida](https://discuss.elastic.co/u/Rafael_Almeida)
#### Post date: [February 23, 2014, 11:03pm UTC](https://discuss.elastic.co/t/differences-between-an-index-and-an-alias-which-points-to-a-single-index/15980/1 "2014-02-23T23:03:08Z")

</div>

Hello,

Say I have an index called duckling and an alias called duck which points  
to duckling and no other index. Except for creating an alias pointing to  
duck, all the other operations seem to route directly to duckling. Is that  
true? is there something besides creating an alias that I can do with an  
index, but not with its alias?

[]'s  
Rafael

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAKCnWVmmw%3Dtfn3%2B%3DH9V6THQ9Q%2BFq\_v2W44RmCz5VSEZ3Zyh\_xA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKCnWVmmw%3Dtfn3%2B%3DH9V6THQ9Q%2BFq_v2W44RmCz5VSEZ3Zyh_xA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![javanna](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/javanna/32/4698_2.png) [@javanna](https://discuss.elastic.co/u/javanna)
#### Post date: [February 24, 2014, 7:40am UTC](https://discuss.elastic.co/t/differences-between-an-index-and-an-alias-which-points-to-a-single-index/15980/2 "2014-02-24T07:40:40Z")

</div>

No limitations, as long as the alias points to a single index.

If it pointed to multiple indices then you couldn't execute single index  
operations, like index etc. as it's not possible to identify which single  
index the operation is supposed to execute on.

On Monday, February 24, 2014 12:03:08 AM UTC+1, Rafael Almeida wrote:

> Hello,
> 
> Say I have an index called duckling and an alias called duck which points  
> to duckling and no other index. Except for creating an alias pointing to  
> duck, all the other operations seem to route directly to duckling. Is that  
> true? is there something besides creating an alias that I can do with an  
> index, but not with its alias?
> 
> 's  
> Rafael

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/261d986a-ee8d-4f1c-9604-e9a19da1faab%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/261d986a-ee8d-4f1c-9604-e9a19da1faab%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:47am UTC](https://discuss.elastic.co/t/differences-between-an-index-and-an-alias-which-points-to-a-single-index/15980/3 "2017-07-06T01:47:56Z")

</div>


