From 65094e5768c0eee587c91ed454208f01e7198253 Mon Sep 17 00:00:00 2001 From: pdcemulator <20071350+pdcemulator@users.noreply.github.com> Date: Sun, 3 May 2020 22:12:44 +0200 Subject: [PATCH] influxdb: add support for path parameter (#13265) --- source/_integrations/influxdb.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 3e129b50685..b0a0b93567f 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 InfuxDB 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.