Index pattern: "_id" field marked as aggregatable #77206
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Kibana version: master
Describe the bug:
When creating an index pattern,
_id
is mapped as an aggregatable string field. However it's not actually aggregatable and using it e.g. in a terms operation will result in an Elasticsearch errorSteps to reproduce:
_id
fieldExpected behavior:
_id
should not be shown in the dropdown at allScreenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The code deriving the index pattern fields should probably be adjusted to not mark
_id
as aggregatable.The text was updated successfully, but these errors were encountered: