logstash-integration-snmp 4.0.3-java → 4.0.4-java

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: 5529910e1eabb687165e253a74a196e15666484d9d060738b5dd5ed531ba638f
4
- data.tar.gz: 378404ffc2568f5e21011fe1e05dc61d63de455aa7dfccfa5ab61fe0c7c01af7
3
+ metadata.gz: 31f84b00ce2826f252b4dbd516f4836f8b7394845a335100f9e4ee136c192e76
4
+ data.tar.gz: c671cfd764529bf15e4027cd3a01ba9484f7a71fbf2db4332bf630aa835ad1ae
5
5
  SHA512:
6
- metadata.gz: '0148c75d5edd7e107e1f6bbbc4422e056b6145c8aabea1a3cea9024403cd90cd861cd21e99dd7751bf37ce1891932ac7fba44e171344e476d07820157a70523e'
7
- data.tar.gz: 26ef7ab8b4ccc50d63422647d20bfcaae0253f1ccecb5eca605eaf3a2a5babaff11d0806424054b22cedaa2ca3bbc130f89302eede7c926d290566d862afb1e0
6
+ metadata.gz: dd9c5436d198374486d21ddf88fb658babdef0568ffb4563525dc9f71b228a16dbaf36e07e1b5545ede6064e152782af1a54ded552bb7ce700a603e50d444851
7
+ data.tar.gz: c6879a15d859b84bc99ea1b727bb08537be93490f42e9154f858fc75a9c9d1ef3aaf705bd62a969fa6bb08320744b3b2e9810303d587e57c05f88e3d750bff26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
+ ## 4.0.4
2
+ - [DOC] Update banners and set user expectations for general availability (GA) [#67](https://github.com/logstash-plugins/logstash-integration-snmp/pull/67)
3
+
1
4
  ## 4.0.3
2
- - [Doc] Restore links to importing MIBs info [#60](https://github.com/logstash-plugins/logstash-integration-snmp/pull/60)
5
+ - [DOC] Restore links to importing MIBs info [#60](https://github.com/logstash-plugins/logstash-integration-snmp/pull/60)
3
6
 
4
7
  ## 4.0.2
5
8
  - Fixed `input-snmp` `tables` event mapping to remove the "index" value from the OID field (backward compatibility) [#61](https://github.com/logstash-plugins/logstash-integration-snmp/pull/61)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.3
1
+ 4.0.4
data/docs/index.asciidoc CHANGED
@@ -19,17 +19,14 @@ END - GENERATED VARIABLES, DO NOT EDIT!
19
19
 
20
20
  include::{include_path}/plugin_header.asciidoc[]
21
21
 
22
- experimental[]
23
-
24
- .Technical Preview
22
+ .Announcing the new SNMP integration plugin
25
23
  ****
26
- The new `integration-snmp` plugin, and its component plugins--`input-snmp` and `input-snmptrap`--are available in _Technical Preview_ and can be installed on the latest Logstash 7.x and 8.x versions.
27
-
28
- Current 1.x versions of the `input-snmp` plugin are bundled with {ls} by default, and will soon be replaced by the snmp input plugin contained in this integration.
29
- (If you want to opt into the Technical Preview for the `integration-snmp` plugin, run `bin/logstash-plugin install logstash-integration-snmp`.)
24
+ The new `logstash-integration-snmp` plugin is available and bundled with {ls} 8.15.0 (and later) by default.
25
+ This plugin combines our classic `logstash-input-snmp` and `logstash-input-snmptrap` plugins into a single Ruby gem at v4.0.0 and later.
26
+ Earlier versions of the stand-alone plugins that were bundled with {ls} by default will be replaced by the 4.0.0+ version contained in this new integration.
30
27
 
31
- Be aware of <<plugins-{type}s-{plugin}-migration,behavioral and mapping differences>> between current stand-alone plugins and the new versions included in the `integration-snmp`.
32
- The information in this topic can help.
28
+ IMPORTANT: Before you upgrade to {ls} 8.15.0 that includes this new integration by default, be aware of {logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences] between stand-alone plugins and the new versions included in `integration-snmp`.
29
+ If you need to maintain current mappings for the `input-snmptrap` plugin, you have options to {logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-input-snmptrap-compat[preserve existing behavior].
33
30
  ****
34
31
 
35
32
  ==== Description
@@ -20,19 +20,17 @@ END - GENERATED VARIABLES, DO NOT EDIT!
20
20
 
21
21
  include::{include_path}/plugin_header-integration.asciidoc[]
22
22
 
23
- experimental[]
24
-
25
- .Technical Preview
26
- ****
27
- The new `integration-snmp` plugin, and its component plugins--`input-snmp` and `input-snmptrap`--are available in _Technical Preview_ and can be installed on the latest Logstash 7.x and 8.x versions.
28
-
29
- Current 1.x versions of the `input-snmp` plugin are bundled with {ls} by default, and will soon be replaced by the snmp input plugin contained in this integration.
30
- (If you want to opt into the Technical Preview for the `integration-snmp` plugin, run `bin/logstash-plugin install logstash-integration-snmp`.)
23
+ .Migrating to `logstash-integration-snmp` from stand-alone `input-snmp`
24
+ ****
25
+ The `logstash-input-snmp` plugin is now a component of the `logstash-integration-snmp` plugin which is
26
+ bundled with {ls} 8.15.0 by default.
27
+ This integrated plugin package provides better alignment in snmp processing, better resource management,
28
+ easier package maintenance, and a smaller installation footprint.
31
29
 
32
- Be aware of behavioral and mapping differences between current stand-alone plugins and the new versions included in the `integration-snmp`.
30
+ Before you upgrade to {ls} 8.15.0, be aware of link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences]
31
+ between current stand-alone plugins and the new versions included in `integration-snmp`.
32
+ ****
33
33
 
34
- Before you install the new integration, be aware of link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences] between current stand-alone plugins and the new versions included in `integration-snmp`.
35
- ****
36
34
 
37
35
  ==== Description
38
36
 
@@ -41,15 +39,6 @@ to gather information related to the current state of the devices operation.
41
39
 
42
40
  The SNMP input plugin supports SNMP v1, v2c, and v3 over UDP and TCP transport protocols.
43
41
 
44
- .Migrating to `logstash-integration-snmp` from stand-alone `input-snmp`
45
- ****
46
- The `logstash-input-snmp` plugin is now a component of the `logstash-integration-snmp` plugin.
47
- This integrated plugin package provides better alignment in snmp processing, better resource management,
48
- easier package maintenance, and a smaller installation footprint.
49
-
50
- Before you install the new integration, be aware of link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences] between current stand-alone plugins and the new versions included in `integration-snmp`.
51
- ****
52
-
53
42
 
54
43
  [id="plugins-{type}s-{plugin}-ecs"]
55
44
  ==== Compatibility with the Elastic Common Schema (ECS)
@@ -20,19 +20,17 @@ END - GENERATED VARIABLES, DO NOT EDIT!
20
20
 
21
21
  include::{include_path}/plugin_header-integration.asciidoc[]
22
22
 
23
- experimental[]
24
-
25
- .Technical Preview
26
- ****
27
- The new `integration-snmp` plugin, and its component plugins--`input-snmp` and `input-snmptrap`--are available in _Technical Preview_ and can be installed on the latest Logstash 7.x and 8.x versions.
28
-
29
- Current 1.x versions of the `input-snmp` plugin are bundled with {ls} by default, and will soon be replaced by the snmp input plugin contained in this integration.
30
- (If you want to opt into the Technical Preview for the `integration-snmp` plugin, run `bin/logstash-plugin install logstash-integration-snmp`.)
31
-
32
- Be aware of behavioral and mapping differences between current stand-alone plugins and the new versions included in the `integration-snmp`.
23
+ .Migrating to `logstash-integration-snmp` from stand-alone `input-snmptrap`
24
+ ****
25
+ The `logstash-input-snmptrap` plugin is now a component of the `logstash-integration-snmp` plugin which is
26
+ bundled with {ls} 8.15.0 by default.
27
+ This integrated plugin package provides better alignment in snmp processing, better resource management,
28
+ easier package maintenance, and a smaller installation footprint.
33
29
 
34
- Before you install the new integration, be aware of link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences] between current stand-alone plugins and the new versions included in `integration-snmp`.
35
- ****
30
+ Before you upgrade to {ls} 8.15.0, be aware of link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences]
31
+ between current stand-alone plugins and the new versions included in `integration-snmp`.
32
+ If you need to maintain current mappings for the `input-snmptrap` plugin, you have options to {logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-input-snmptrap-compat[preserve existing behavior].
33
+ ****
36
34
 
37
35
  ==== Description
38
36
 
@@ -42,15 +40,6 @@ Resulting `message` field resembles:
42
40
  [source,json]
43
41
  {"agent_addr":"192.168.1.40", "generic_trap":6, "specific_trap":15511, "enterprise":"1.3.6.1.2.1.1.1", "variable_bindings":{"1.3.6.1.2.1.1.2.0":"test one", "1.3.6.1.2.1.1.1.0":"test two"}, "type":"V1TRAP", "community":"public", "version":1, "timestamp":1500}
44
42
 
45
- .Migrating to `logstash-integration-snmp` from stand-alone `input-snmptrap`
46
- ****
47
- The `logstash-input-snmptrap` plugin is now a component of the `logstash-integration-snmp` plugin.
48
- This integrated plugin package provides better alignment in snmp processing, better resource management,
49
- easier package maintenance, and a smaller installation footprint.
50
-
51
- Before you install the new integration, be aware of link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-migration[behavioral and mapping differences] between current stand-alone plugins and the new versions included in `integration-snmp`.
52
- ****
53
-
54
43
  [id="plugins-{type}s-{plugin}-ecs"]
55
44
  ==== Event Metadata and the Elastic Common Schema (ECS)
56
45
 
@@ -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.3')
6
+ require_jar('org.logstash.integrations', 'plugin', '4.0.4')
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.3
4
+ version: 4.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-11 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -483,7 +483,7 @@ files:
483
483
  - spec/unit/inputs/common_spec.rb
484
484
  - spec/unit/inputs/snmp_spec.rb
485
485
  - spec/unit/inputs/snmptrap_spec.rb
486
- - vendor/jar-dependencies/org/logstash/integrations/plugin/4.0.3/plugin-4.0.3.jar
486
+ - vendor/jar-dependencies/org/logstash/integrations/plugin/4.0.4/plugin-4.0.4.jar
487
487
  - vendor/jar-dependencies/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar
488
488
  - vendor/jar-dependencies/org/snmp4j/snmp4j/3.8.0/snmp4j-3.8.0.jar
489
489
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html