You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
would be nice to be able to support getting from a pattern of indices. one example for this would be something like the logstash-%Y%d%m style indexing. I generally keep an alias pointing at the index that I want to write to, so you could express a model to index mapping in a way similar to:
would be nice to be able to support getting from a pattern of indices. one example for this would be something like the logstash-%Y%d%m style indexing. I generally keep an alias pointing at the index that I want to write to, so you could express a model to index mapping in a way similar to:
{"thing1": {"read": "my_daily_*", "write": "my_daily"}}
The text was updated successfully, but these errors were encountered: