Query parameter to enable search auto refresh

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?

I do not believe so.

AFAIK the auto-refresh functionality is handled by JS natively within the browser.

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