mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in ds_type in examples section (#50166)
replace ds_type elasticisearch by elasticsearch
This commit is contained in:
parent
6fc4bb4a6d
commit
8ec9565aa9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue