Enterprise plugins, along with support and assistance from the core team behind Grafana, are available with Grafana Enterprise.
Upgrade NowChange Log
Entries
[2.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
//
.
[2.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
[2.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'
[2.0.3] - 2020-10-19
- 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
[2.0.2] - 2020-09-10
- Fix for time range issue #184
[2.0.1] - 2020-06-01
Issues Resolved
[2.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
[1.5.0] - 2020-05-17
- Signed release for Grafana 7.x
[1.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
[1.4.0] - 2019-11-26
Added
- Explore logs integration
[1.3.4] - 2019-11-22
Fixed
- Plugin failed with "Unexpected token <" error
[1.3.3] - 2019-11-21
Fixed
- Query in template variable with no result data is running forever #82
[1.3.2] - 2019-10-03
Fixed
- Plugin failed in Grafana 6.4 with error "Unexpected token <"
[1.3.1] - 2019-10-01
Fixed
- Streaming support in Grafana 6.4 (incompatible with previous version)
[1.3.0] - 2019-07-30
Added
- Variable query editor with namespace support, #63
Fixed
- Streaming support in Grafana 6.3
[1.2.2] - 2019-06-29
Fixed
- Bug with semicolon in query, #57
- Variable expansion when concatenated with litteral string, #58
- Variable expansion when there is a period character in the name, #59
[1.2.1] - 2019-03-18
Fixed
[1.2.0] - 2019-02-01
Added
Fixed
- Table panel is empty after update to v1.1.0, #34
- Panel is not refreshing on leaving search field, #40
[1.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)