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
What is the bug? Group by/aggregation selections are not displaying in the UI.
This bug just impacts the UI. If you use the SearchMonitor API, the Group by/aggregations selections will be present in the monitor query; so the monitor's execution will reflect the those selections.
How can one reproduce the bug?
Steps to reproduce the behavior:
Create a bucket level monitor that generates alerts (either by curl/devtool commands, or UI)
Go to the monitor details page
Click the Export as JSON button. The aggregations field of the monitor query will not contain any document fields (screenshot 2 below illustrates this)
Once alerts have been generated by the monitor, go to the Alerts by trigger dashboard
Click the link in the Alerts column for the monitor to open the alert details flyout
The Group by section will be blank (screenshot 3 below illustrates this)
Do you have any screenshots?
Screenshot 1
This is the monitor configuration returned by the GetMonitor API. The aggregations shows that the search results should be grouped by the user field of the documents.
This is the monitor as displayed by the Export as JSON button. This is a bucket level monitor, which is required to have at least 1 Group by/aggregations selection; but the UI is not displaying this.
Screenshot 3
This is the alert details flyout viewable on the Alerts by trigger dashboard page. The Group by section displays - when it should show the Group by/ aggregations selections.
The text was updated successfully, but these errors were encountered:
@StefanStroebel@ghost Looks like we couldn't get this merged in time for 2.11.1
The fix is available in 2.12 and up
and it has been backported to the 2.11, 2.10 and 2.09 branches so whenever we have the next patch release for these versions, it will be available at that point.
What is the bug?
Group by
/aggregation
selections are not displaying in the UI.This bug just impacts the UI. If you use the SearchMonitor API, the
Group by
/aggregations
selections will be present in the monitor query; so the monitor's execution will reflect the those selections.How can one reproduce the bug?
Steps to reproduce the behavior:
Export as JSON
button. Theaggregations
field of the monitor query will not contain any document fields (screenshot 2 below illustrates this)Alerts by trigger
dashboardAlerts
column for the monitor to open the alert details flyoutGroup by
section will be blank (screenshot 3 below illustrates this)Do you have any screenshots?
Screenshot 1
This is the monitor configuration returned by the GetMonitor API. The
aggregations
shows that the search results should be grouped by theuser
field of the documents.Screenshot 2
This is the monitor as displayed by the
Export as JSON
button. This is a bucket level monitor, which is required to have at least 1Group by
/aggregations
selection; but the UI is not displaying this.Screenshot 3
This is the alert details flyout viewable on the
Alerts by trigger
dashboard page. TheGroup by
section displays-
when it should show theGroup by
/aggregations
selections.The text was updated successfully, but these errors were encountered: