Skip to content

Is there any template to configure the datasource using grafana provisioning system (yaml file)? #185

Closed Answered by elehcim
elehcim asked this question in Q&A
Discussion options

You must be logged in to vote

I found out that this is a possible one (note the type field):

apiVersion: 1

datasources:
  - name: Cassandra
    type: hadesarchitect-cassandra-datasource
    access: proxy
    url: http://cassandra:9042
    isDefault: false
    jsonData:
      authType: "none"            # Options: none, basic
      consistency: "ONE"           # Optional: Consistency level (e.g., ONE, QUORUM)
      defaultKeyspace: "mykeyspace"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by elehcim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant