Timelion: Max buckets exceeded , Kibana

Max buckets exceeded: 10080 of 2000 allowed. Choose a larger interval or a shorter time span,
i got this error while trying to visualize any time Timelion at a timespan greater then 24 hours.

I tried :
PUT python_to_kibana_1/_settings
{
"index.mapping.total_fields.limit": 1000000
}

but that's no good.

ps: not using logstash

You will actually need to set the timelion:max_buckets setting in Kibana's advanced config to override this value, but know that this limitation is in place for a reason and 10000 buckets may crash Kibana

1 Like

Thank you, i'll keep that in mind

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.