In our app, we need to redirect users to the Graylog search page with a filled search query. It is not a big deal, because I can put it in URL params
But the problem is to set up an appropriate search view. Default search view is not applicable We need simply message table with two fields
I see these options:
Soft integration - most preferred option is to add this info to the URL, but as I know it is impossible fix me if it’s wrong!
Hard integration - create some objects beforehand in Graylog using its REST API
Hardest integration - make global default view for all searches - have no idea how to implement it