Hi, Thanks for looking into this. We are on grafana 10.1.6 (enterprise) and i was able to establish the connection to splunk ( plugin is already installed in my network) - we are not using the splunk infra monitoring - the first option that we get when we type splunk in data connections
what is the issue? i keep getting this downstream error - An error occured within the plugin
the plugin version is 4.1.6 - not sure what is causing the error - any help or recommondations
any suggestions
Check debug logs.
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.