Inconsistent field display in visualization for ES|QL with custom timestamp #206095
Labels
bug
Fixes for quality problems that affect the customer experience
needs-team
Issues missing a team label
Kibana version:
Kibana Demo 8.17.0
Describe the bug:
When running an ES|QL command without specifying a custom timestamp field, the visualization in Kibana shows one less field (host) compared to when a custom timestamp field is specified.
This inconsistency occurs despite the responses being the same, as the
utc_time
field is equal to the@timestamp
field.Steps to Reproduce
Go to https://demo.elastic.co/app/discover and click on Try ES|QL. Run the following ES|QL command without specifying a custom timestamp field:
Request sent:
Observe the response:
Run the following ES|QL command specifying a custom timestamp field:
Request sent:
Observe the response:
Expected Behavior
The visualization should display the same fields regardless of whether a custom timestamp field is specified, as the responses are identical.
Actual Behavior
The visualization shows one less field (host) when the custom timestamp field is specified.
Additional context
The
utc_time
field is equal to the@timestamp
field in the dataset.Video
ESQL.-.Issue.with.the.customized.timestamp.mp4
The text was updated successfully, but these errors were encountered: