Mapping conflict in data view with hidden/system indices #177862
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Kibana version:
8.12.2
Elasticsearch version:
8.12.2
Server OS version:
Linux
Browser version:
Chrome
Original install method (e.g. download page, yum, from source, etc.):
Docker
Describe the bug:
Using the
*-*
wildcard inIndex Pattern
result in hidden/system indices being matched in mapping even if "Allow hidden and system indices" is turned off. This results in conflicts between our custom mapping (mostlykeyword
) and various fields, likesurl
which haveobject
type instead, from the following indices:Also, hiddens/system indices are matched in ES|QL when using the following syntaxe
FROM *-*
which prevents us to performs full search on all our own indices .Steps to reproduce:
*-*
Expected behavior:
I do not expect any
.internal.*
indices to be match since the "Allow hidden and system indices" is turned off.Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
This might be related to #168174, #168882 or #164652.
The text was updated successfully, but these errors were encountered: