You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Visualizations cannot use minimum interval Auto in a date histogram if the selected time field isn't the default time field for a given index pattern
#9177
Currently when attempting to use a date histogram it is impossible to select minimum interval Auto for any timestamp other than the default Time field for the index pattern that is being visualized.
This is a problem as we don't want to create different index patterns to allow users to set minimum interval auto for each time field they might want to utilize.
To Reproduce
Steps to reproduce the behavior:
For an index pattern with multiple available Date Fields and one as the selected Time Field for the index pattern
Attempt to create a visualization with an x axis date histogram.
Select the default time field and set the minimum interval to Auto
switch to one of the other available date fields
An error should appear like the below
It is impossible to select Auto as it no longer exists in the list of options, for the newly selected date field
Expected behavior
Would be useful if minimum interval auto could be utilized for all availible date fields
OpenSearch Version
2.18.0
Dashboards Version
2.18.0
Plugins
NA
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently when attempting to use a date histogram it is impossible to select minimum interval Auto for any timestamp other than the default Time field for the index pattern that is being visualized.
This is a problem as we don't want to create different index patterns to allow users to set minimum interval auto for each time field they might want to utilize.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Would be useful if minimum interval auto could be utilized for all availible date fields
OpenSearch Version
2.18.0
Dashboards Version
2.18.0
Plugins
NA
Screenshots
The text was updated successfully, but these errors were encountered: