Hi,
i would like to extract so id using pattern and then use found value for another query.
Example, i have log:
2023-08-23 12:35:22,981 (user1) have id: 1233222
Now i would like to put (user1) as variable and in dashboard it would show me all logs containing id (1233222). These logs don’t have (user1) again only id. Is it possible? The only way I could think of is to use a data link and click through to another dashboard. Is it possible to have it on one dashboard?
Use “pattern” to capture the username and ID from the first query, and the ID from the second query. And use the user variable and the “line_format” in the first query.