Skip to content

Instantly share code, notes, and snippets.

@jaimemin
Created June 9, 2024 08:26
GET kibana_sample_data_ecommerce/_search
{
"size": 0,
"aggs": {
"term_aggs": {
"terms": {
"field": "day_of_week",
"size": 6,
"show_term_doc_count_error": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment