Docs: change Elasticsearch provisioning example (#34110)

This commit is contained in:
Giordano Ricci 2021-05-17 07:56:42 +01:00 committed by GitHub
parent 889d3ed76f
commit c9145541b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ datasources:
jsonData:
interval: Daily
timeField: "@timestamp"
esVersion: 70
esVersion: "7.0.0"
logMessageField: message
logLevelField: fields.level
```