From 1183534c52cfd0b82cbedb50e5403e0a7dbef768 Mon Sep 17 00:00:00 2001 From: mdegat01 Date: Wed, 24 Jun 2020 05:07:53 -0400 Subject: [PATCH] Influx2.0 config: range_end -> range_stop (bugfix, typo) (#13830) Accidentally put `range_end` in config, should've been `range_stop` --- source/_integrations/influxdb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 683a9a449de..685b7c41baf 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -383,7 +383,7 @@ queries_flux: description: "Duration or time value to start range from. All Flux queries require a `range` filter, one is automatically added to the beginning of your Flux query in the form of `range(start: {range_start}, stop: {range_stop})`." required: false default: -15m - range_end: + range_stop: type: string description: Duration or time value to stop range at. See `range_start` above for how this is used in query. required: false