1
0
Fork 0
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:
Baptiste Mille-Mathias 2018-12-19 19:49:06 +01:00 committed by Sandra McCann
parent 6fc4bb4a6d
commit 8ec9565aa9

View file

@ -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"