Circuit breaker exception because of increased time range

Hi All,

I am facing 429 circuit breaker exception when somebody selects a window of time range more than 7 days. Is there a way to lock the time filter,so that no user can search beyond 7 days.

This isn't a feature that we currently offer. You can work around this in a few ways:

  1. Reduce the number of panels in your dashboard, so that it makes fewer requests.
  2. Use the filter bar to add a time filter using relative time, like time: { range: { gte: "now-7d" } }. This will be an AND query.
  3. Use one of our features to roll over/reduce the size of old date. For example, rollover indices or hot/warm architecture.
1 Like

What is the output from the _cluster/stats?pretty&human API in Elasticsearch?

Hi @warkolm : I have created an alias for these indexes and created a filter with now-7d and has given other user access to this alias only.

Now they are able to select data for last 7 days only.

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