From 263fd8c41eb82320de397c9591f41b2b70d70ac0 Mon Sep 17 00:00:00 2001 From: Samuel Yi Date: Thu, 11 Apr 2019 16:07:14 +0800 Subject: [PATCH] typo of "use_event_fields_for_data_points" --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 3e4b49c..5b9a2f0 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -230,7 +230,7 @@ The retention policy to use An array containing the names of fields to send to Influxdb as tags instead of fields. Influxdb 0.9 convention is that values that do not change every request should be considered metadata and given as tags. Tags are only sent when -present in `data_points` or if `user_event_fields_for_data_points` is `true`. +present in `data_points` or if `use_event_fields_for_data_points` is `true`. [id="plugins-{type}s-{plugin}-ssl"] ===== `ssl`