Fix typo in ds_type in examples section (#50166)
replace ds_type elasticisearch by elasticsearchpull/4420/head
parent
6fc4bb4a6d
commit
8ec9565aa9
|
@ -245,7 +245,7 @@ EXAMPLES = '''
|
|||
grafana_user: "admin"
|
||||
grafana_password: "xxxxxx"
|
||||
org_id: "1"
|
||||
ds_type: "elasticisearch"
|
||||
ds_type: "elasticsearch"
|
||||
ds_url: "https://elastic.company.com:9200"
|
||||
database: "[logstash_]YYYY.MM.DD"
|
||||
basic_auth_user: "grafana"
|
||||
|
|
Loading…
Reference in New Issue