From d99760ec0a9b0caccf4847c10001439a551c13f8 Mon Sep 17 00:00:00 2001 From: astro Date: Tue, 24 Oct 2023 23:18:18 +0530 Subject: [PATCH] Update index.asciidoc Remove the comma to match the hash data type. When a comma is passed as a separator, logstash fails to sent data_points to influx --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 5b9a2f0..2d946fe 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -104,7 +104,7 @@ currently supported datatypes are `integer` and `float` * Default value is `{}` Hash of key/value pairs representing data points to send to the named database -Example: `{'column1' => 'value1', 'column2' => 'value2'}` +Example: `{'column1' => 'value1' 'column2' => 'value2'}` Events for the same measurement will be batched together where possible Both keys and values support sprintf formatting