Created
June 9, 2024 08:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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