From 022bcbdd75a9efd1d5186f1479c27331f9c40a41 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Thu, 17 Nov 2022 00:25:38 +0100 Subject: [PATCH] [DOC] Correct description of `tag_with_exception_message` Based on https://github.com/logstash-plugins/logstash-filter-ruby/blob/32c5f6c9efeaa041dd98ffbc4b7665204c88e2dd/lib/logstash/filters/ruby.rb#L102-L104 --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 9d56e6c..5c02fba 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -229,7 +229,7 @@ causes an exception. * Value type is <> * Default value is `false` -If `true` adds a tag to the event that is the concatenation of `tag_with_exception_message` +If `true` adds a tag to the event that is the concatenation of `tag_on_exception` and the exception message.