-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Description
Kibana version: master
Describe the bug: In some cases fields are shown as empty even though they contain data
Steps to reproduce:
- Ingest these documents:
POST testindex/_doc
{
"ts1": "2020-10-25",
"ts2": "2020-10-25",
"val": 5,
"val2": [5,4]
}
POST testindex/_doc
{
"ts1": "2020-10-24",
"ts2": "2020-10-24",
"val": 2,
"val2": 9
}
- Create an index pattern with time field on "ts1"
- Go to Lens and adjust time range to include the time range
- All fields shown as empty
Expected behavior:
Fields should be shown as existing
Any additional context:
I previously thought this would be caused by scripted fields (see #84194 ), but I can't reproduce this behavior anymore. Maybe there's just a race condition of some kind going on in general.
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
