TSVB displays an empty field list when a non-default index pattern is specified #22575
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: 6.4.0
Elasticsearch version: 6.4.0
Server OS version: CentOS Linux release 7.4.1708 (Core) (Linux 4.14.12)
Browser version: Chrome 68.0.3440.106
Browser OS version: Windows 7 Enterprise x64
Original install method (e.g. download page, yum, from source, etc.): yum
Describe the bug:
Timeseries Visual Builder fails to list available index fields when a non-default index pattern name is specified on the "Panel Options" tab.
Steps to reproduce:
Screenshot:
https://i.imgur.com/GrZr5hi.png
Expected behavior:
TSVB displays a valid field list in the "Field" drop-down menu.
Any additional context:
This has been tested with a fresh Kibana 6.4.0 instance (no plugins, latest release tarball from elastic.co).
TSVB visualizations created in older versions of Kibana work without any issues.
Based on the request log from Kibana, it seems that TSVB doesn't re-request the field list when the index pattern changes. The initial request for the default index pattern is there (it can be seen on the screenshot above) but after that there are no such requests.
The text was updated successfully, but these errors were encountered: