I tried to create an auto_date_histogram to generate some graphs in our application and I would like to keep the length of this graph as 360 points (buckets).
I'm trying to achieve at least for the last 6h a graph per minute, but if we increase the time range, I get buckets by hours, days, and so on.
However, when I try to use 360 buckets I get this error
{
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "buckets must be less than 333"
},
There is a way to increase this limit?