logstash-input-syslog 3.4.2 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +13 -2
- data/logstash-input-syslog.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc9057a2c876b1bdb746a10c07fcc32b66d265aeb5658e1116fb0435bd29ea76
|
|
4
|
+
data.tar.gz: f33e03b2bb5cdad71d2152c6d563db6c2a1d7175e7cb24d6f5b872d707dbfc42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 877bd6b44875b1b4318e08073d53caef55c90dbe636ab49a0e7c4e2af5d3c6f8a12527250e0988442aa12e884eee8902db89803cd0a517aa0506bb1127de4ea1
|
|
7
|
+
data.tar.gz: 477cd68ad7aedb6125205b4c88d0ec2bdae3e5e58d82bc91c21317eef919f1047b7c9d4bbc2ccc7e381c447d1af2adda0ed8d69585544fd95d0a65884af91abb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 3.4.3
|
|
2
|
+
- [DOC] Added expanded descriptions and requirements for facility_labels and severity_labels. [#52](https://github.com/logstash-plugins/logstash-input-syslog/pull/52)
|
|
3
|
+
|
|
1
4
|
## 3.4.2
|
|
2
5
|
- Remove (deprecated) dependency on thread_safe gem.
|
|
3
6
|
- CI: upgrade testing [#58](https://github.com/logstash-plugins/logstash-input-syslog/pull/58)
|
data/docs/index.asciidoc
CHANGED
|
@@ -70,7 +70,14 @@ input plugins.
|
|
|
70
70
|
* Value type is <<array,array>>
|
|
71
71
|
* Default value is `["kernel", "user-level", "mail", "system", "security/authorization", "syslogd", "line printer", "network news", "UUCP", "clock", "security/authorization", "FTP", "NTP", "log audit", "log alert", "clock", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7"]`
|
|
72
72
|
|
|
73
|
-
Labels for facility levels
|
|
73
|
+
Labels for facility levels defined in RFC3164.
|
|
74
|
+
|
|
75
|
+
You can use this option to override the integer->label mapping for syslog inputs
|
|
76
|
+
that behave differently than the RFCs.
|
|
77
|
+
|
|
78
|
+
Provide a zero-indexed array with all of your facility labels _in order_.
|
|
79
|
+
If a log message contains a facility number with no corresponding entry,
|
|
80
|
+
the facility_label is not added to the event.
|
|
74
81
|
|
|
75
82
|
[id="plugins-{type}s-{plugin}-grok_pattern"]
|
|
76
83
|
===== `grok_pattern`
|
|
@@ -136,7 +143,11 @@ http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
|
|
|
136
143
|
* Value type is <<array,array>>
|
|
137
144
|
* Default value is `["Emergency", "Alert", "Critical", "Error", "Warning", "Notice", "Informational", "Debug"]`
|
|
138
145
|
|
|
139
|
-
Labels for severity levels
|
|
146
|
+
Labels for severity levels defined in RFC3164.
|
|
147
|
+
|
|
148
|
+
Provide a zero-indexed array with all of your severity labels _in order_.
|
|
149
|
+
If a log message contains a severity label with no corresponding entry,
|
|
150
|
+
the severity_label is not added to the event.
|
|
140
151
|
|
|
141
152
|
[id="plugins-{type}s-{plugin}-syslog_field"]
|
|
142
153
|
===== `syslog_field`
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-syslog'
|
|
4
|
-
s.version = '3.4.
|
|
4
|
+
s.version = '3.4.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Reads syslog messages as events"
|
|
7
7
|
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"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-syslog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|