logstash-filter-syslog_pri 3.2.0 → 3.2.1
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 +1 -2
- data/lib/logstash/filters/syslog_pri.rb +0 -2
- data/logstash-filter-syslog_pri.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15045cf32219a84e310c2f9ec1446484c1e5f8e09a4b17c3c8bb0fcdf209b6ce
|
|
4
|
+
data.tar.gz: 01d2bcfe07f470e70f897c5903b72965502d935da9dfe4a8724d7510eccc9c83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 032a33ff35de0d43b33f3e58634d433ae98a70ae380a3fcd6a95ecdfe9d454f96803dcc542f9f9b09f20881072ce3cd1c925dba5463935dfdee24a8ecc2824be
|
|
7
|
+
data.tar.gz: 670f30eb6740c06ac9264472fca2ac015ff462b23ed0ee9143ba3b4a8781a28947f8ada2e6d3966ba126aa75f6905c5ae33e1f8e18c335942095f34d34721949
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 3.2.1
|
|
2
|
+
- Remove spurious leftover text from "use_labels" docs [#15](https://github.com/logstash-plugins/logstash-filter-syslog_pri/pull/15)
|
|
3
|
+
|
|
1
4
|
## 3.2.0
|
|
2
5
|
- Feat: add tagging on unrecognized `facility_label` code [#11](https://github.com/logstash-plugins/logstash-filter-syslog_pri/pull/11)
|
|
3
6
|
- Change: refactored test code to be streamlined when checking ECS fields [#14](https://github.com/logstash-plugins/logstash-filter-syslog_pri/pull/14)
|
data/docs/index.asciidoc
CHANGED
|
@@ -95,10 +95,9 @@ Name of field which passes in the extracted PRI part of the syslog message
|
|
|
95
95
|
* Value type is <<boolean,boolean>>
|
|
96
96
|
* Default value is `true`
|
|
97
97
|
|
|
98
|
-
set the status to experimental/beta/stable
|
|
99
98
|
Add human-readable names after parsing severity and facility from PRI
|
|
100
99
|
|
|
101
100
|
|
|
102
101
|
|
|
103
102
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
104
|
-
include::{include_path}/{type}.asciidoc[]
|
|
103
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -11,8 +11,6 @@ class LogStash::Filters::Syslog_pri < LogStash::Filters::Base
|
|
|
11
11
|
|
|
12
12
|
config_name "syslog_pri"
|
|
13
13
|
|
|
14
|
-
# set the status to experimental/beta/stable
|
|
15
|
-
|
|
16
14
|
# Add human-readable names after parsing severity and facility from PRI
|
|
17
15
|
config :use_labels, :validate => :boolean, :default => true
|
|
18
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-syslog_pri'
|
|
4
|
-
s.version = '3.2.
|
|
4
|
+
s.version = '3.2.1'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Parses the `PRI` (priority) field of a `syslog` message"
|
|
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-filter-syslog_pri
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements: []
|
|
101
|
-
rubygems_version: 3.
|
|
101
|
+
rubygems_version: 3.2.33
|
|
102
102
|
signing_key:
|
|
103
103
|
specification_version: 4
|
|
104
104
|
summary: Parses the `PRI` (priority) field of a `syslog` message
|