Dieterbe / anthracite

an event / change logging/managament app
Apache License 2.0
295 stars 33 forks source link

Allow ES index to be an alias #23

Closed walkeran closed 9 years ago

walkeran commented 9 years ago

When Anthracite attempts to create the ES index (and passes if it already exists), it bombs out when the index is an alias. We are hitting an index which actually is an alias, but it always points to the index with the current mapping.

Dieterbe commented 9 years ago

looks good, thanks