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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d49b0cc07a4a0cbbef1653e471b167f0967529b2a89a7b298de407992660256
4
- data.tar.gz: 635cf6c9275c23fa11c2606b5facf55390cd3fcf0126c6df91949162c41b12fb
3
+ metadata.gz: 15045cf32219a84e310c2f9ec1446484c1e5f8e09a4b17c3c8bb0fcdf209b6ce
4
+ data.tar.gz: 01d2bcfe07f470e70f897c5903b72965502d935da9dfe4a8724d7510eccc9c83
5
5
  SHA512:
6
- metadata.gz: f2fcc25974dd4ea5e2ac15a06c076eddac4a0794875f210da822431cb7a5003ad42cf7b31d2a33497f1daebc088b5e99eaf518ceedfeb3d68d416ca6e475b192
7
- data.tar.gz: 61b1775d1b8c05362265bcd36cbf3c7ee7040266701700c0fec3f0c8be7f97fcf4e2640d16a218eb69d261483eaf6ad200d4da116fd3b949ae21663dda07247d
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.0'
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.0
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: 2023-01-11 00:00:00.000000000 Z
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.1.6
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