-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Closed
Copy link
Labels
Feature:TSVBTSVB (Time Series Visual Builder)TSVB (Time Series Visual Builder)Team: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 experienceregressionv6.5.0
Description
Kibana version: 6.4.0
Browser version: Firefox
Describe the bug:
If you change the index pattern in TSVB, the Time Field selector doesn't show any fields unless you refresh it by changing the Time Picker, even if there is data in the time interval already set. If you don't change the index pattern, there is no problem in populating the Time Field selector.
Steps to reproduce:
- Create 2 index patterns (
.kibanaandmetricbeat-*in my case). - Set .kibana as the default index.
- Open TSVB and go to Panel Options.
- Change the index pattern from the default to
metricbeat-*. Now it won't show any fields in the Time Fields selector. - Change the timepicker to another interval. Now the Time Fields selector will be populated with the date fields from the
metricbeat-*index pattern.
It seems that the request to ES is not sent after the index pattern field is updated, even though it should be.
Metadata
Metadata
Labels
Feature:TSVBTSVB (Time Series Visual Builder)TSVB (Time Series Visual Builder)Team: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 experienceregressionv6.5.0