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
Elasticsearch introduced the System Indices and Hidden Indices concepts to replace indices that start with a dot, eg .logstash. These dot indices are an implementation detail that users should not interact with. Logstash centralized pipeline management uses .logstash to store pipeline information. It needed to migrate to the new System Indices API. (upstream: elastic/elasticsearch#50251)
Elasticsearch introduced the System Indices and Hidden Indices concepts to replace indices that start with a dot, eg .logstash. These dot indices are an implementation detail that users should not interact with. Logstash centralized pipeline management uses .logstash to store pipeline information. It needed to migrate to the new System Indices API. (upstream: elastic/elasticsearch#50251)
Expected Tasks
[ ] Add integration test with multiple ES versions (7.9 and master)[ ] Add integration test with multiple ES versions (7.9 and master)Future Tasks
After legacy API is deprecated
The text was updated successfully, but these errors were encountered: