I receive logs and visualize them using Loki.
For this, I use table panels. Can I configure the panel so that when I click on a log line, I get the raw log? Is there any way to implement this? Thank you in advance for your response.
Hello @lastharbor ,
After analyzing the issue, I believe I have identified the underlying problem. Please find below the recommended steps that may help resolve it
Step 1. Start Loki and integrate it with the Grafana dashboard.
Step 2. Create a two-panel dashboard:
a. The first panel displays all logs using the Table visualization.
b. The second panel shows detailed information for individual logs.
Step 3. Create a variable.
Step 4. In the first panel, add a data link that filters the logs based on id
and shop
in the output.
Final output :-
Hi @lastharbor
Just checking in—did this solution resolve your issue, or are you still facing the same problem?
1 Like
Ye, this solution help me. Thnaks!