Jørgen Bele
Jørgen Bele
Are you sure you have setup `STATIC_ROOT` correctly? I had the same problem but fixed it by adding the following to `local_settings.py` (in the root directory of the project). Replace...
@KoffieNu Np. It should be in / (root of the scirius project).
# Some screenshots (humio as backend) ## Alerts activity timeline  ## /suricata without selected category  ## /suricata with selected category  ## /suricata with selected category, ordering by...
What is the current situation regarding this feature? @lunkwill42 @hmpf With Uninett/Argus-frontend#232 I've now added support for selection of multiple incidents, and doing actions on them. Implementing of "grouping incidents"...
When considering the two more intuitive ways it should be decided if we want to support more than one value per key (tag "type" as I've named it in frontend...
This is now possible by adding tags for limiting to specific incidents. Can this be closed now?
Assuming that there is backend support for such queries, do you have any preferences or suggestions as to how you should write these queries? I think it will be hard...
I want to try to make a component for this that just builds a normal filter. Making it default but allowing users to switch to the old system using a...
I've worked some on creating a demo component for this feature. You can try the component in-browser from here: https://react-ts-dxdxo4.stackblitz.io/ # Some of the features of it are: - It's...