Skip to content

Commit fa99eea

Browse files
authored
fix broken link (#167)
dump version fix broken link
1 parent 83e9f5b commit fa99eea

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.4.1
2+
- [Doc] fix the broken link [#166](https://github.com/logstash-plugins/logstash-filter-grok/pull/166)
3+
14
## 4.4.0
25
- Feat: ECS compatibility support [#162](https://github.com/logstash-plugins/logstash-filter-grok/pull/162)
36

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ parsing different things), then set this to false.
240240
** When Logstash provides a `pipeline.ecs_compatibility` setting, its value is used as the default
241241
** Otherwise, the default value is `disabled`.
242242

243-
Controls this plugin's compatibility with the {ecs-ref}[Elastic Common Schema (ECS)].
243+
Controls this plugin's compatibility with the {ecs-ref}/index.html[Elastic Common Schema (ECS)].
244244
The value of this setting affects extracted event field names when a composite pattern (such as `HTTPD_COMMONLOG`) is matched.
245245

246246
[id="plugins-{type}s-{plugin}-keep_empty_captures"]

logstash-filter-grok.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-filter-grok'
3-
s.version = '4.4.0'
3+
s.version = '4.4.1'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Parses unstructured event data into fields"
66
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"

0 commit comments

Comments
 (0)