This plugin provide time series / table data from Sumo Logic.
This plugin use Grafana unreleased feature. To use this Feature, you need to build Grafana yourself, or wait for 4.7 release. grafana/grafana#9578
This plugin use Search Job API.
You need to create Access Keys. Please follow official document to create it.
https://help.sumologic.com/Manage/Security/Access-Keys
And then, please configure datasource like following.
| Name | Description |
|---|---|
| URL | Specify the API Endpoint for your environment. (See also this doc) |
| Access | Specify "proxy". |
| Basic Auth | Check this to specify Access Keys. |
| Basic Auth Details | Specify created Access Keys. |
| Keep Cookies | To bypass Sumo Logic cookie to SumoLogic, please set "JSESSIONID,AWSELB" |
To use without saving Access Keys in Grafana backend, you need to disable datasource Basic Auth, and Grafana itself Basic Auth in ini file. When accessing datasoure proxy, auth dialog is appeared, input Access Keys, you can call API without saving Access Keys.
- This plugin only work with proxy mode. (Sumo Logic API doesn't support CORS)
- This plugin doesn't support Metrics API.
- Initial release