From 47896130eb26a8a6d14f5b99456165053aa8cf1c Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Tue, 27 Jun 2017 11:35:17 -0700 Subject: [PATCH] Add link to grok debugger --- CHANGELOG.md | 3 +++ docs/index.asciidoc | 4 +++- logstash-filter-grok.gemspec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 054f9eb..3f9ca90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.4.4 + - Docs: Add link to Grok Debugger tool + ## 3.4.3 - Fix some documentation issues diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 04ea91d..40e38b4 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -33,7 +33,9 @@ Logstash ships with about 120 patterns by default. You can find them here: your own trivially. (See the `patterns_dir` setting) If you need help building patterns to match your logs, you will find the - and applications quite useful! +https://www.elastic.co/guide/en/kibana/current/xpack-grokdebugger.html[Grok Debugger] +tool quite useful! The Grok Debugger is an X-Pack feature under the Basic License and is +therefore *free to use*. ==== Grok Basics diff --git a/logstash-filter-grok.gemspec b/logstash-filter-grok.gemspec index 0e05f39..ab927ae 100644 --- a/logstash-filter-grok.gemspec +++ b/logstash-filter-grok.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-filter-grok' - s.version = '3.4.3' + s.version = '3.4.4' s.licenses = ['Apache License (2.0)'] s.summary = "Parse arbitrary text and structure it." 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"