Plugins 〉Splunk


Developer
Grafana Labs

Resources

Sign up to receive occasional product news and updates:



Data Source
grafana
Enterprise

Splunk

Plugin Documentation →

Instantly visualize Splunk data in Grafana

The Splunk data source plugin is the easiest way to pull Splunk data directly into Grafana dashboards.

  • Visualize it either in isolation (one database) or blend it with other data sources.
  • Discover correlations and covariances across all your data in minutes.

Installing Splunk on Grafana Cloud:

For more information, visit the docs on plugin installation.

Change Log

v4.6.2 - 2024-03-13

  • ⚙️ Chore: Backend binaries are now compiled with Go version 1.22.1

v4.6.1 - 2024-01-25

  • 🐛 Fix: Fix authentication error

v4.6.0 - 2024-01-17

  • ⚙️ Chore: Return error source with query errors

v4.5.2 - 2023-12-18

  • 🐛 Fix: Fix for rendering public dashboards

v4.5.1 - 2023-12-13

  • 🐛 Fix: Fix sharing public dashboards

v4.5.0 - 2023-12-06

  • ⚙️ Chore: Update backend and frontend packages

v4.4.0 - 2023-11-03

  • ⚙️ Chore: Fix security vulnerabilities

v4.3.4 - 2023-10-20

  • 📝 Documentation: Update online docs

v4.3.3 - 2023-09-19

  • ⚙️ Chore: migrate to create-plugin

v4.3.2 - 2023-08-17

  • ⚙️ Chore: Backend binaries are now compiled with Go version 1.21

v4.3.1 - 2023-08-10

  • ⚙️ Chore: update dependencies

v4.3.0 - 2023-06-13

  • 🚀 Feature: Added support for configuring global result limit

v4.2.2 - 2023-06-12

  • 🐛 Fix: only fetch suggestions for non-empty queries

v4.2.1 - 2023-06-08

  • ⚙️ Chore: backend libs updated with golang:1.20.5

v4.2.0 - 2023-05-24

  • Update the UI of the config page and clean up the documentation

v4.1.10 - 2023-05-17

  • Prevent unnecessary query run when query editor is rendered

v4.1.9 - 2023-05-04

  • 🐛 Fix: Fixed issue with "No data" returned when "Poll result" or "Preview mode" were enabled

v4.1.8 - 2023-05-03

  • ⚙️ Chore: Backend binaries are now compiled with golang 1.20.4

v4.1.7 - 2023-04-14

  • 🐛 Fix: Fixed a bug where annotation queries didn't pass the namespace value
  • ⚙️ Chore: Backend binaries are now compiled with golang 1.20.3

v4.1.6 - 2023-03-13

  • 🐛 Fix: Fixed a "Data source not found" error

v4.1.5 - 2023-03-10

  • 🐛 Fix: Fixed a bug when request errors were not shown on the panel

v4.1.4 - 2023-03-08

  • 🐛 Fix: Fixed a bug when plugin was producing errors when requesting a big amount of data

v4.1.3 - 2023-02-24

  • 🐛 Fix: Fixed a bug where the plugin failed to execute queries in Grafana version 9.4.0 and above

v4.1.2 - 2023-02-22

  • 🐛 Fix: Fix query request using old datasource string format

v4.1.1 - 2023-02-21

  • Fixed issue with appending nil frame

v4.1.0 - 2023-01-04

  • Fixed wrong color theme on annotation editor input fields
  • Migrate angular annotation editor to react

v4.0.6 - 2022-12-15

  • ⚙️ Chore: Backend binaries are now compiled with the latest go version (1.19.4)

  • ⚙️ Chore: Grafana dependencies are updated to latest version

  • ⚙️ Chore: Add spellcheck + fix typos

  • Updated datasource instance init

v4.0.5 - 2022-10-28

  • Updated datasource instance init

v4.0.4 - 2022-10-28

  • Updated postman collection and contributing guide how to use

v4.0.3 - 2022-09-22

  • Fixed a bug where the first time loading a query would sometimes error. This was due to a sending a nil response to httputil.DumpResponse

v4.0.2 - 2022-09-21

  • Fixed a bug where health check was failing due to incorrect response format

v4.0.1 - 2022-08-25

  • Enhanced request and response debug logging

v4.0.0 - 2022-07-12

  • Token authentication method added
  • BREAKING CHANGE: Session key clustering strategy / authentication method removed

v3.1.0-beta.1 - 2022-06-12

  • Added support for HTTP logger
  • Added support for multiple data links

v3.0.2 - 2022-04-20

  • Handle null namespace values

v3.0.1 - 2022-03-29

  • New builds with go 1.18 to address CVE-2022-24921

v3.0.0 - 2021-01-18

  • Minimum supported Grafana version is now set to v8.2.0
  • Support sample ratio in explore view URLs
  • Fixes an issue with data link support in dashboard panels

v2.2.3 - 2021-12-17

  • Enterprise license check update

v2.2.2 - 2021-12-14

  • Values for template variables can now be numbers.

v2.2.1 - 2021-11-23

  • Fixed an issue with escaping wildcards in queries with template variables
  • Fixed an issue with applying defaults for Preview Mode and event sampling

