We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana provides the option to provision datasources using yaml config files: https://grafana.com/docs/grafana/latest/administration/provisioning/#data-sources
Having documentation for this in the README, the Scalyr docs, or on the Grafana Plugin page would be a nice to have.
I was able to get this working using the following yaml:
apiVersion: 1 datasources: - name: Dataset (Scalyr) uid: dataset type: sentinelone-dataset-datasource access: proxy orgId: 1 version: 1 editable: true jsonData: scalyrUrl: "https://app.scalyr.com/" secureJsonData: apiKey: "INSERTAPIKEYHERE"
(Found scalyrUrl and apiKey are the required key names by looking at this: https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/master/src/ConfigEditor.tsx)
scalyrUrl
apiKey
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Grafana provides the option to provision datasources using yaml config files: https://grafana.com/docs/grafana/latest/administration/provisioning/#data-sources
Having documentation for this in the README, the Scalyr docs, or on the Grafana Plugin page would be a nice to have.
I was able to get this working using the following yaml:
(Found
scalyrUrl
andapiKey
are the required key names by looking at this: https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/master/src/ConfigEditor.tsx)The text was updated successfully, but these errors were encountered: