logstash-integration-snmp 4.0.2-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: a118e564c156abe1ca3e7eee83028f8cd73610823de9eca7873db7c41196398c
4
- data.tar.gz: 06c610f49f21d97fe75fadddbdd9aed4824ff36f34970649bdc2afd539992993
3
+ metadata.gz: 31f84b00ce2826f252b4dbd516f4836f8b7394845a335100f9e4ee136c192e76
4
+ data.tar.gz: c671cfd764529bf15e4027cd3a01ba9484f7a71fbf2db4332bf630aa835ad1ae
5
5
  SHA512:
6
- metadata.gz: 93fa035596764f1f4de22df4a9696c11aeaeba327c7897fb0cf40a08246f6d1624218e68161d9100bbd04f77733aa3b9b74721bd0ee677e8fd8fe85ae19f7012
7
- data.tar.gz: 1da5fefbbc3d7ac39a244f5361ed25ade680e2656286f79491bd89202f130a66e105f12c20451bcf32d6fafd9b06d16eb2b2d0bfe8d7b9d36fdb5d96975c643f
6
+ metadata.gz: dd9c5436d198374486d21ddf88fb658babdef0568ffb4563525dc9f71b228a16dbaf36e07e1b5545ede6064e152782af1a54ded552bb7ce700a603e50d444851
7
+ data.tar.gz: c6879a15d859b84bc99ea1b727bb08537be93490f42e9154f858fc75a9c9d1ef3aaf705bd62a969fa6bb08320744b3b2e9810303d587e57c05f88e3d750bff26
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
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
+
4
+ ## 4.0.3
5
+ - [DOC] Restore links to importing MIBs info [#60](https://github.com/logstash-plugins/logstash-integration-snmp/pull/60)
6
+
1
7
  ## 4.0.2
2
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)
3
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.2
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,17 +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
- // ToDo: link:{logstash-ref}/plugins-input-snmp.html[Importing MIBs]
54
-
55
42
 
56
43
  [id="plugins-{type}s-{plugin}-ecs"]
57
44
  ==== Compatibility with the Elastic Common Schema (ECS)
@@ -74,10 +61,8 @@ Metadata fields follow a specific naming convention when <<plugins-{type}s-{plug
74
61
 
75
62
  This plugin already includes the IETF MIBs (management information bases), and you do not need to import them.
76
63
  If you need additional MIBs, you need to import them.
77
- Check out "Importing MIBs" for instructions.
64
+ Check out link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-import-mibs[Importing MIBs] for info.
78
65
 
79
- // link:{logstash-ref}/plugins-input-snmp.html[Importing MIBs]
80
- // ToDo: Add link to MIBs content after generated file exists.
81
66
 
82
67
  [id="plugins-{type}s-{plugin}-options"]
83
68
  ==== SNMP Input Configuration Options
@@ -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
 
@@ -90,10 +79,7 @@ which variable binding in the list caused the error
90
79
 
91
80
  This plugin already includes the IETF MIBs (management information bases), and you do not need to import them.
92
81
  If you need additional MIBs, you need to import them.
93
- Check out "Importing MIBs" for instructions.
94
-
95
- // link:{logstash-ref}/plugins-input-snmp.html[Importing MIBs]
96
- // ToDo: Add link to MIBs content after generated file exists.
82
+ Check out link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-import-mibs[Importing MIBs] for info.
97
83
 
98
84
  [id="plugins-{type}s-{plugin}-options"]
99
85
  ==== SNMP Trap Input Configuration Options
@@ -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.2')
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.2
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-05-20 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.2/plugin-4.0.2.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