Skip to content
New issue

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

Description for yaml provisioning is wrong #130

Closed
atimmerm93 opened this issue May 11, 2022 · 0 comments · Fixed by #131
Closed

Description for yaml provisioning is wrong #130

atimmerm93 opened this issue May 11, 2022 · 0 comments · Fixed by #131
Milestone

Comments

@atimmerm93
Copy link

atimmerm93 commented May 11, 2022

In the src/README.md is a description for the yaml based provisioning of AWS IoT SiteWise as a datasource. Unfortunately the type is wrong. It is not datasource but grafana-iot-sitewise-datasource was quite tricky for me to figure that out as it is my first time using grafana. So the files should be changed from ->

apiVersion: 1

datasources:

  • name: IoT Sitewise
    type: datasource
    jsonData:
    authType: credentials
    defaultRegion: us-east-1

to ->

apiVersion: 1

datasources:

  • name: IoT Sitewise
    type: grafana-iot-sitewise-datasource
    jsonData:
    authType: credentials
    defaultRegion: us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants