Skip to content

[Lens] Fields shown as empty in some cases #84325

@flash1293

Description

@flash1293

Kibana version: master

Describe the bug: In some cases fields are shown as empty even though they contain data

Steps to reproduce:

  1. 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
}
  1. Create an index pattern with time field on "ts1"
  2. Go to Lens and adjust time range to include the time range
  3. All fields shown as empty

Expected behavior:
Fields should be shown as existing

Screenshots (if relevant):
Screenshot 2020-11-25 at 13 36 20

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//bugFixes for quality problems that affect the customer experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions