mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
58f9839197
This PR is a simple doc patch to explicitly mention with an example of how to create an alias using a glob pattern. This comes up from time-to-time with our customers and in the community and although mentioned in the documentation already, is not obvious. Also mention that the alias will not auto-update as indices matching the glob change. Closes #12175 Closes #12176