From b769f981cfc85f129db980c65e16abdbf1933b5a Mon Sep 17 00:00:00 2001 From: Ferdinand Holzer Date: Thu, 20 Oct 2022 20:05:09 +0200 Subject: [PATCH 1/2] docs: Add target field to configuration options table --- docs/index.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index e92f9f1..7d284f4 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -210,6 +210,7 @@ This plugin supports the following configuration options plus the <> |<>|No | <> |<>|No | <> |<>|No +| <> |<>|No | <> |<>|No | <> |<>|No |======================================================================= From 68ccbba10c71c1b7b10ec96636fed67fecd50e4e Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:04:31 +0000 Subject: [PATCH 2/2] bump to 4.4.3 --- CHANGELOG.md | 3 +++ logstash-filter-grok.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb17f7e..2617312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.4.3 + - docs: Add target field to configuration options table [#182](https://github.com/logstash-plugins/logstash-filter-grok/pull/182) + ## 4.4.2 - Clarify the definition of matches that depend on previous captures [#169](https://github.com/logstash-plugins/logstash-filter-grok/pull/169) diff --git a/logstash-filter-grok.gemspec b/logstash-filter-grok.gemspec index 11b470b..f51a463 100644 --- a/logstash-filter-grok.gemspec +++ b/logstash-filter-grok.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-grok' - s.version = '4.4.2' + s.version = '4.4.3' s.licenses = ['Apache License (2.0)'] s.summary = "Parses unstructured event data into fields" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"