logstash-integration-snmp 4.0.5-java → 4.0.6-java

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: 1cdf41ec78d2d0dce47281406e4aaea6c40fc17ea168eb4d0d83da9915d619a5
4
- data.tar.gz: 3158f26a48a74d0cf287a03ae42a09a59bca0d4237d0081d7f1a2f9ba1344caa
3
+ metadata.gz: 87e91726f2da35d5c128693fe731cabd216590807964ffc0181160eb8a19b216
4
+ data.tar.gz: 6174140288b22f07ca266fe3a9d929ee4a0777e7b90f6fa2c8c10c41942ced34
5
5
  SHA512:
6
- metadata.gz: d155be6d03879712df944c1ba22451ffba3f6b6d644db1961c4172e3644268357d5a2e7a944cc29f10f51cc2938c1b9c6069e2f7835c22ff2f08aae867cc7ae1
7
- data.tar.gz: 23947546e3dd90597893de098f40d89d2dd2b902edac6162f49b1121f8f939f8c4794c762b7e1e5fe55e28e4869f31ab968dc7b81dc4d4c22fac89a65cc0ec20
6
+ metadata.gz: cf3f6eb1b7b4588a3516387c5d2a26f4234d4697a3384653c150e2a91cfb12551f9ce3e8f2a7370bcc4f68ac54a897e0533e5e1da6feb6082559eeff65d34c69
7
+ data.tar.gz: aaaead569d07cb2b4622740cc8fe9bcc0ae97101fb699133650e8e759f60bcb101f4f3ee22f7e232a26e16d67cb3915034077d896258764d4da71701d3947c71
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.6
2
+ - [DOC] Fix typo in snmptrap migration section [#74](https://github.com/logstash-plugins/logstash-integration-snmp/pull/74)
3
+
1
4
  ## 4.0.5
2
5
  - Fix typo resulting in "uninitialized constant" exception for invalid column name [#73](https://github.com/logstash-plugins/logstash-integration-snmp/pull/73)
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.5
1
+ 4.0.6
data/docs/index.asciidoc CHANGED
@@ -75,7 +75,7 @@ This change should not affect existing pipelines, unless they have custom error
75
75
  ===== Migration notes: `logstash-input-snmptrap`
76
76
 
77
77
  As a component of the new `logstash-integration-snmp` plugin, the `logstash-input-snmptrap` plugin offers _almost the same
78
- capabilities_ as the stand-alone https://github.com/logstash-plugins/logstash-input-snmp[logstash-input-snmp] plugin.
78
+ capabilities_ as the stand-alone https://github.com/logstash-plugins/logstash-input-snmptrap[logstash-input-snmptrap] plugin.
79
79
 
80
80
  You might need to address some behavior changes depending on your use case and how the ingested data is being handled through the pipeline.
81
81
 
@@ -3,4 +3,4 @@
3
3
  require 'jar_dependencies'
4
4
  require_jar('org.snmp4j', 'snmp4j', '3.8.0')
5
5
  require_jar('org.snakeyaml', 'snakeyaml-engine', '2.7')
6
- require_jar('org.logstash.integrations', 'plugin', '4.0.5')
6
+ require_jar('org.logstash.integrations', 'plugin', '4.0.6')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-snmp
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-06 00:00:00.000000000 Z
11
+ date: 2025-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -469,7 +469,7 @@ files:
469
469
  - spec/unit/inputs/common_spec.rb
470
470
  - spec/unit/inputs/snmp_spec.rb
471
471
  - spec/unit/inputs/snmptrap_spec.rb
472
- - vendor/jar-dependencies/org/logstash/integrations/plugin/4.0.5/plugin-4.0.5.jar
472
+ - vendor/jar-dependencies/org/logstash/integrations/plugin/4.0.6/plugin-4.0.6.jar
473
473
  - vendor/jar-dependencies/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar
474
474
  - vendor/jar-dependencies/org/snmp4j/snmp4j/3.8.0/snmp4j-3.8.0.jar
475
475
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html