Infinite loading

Hello. On the tab with alerts, constant loading. How can I find out what the problem is and fix it? There is nothing in the logs.

In web console on this page i see:


and this:

Hello,

Based on your screenshot, in particular, this bit:

I’d start by trying to rebuild your index ranges. You can issue a blanket recalculation command using:

curl -u admin -X POST 'http://localhost:9000/api/system/indices/ranges/rebuild' -H "X-Requested-By: cli"

Which should help. Let me know how you get along with it.

Yeah. Is solved my problem, thanks!!!

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