From 86cd16387bef836d6f5dd01d779b5615f91f2804 Mon Sep 17 00:00:00 2001 From: "Insuk (Chris) Cho" Date: Thu, 27 Jul 2023 16:05:13 -1000 Subject: [PATCH] [DOC] Add one more condition in `source` field If `source` field is the same as the `target` field, the pipeline will crash with the error something like the below: ``` [ERROR][logstash.javapipeline ][main] Pipeline worker error, the pipeline will be stopped {:pipeline_id=>"main", :error=>"Could not set field 'name' on object 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0' to value 'Firefox'.This is probably due to trying to set a field like [foo][bar] = someValuewhen [foo] is not either a map or a string", ``` --- docs/index.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 2fcb1f8..0bd06f0 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -182,6 +182,7 @@ You can find the latest version of this here: * This is a required setting. * Value type is <> * There is no default value for this setting. + * The value of this setting shouldn't be the same as the value of <>. The field containing the user agent string. If this field is an array, only the first value will be used.