Aggregations
How to run an aggregation
GET /datalakeapi/customerlog-socname-customername-cef-*
{
"aggs": {
"your_aggregation_name": {
"terms": {
"field": "deviceAction"
}
}
}
}Set the aggregation scope
Return only aggregation results
Run multiple aggregations
Run sub-aggregations
Add custom metadata
Last updated