Hello,
in my setup I occasionally have to run one-off tasks whole logs end up in Graylog. To be able to view said logs easily, my tools build a Graylog URL with the search query in it that can take me directly to the logs, e.g., for a:b AND c:d
:
https://my-graylog.com/search?q=a%3Ab+AND+c%3Ad
Since these tasks may take from a couple seconds to a few minutes, I want to keep updating the results and I just click the auto refresh button at the top.
Is there a query parameter I can add to the URL to have the auto refresh feature enabled from the start?