updated example with correct parameters (#37679)
Updated EXAMPLES documentation which had following 2 incorrect parameters: 'type' has been changed to 'ds_type' 'basic_auth' parameter has been removed. label: docsite_pr
This commit is contained in:
parent
4aa1477470
commit
1428db45bc
1 changed files with 1 additions and 2 deletions
|
@ -158,10 +158,9 @@ EXAMPLES = '''
|
|||
grafana_datasource:
|
||||
name: my_elastic
|
||||
grafana_url: http://grafana.company.com
|
||||
type: elasticsearch
|
||||
ds_type: elasticsearch
|
||||
url: https://elasticsearch.company.com:9200
|
||||
database: my-index_*
|
||||
basic_auth: yes
|
||||
basic_auth_user: grafana
|
||||
basic_auth_password: xxxxxxxx
|
||||
json_data: '{"esVersion":5, "timeField": "@timestamp"}'
|
||||
|
|
Loading…
Reference in a new issue