Passthrough field type triggers crash in index management #192125
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Index Management
Index and index templates UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Kibana version: 8.16.0-9f5437f6-SNAPSHOT
Elasticsearch version: 8.16.0
Server OS version: likely all, tested on macOS 14.6.1
Browser version: likely all, tested on Safari 17.6 (19618.3.11.11.5), and Chrome 128.0.6613.114
Browser OS version: likely all, tested on macOS 14.6.1
Original install method (e.g. download page, yum, from source, etc.):
docker.elastic.co/kibana/kibana:8.16.0-9f5437f6-SNAPSHOT
Describe the bug:
Elasticsearch introduced the passthrough field type in elastic/elasticsearch#103648. We use that for OTel data.
If an index contains such a field, Kibana crashes when you want to see the mapping for such an index.
Steps to reproduce:
Stack Management
Index Management
passthrough-index
Expected behavior:
No error
Screenshots (if relevant):
This is the overview page, this one works.
But then when you click
Mappings
, the error happens:Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
Just note that when I define fields in index template in Kibana via the UI, the passthrough field type is not in the list. Once a template already has a passthrough field, and I'd like to edit that template, the same error happens:
The text was updated successfully, but these errors were encountered: