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
Dimensions getting removed when no timeseries field is present
When changing the PPL or editing the existing query the page gets blank
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to observability->Event analytics -> Explorer
put a ppl query as
source=opensearch_dashboards_sample_data_logs | where response='503' or response='404' | stats count() as ip_count, sum(bytes) as sum_bytes by response
click Refresh
select timeseries for the chart
here Dimensions gets removed from data configuration panel
edit the ppl query for any changes to paste a new ppl query, select another chart from the list
here the page gets blank and we need to go to some other page apart from observability to make this work again
What is the bug?
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to observability->Event analytics -> Explorer
put a ppl query as
source=opensearch_dashboards_sample_data_logs | where response='503' or response='404' | stats count() as ip_count, sum(bytes) as sum_bytes by response
click Refresh
select timeseries for the chart
here Dimensions gets removed from data configuration panel
edit the ppl query for any changes to paste a new ppl query, select another chart from the list
here the page gets blank and we need to go to some other page apart from observability to make this work again
Issue 1:
Issue 2:
@abasatwar @spattnaik
The text was updated successfully, but these errors were encountered: