There are the following fields:
- documentnumber
- user (user identifier)
- @timestamp field
I want to create the following monitoring (as EQL or other query, as alert and if possible in dashboard form) in Kibana: Show the unique users and document numbers for which >= 10 unique users request the same document number in the previous 24 hours.
When creating an aggregation in a visualization, a unique cardinality issue is encountered. This particularly occurs when the aggregation is performed on the Y-axis of a visualisation.