-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Open
Labels
:Security/SecuritySecurity issues without another labelSecurity issues without another labelTeam:SecurityMeta label for security teamMeta label for security team
Description
Elasticsearch version: 7.1.0, 7.2.0
Plugins installed: [analysis-icu, analysis-smartc, analysis-phonetic]
JVM version : bundled
OS version: Ubuntu 18.04.2
Description of the problem including expected versus actual behavior:
Actual: Elasticsearch Indices /GET API return closed indices if they has assigned aliases.
Expected: ES should return only opened indices.
Aliases are unique to closed indices, and there are no opened indices sharing same aliases.
Steps to reproduce:
- Create new index
- Put alias to this index
- Close index
- Execute
GET http://elasticsearch.host:9200/*to get list of indices including closed just now. - Delete alias from closed index.
- Execute
GET http://elasticsearch.host:9200/*to get list of indices without closed one.
Metadata
Metadata
Assignees
Labels
:Security/SecuritySecurity issues without another labelSecurity issues without another labelTeam:SecurityMeta label for security teamMeta label for security team