Hello,

I created a alias that contain multiple indices and I can get data without 
any error but insert/update data via alias that show below message

{
   "error": "ElasticsearchIllegalArgumentException[Alias [data-active] has 
more than one indices associated with it [[data-v4, data-v2, data-v3]], 
can't execute a single index op]",
   "status": 400
}

Actually, inserting and updating are working on data-v4 only but I need to 
do via alias because I can reuse application code without any change.

Is it possible to configure something to do like that?


Thank you,
Hiko

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/c6436e1d-a6d1-46c9-8303-e10bb883a8ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to