Grafana Enterprise v11.4.0 Explore-> Logs missing

Hello,

I am very new to Grafana.
I installed it on an ubuntu server as below,

sudo apt-get install -y adduser libfontconfig1 musl
wget https://dl.grafana.com/enterprise/release/grafana-enterprise_11.4.0_arm64.deb
sudo dpkg -i grafana-enterprise_11.4.0_arm64.deb

After logged in to Grafana, I am not able to locate Logs under Explore->

Any thoughts?

1 Like

When I am searching for “Explore Logs” under Administration->Plugin and Data->Plugins , nothing is found.

I’m sorry to hear that you’re experiencing difficulties.

Grafana’s debug logs can provide valuable information about certain issues. These logs can help troubleshoot and identify the root cause of problems (especially if they are related to anything that can be configured via the Grafana config file).

To enable debug logging edit the configuration file grafana.ini:

[log]
# Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file"
mode = console file

# Either "debug", "info", "warn", "error", "critical", default is "info"
level = debug

Then restart grafana for the setting to go into effect.

Replicate the problem and check Grafana logs. However, before posting the debug logs on the community forum, it is important to sanitize any private details such as passwords, tokens, IPs, names, … By including properly formatted debug logs (with sanitized information) and details about your installations (e.g. exact Grafana version, how it was installed, OS details, …), you greatly enhance the chances of receiving accurate assistance and solutions.

Sorted it out, I did manual install of the plugin following Explore Logs plugin for Grafana | Grafana Labs