I'm pretty new to this, so this may def be just pilot error...apologies up front if so...
This feature is documented for regular queries as such:
"aggs" : {
"articles_over_time" : {
"date_histogram" : {
"field" : "date",
"interval" : "1.5h"
}
}
}
But when I try it from embedded URI query like this:
...
vis:(aggs:!((id:'1',params:(),schema:metric,type:count),(id:'2',params:(extended_bounds:(),field:timestamp,interval:15m,min_doc_count:1),schema:segment,type:date_histogram))
...
It can't parse the URL. Is it not supported, or am I just doing it wrong?
thx!