Graylog search query redirect

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 :frowning: 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

Hello && Welcome

Please take a look at this post. Another member was inquiring about the same information and perhaps it can answer your question.

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