logstash-input-syslog 3.4.2 → 3.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d63c76951bace8d2eb194fdac21771964da3a9e38b88e549b949754aa24c02f7
4
- data.tar.gz: 5b137708c39d040d6ed0f38ea127874a7f0e894fb13004375ecf5b0a48b7569a
3
+ metadata.gz: dc9057a2c876b1bdb746a10c07fcc32b66d265aeb5658e1116fb0435bd29ea76
4
+ data.tar.gz: f33e03b2bb5cdad71d2152c6d563db6c2a1d7175e7cb24d6f5b872d707dbfc42
5
5
  SHA512:
6
- metadata.gz: 29bdc435ac857f12e8ec9b8f74d986ff0be227bf09e4982aae764fae5925aa971a6154b1bc6a77201b2824a28484cf84639fd8553d336da5099ee014c2bec657
7
- data.tar.gz: bbf847a0284ba65b81089d43132747ed94e9c89c734681cb3b48c9f81b07c519b6a710143216935cb645d875e5b52e49aa0a1e004c79d2c18adeb8fb8ec35f36
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. These are defined in RFC3164.
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. These are defined in RFC3164.
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.2'
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.2
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-04-28 00:00:00.000000000 Z
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