Hi all,
I know the only way to achieve it in old releases was through scripting.
I'm wondering if that limitation was overcome in the latest release and potentially we could you the standard command, indicating the correct format/interval (i.e):
"aggs": {
"groupby": {
"date_histogram": {
"field": "MODIFIED_DATE",
"interval": "**_dayOfWeek_**",
"format": "**_weekDay_**",
"min_doc_count": 1,
"time_zone": "-03:00"
},
Thanks guys.