v2.2.0 - 2021-11-01

  • Added support for multi-value fields
  • Added support for event sampling
  • Added support for navigating from Prometheus metrics to Splunk logs in Explore
  • Renamed Stream Mode to Preview Mode
  • Fixed an issue with Preview Mode that prevented the display of partial results
  • Prevent internal field filters from being applied to dashboard variable queries
  • Improved query processing performance by 38 percent and reduced memory usage by 50 percent
  • Fixed invalid output in mstats queries

v2.1.7 - 2021-09-08

  • Fixed issue that would filter internal fields even if internal field filtering was disabled

v2.1.6 - 2021-08-04

  • Documentation update

v2.1.5 - 2021-07-30

  • Fixed issue where alerting queries don't filter out internal fields
  • Results that return data in multiple different types are typed as string

v2.1.4 - 2021-06-02

Bug Fixes

  • #278: 'No data' displayed for Grafana 8

v2.1.3 - 2021-05-27

Bug Fixes

  • #265: Errors returned when in polling mode cause the driver to crash
  • #226: Filter fields prefixed with _ if filtration is on

v2.1.2 - 2021-04-12

  • ⚙️ Chore: Update SDK

v2.1.1 - 2020-04-06

Bug Fixes

  • #254: To template variables properly, splunk should be passing in scopedvars into the templating engine
  • #224: Splunk executes queries that have hide = true (the eye icon)
  • #222: Get the splunk changelog to publish to GCOM by upgrading to the "next" toolkit"
  • #246: Splunk should not refresh the query immediately after every pause in typing/editing the query
  • #239: Enable E2E tests
  • #215: "Skip TLS Verify" option not working
  • #213: "Post forbidden" error after upgrading to 2.0.4
  • #208: Update to new SDK to support individual plugin licensing

v2.1.0 - 2020-01-25

Bug fixes

  • #212: Return all indexes
  • #235: Better handle edge cases
  • #236: Better handle an out-of-bounds error

Enhancements

  • #187: Update README
  • #210: Link from logs to traces using data links or derived fields

Known issues

  • You must use // around regular expressions in the datalinks configuration or any plugin health check will fail. When a regular expression is optional, use an empty //.

v2.0.5 - 2020-12-11

Bug fixes

  • #214: Time filters not working for Splunk queries in dashboard variables
  • #210,#209: Plugin crashes a lot while trying out queries

v2.0.4 - 2020-10-27

  • 🐛 Fix: If session key is empty, still valid
  • Enhancement: When using splunk in clustered mode, allow user to revert to 'basic auth'

v2.0.3 - 2020-10-19

  • 🐛 Fix: Fix for proxy settings, now will recognize standard "http_proxy" "https_proxy" and "no_proxy" environment variables
  • TLS Skip Verification now performs verification when not checked

v2.0.2 - 2020-09-10

  • 🐛 Fix: Fix for time range issue #184

v2.0.1 - 2020-06-01

Issues Resolved

  • Issues with timeseries/table processing #164
  • Needs to return raw logging as first frame #171

v2.0.0 - 2020-05-22

  • Rewritten as a backend plugin with native alerting support
  • Removed distinction between table & time_series results
  • Signed version for grafana 7.x

v1.5.0 - 2020-05-17

  • Signed release for Grafana 7.x

v1.4.1 - 2020-01-10

Fixed

  • "Unbalanced quotes" error when using variables in some scenarios
  • Logs panel does not show data in logs format
  • Query returns only first 100 points

v1.4.0 - 2019-11-26

Added

  • Explore logs integration

v1.3.4 - 2019-11-22

Fixed

  • Plugin failed with "Unexpected token <" error

v1.3.3 - 2019-11-21

Fixed

  • Query in template variable with no result data is running forever #82

v1.3.2 - 2019-10-03

Fixed

  • Plugin failed in Grafana 6.4 with error "Unexpected token <"

v1.3.1 - 2019-10-01

Fixed

  • Streaming support in Grafana 6.4 (incompatible with previous version)

v1.3.0 - 2019-07-30

Added

  • Variable query editor with namespace support, #63

Fixed

  • Streaming support in Grafana 6.3

v1.2.2 - 2019-06-29

Fixed

  • Bug with semicolon in query, #57
  • Variable expansion when concatenated with literal string, #58
  • Variable expansion when there is a period character in the name, #59

v1.2.1 - 2019-03-18

Fixed

  • Query fails when search contains curly braces, #45
  • Unresponsive query field size in Grafana 6, #47

v1.2.0 - 2019-02-01

Added

  • Search editor with syntax highlighting, #33
  • Option for disabling internal fields filtration, #37

Fixed

  • Table panel is empty after update to v1.1.0, #34
  • Panel is not refreshing on leaving search field, #40

v1.1.0 - 2018-11-14

Added

  • Multi-value template variables support, #2
  • Use time range for variable queries if Refresh option set to On Time Range Change
  • Option for variables search mode in datasource config (fast/smart/verbose)

Fixed

  • Variable query returns only first value, #22
  • Grafana shows only first 100 points, #6
  • Use oneshot or async search for template variables query depending on datasource config