Jørgen Bele
Results
2
issues of
Jørgen Bele
Support for using Humio as an alternative to ElasticSearch has been implemented in #184, and it is a feature that would be useful to us. Hopefully you can take a...
Using GitHub inspired filter syntax we can have: ``` source:argus source:another_source is:open is:acked object:50 ``` Representing: ```json { "sourceSystemIds": ["", ""], "open": true, "acked": true, "tags": ["object=50"], } ``` We...
enhancement
discussion
frontend