Exclude system/metadata indices in searches with wildcard kind
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [YES]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
Google Cloud -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
In searches with wildcard kind, only the ElasticSearch system/internal indices started with dot will be excluded.
What is the new/expected behavior?
In searches with wildcard kind, the ElasticSearch system/internal indices started with dot and the indices with authority as "system-meta-data" will be excluded.
Have you added/updated Unit Tests and Integration Tests?
Yes
Any other useful information
Edited by Zhibin Mai