From fa49332915da5b4316eae14431f786c5d27dda27 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 17 Apr 2018 19:09:39 +0200 Subject: [PATCH] docs: typos --- docs/sources/features/datasources/elasticsearch.md | 4 ++-- docs/sources/features/datasources/influxdb.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/features/datasources/elasticsearch.md b/docs/sources/features/datasources/elasticsearch.md index 7e6e281df7e..1a00c2b18ff 100644 --- a/docs/sources/features/datasources/elasticsearch.md +++ b/docs/sources/features/datasources/elasticsearch.md @@ -57,7 +57,7 @@ are supported. ### Min time interval A lower limit for the auto group by time interval. Recommended to be set to write frequency, for example `1m` if your data is written every minute. -This option can also be overridden/configured in a dashboard panel under data source options. It's important to note that this value **needs** to be formated as a +This option can also be overridden/configured in a dashboard panel under data source options. It's important to note that this value **needs** to be formatted as a number followed by a valid time identifier, e.g. `1m` (1 minute) or `30s` (30 seconds). The following time identifiers are supported: Identifier | Description @@ -172,4 +172,4 @@ datasources: jsonData: interval: Daily timeField: "@timestamp" -``` \ No newline at end of file +``` diff --git a/docs/sources/features/datasources/influxdb.md b/docs/sources/features/datasources/influxdb.md index fccdd3cc35e..d108c97bbfe 100644 --- a/docs/sources/features/datasources/influxdb.md +++ b/docs/sources/features/datasources/influxdb.md @@ -41,7 +41,7 @@ mode is also more secure as the username & password will never reach the browser ### Min time interval A lower limit for the auto group by time interval. Recommended to be set to write frequency, for example `1m` if your data is written every minute. -This option can also be overridden/configured in a dashboard panel under data source options. It's important to note that this value **needs** to be formated as a +This option can also be overridden/configured in a dashboard panel under data source options. It's important to note that this value **needs** to be formatted as a number followed by a valid time identifier, e.g. `1m` (1 minute) or `30s` (30 seconds). The following time identifiers are supported: Identifier | Description @@ -208,4 +208,4 @@ datasources: user: grafana password: grafana url: http://localhost:8086 -``` \ No newline at end of file +```