logstash-integration-snmp 4.0.2-java → 4.0.4-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 +4 -4
- data/CHANGELOG.md +6 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +6 -9
- data/docs/input-snmp.asciidoc +10 -25
- data/docs/input-snmptrap.asciidoc +11 -25
- data/lib/logstash-integration-snmp_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/integrations/plugin/{4.0.2/plugin-4.0.2.jar → 4.0.4/plugin-4.0.4.jar} +0 -0
- 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: 31f84b00ce2826f252b4dbd516f4836f8b7394845a335100f9e4ee136c192e76
|
|
4
|
+
data.tar.gz: c671cfd764529bf15e4027cd3a01ba9484f7a71fbf2db4332bf630aa835ad1ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
.Technical Preview
|
|
22
|
+
.Announcing the new SNMP integration plugin
|
|
25
23
|
****
|
|
26
|
-
The new `integration-snmp` plugin
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
32
|
-
|
|
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
|
data/docs/input-snmp.asciidoc
CHANGED
|
@@ -20,19 +20,17 @@ END - GENERATED VARIABLES, DO NOT EDIT!
|
|
|
20
20
|
|
|
21
21
|
include::{include_path}/plugin_header-integration.asciidoc[]
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
|
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
|
|
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
|
|
Binary file
|
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.
|
|
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-
|
|
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.
|
|
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
|