From 8ef62296cb59a5ca76e506fbf4e36965481c241a Mon Sep 17 00:00:00 2001 From: pdcemulator Date: Sat, 2 May 2020 22:48:57 +0200 Subject: [PATCH 1/2] added support for influxdb path parameter --- source/_integrations/influxdb.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 3e129b506859..be2472674262 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -68,6 +68,10 @@ verify_ssl: description: Verify SSL certificate for HTTPS request. required: false default: true +path: + type: string + description: Path to use if your influxdb is running behind an reverse proxy. + required: false max_retries: type: integer description: Set this to allow the integration to retry if there was a network error when transmitting data. From b9df9ebefb2f6b1cbfe70e84a7b958a6c687f3d3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 3 May 2020 22:07:26 +0200 Subject: [PATCH 2/2] :pencil2: Tweak --- 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 be2472674262..b0a0b93567fc 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -70,7 +70,7 @@ verify_ssl: default: true path: type: string - description: Path to use if your influxdb is running behind an reverse proxy. + description: Path to use if your InfuxDB is running behind an reverse proxy. required: false max_retries: type: integer