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
When creating an ECL query in a alert search and making use of the aggregation filter, it will only display the aggregated field and the document count.
It would still be great to get some kind of reference to the original source documents and/or have the aggregation also append to chosen fields.
What would also be great, to get clickable links to each ES document by clicking on eg. the ip address of an entry or a link to a search which returns the same results in Kibana.
The text was updated successfully, but these errors were encountered:
@sts In the example you provided, where does IP address come from? Is it just a field in the documents being aggregated? You might be able to do this with agg:top_hits right now.
When creating an ECL query in a alert search and making use of the aggregation filter, it will only display the aggregated field and the document count.
It would still be great to get some kind of reference to the original source documents and/or have the aggregation also append to chosen fields.
So given the following search:
es:applog event:login_error | agg:terms username | filter `_['count'] > 5` ;
Currently it returns:
What would be great if it could return something like this:
What would also be great, to get clickable links to each ES document by clicking on eg. the ip address of an entry or a link to a search which returns the same results in Kibana.
The text was updated successfully, but these errors were encountered: