-
Type:
Bug
-
Status: Done
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 0.7.1
-
Labels:None
The metron alert UI by default searches for everything, on login.
It also has a default refresh rate of 1 min.
This search is activated every time a user login to metron alerts UI. This is causing a heavy load on elastic search and as a result, slows down the RA indexing.
Furthermore, the 1-minute refresh rate sends another search request even before the first search results are returned.
We have to wait for the first query to finish before changing the refresh rate.
- links to