mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix typo in ds_type in examples section (#50166)
replace ds_type elasticisearch by elasticsearch
This commit is contained in:
committed by
Sandra McCann
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"
|
||||
|
||||
Reference in New Issue
Block a user