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
Wrong data plotted
query: source = opensearch_dashboards_sample_data_logs | where machine.os='osx' or machine.os='ios' | stats avg(machine.ram) by span(timestamp,1d)
Fill opacity not working on all series on plot in case of multiple series
query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by span(timestamp, 1d), host
Timestamp do not get plotted
step 1: run query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by host
step 2: add timesatm in date histogram
step 3: click update chart
Color theme applied without selecting field from dropdown
query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by span(timestamp, 1d), host
Tooltip options are not working
What is the expected behavior?
Vertical and horizontal charts should plot correctly
The text was updated successfully, but these errors were encountered:
What is the bug?
Wrong data plotted
query: source = opensearch_dashboards_sample_data_logs | where machine.os='osx' or machine.os='ios' | stats avg(machine.ram) by span(timestamp,1d)
Fill opacity not working on all series on plot in case of multiple series
query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by span(timestamp, 1d), host
Timestamp do not get plotted
step 1: run query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by host
step 2: add timesatm in date histogram
step 3: click update chart
Color theme applied without selecting field from dropdown
query: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by span(timestamp, 1d), host
Tooltip options are not working
What is the expected behavior?
Vertical and horizontal charts should plot correctly
The text was updated successfully, but these errors were encountered: