logstash-integration-snmp 4.0.7-java → 4.2.0-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/input-snmp.asciidoc +8 -2
- data/docs/input-snmptrap.asciidoc +4 -2
- data/lib/logstash/plugin_mixins/snmp/common.rb +1 -1
- data/lib/logstash-integration-snmp_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/integrations/plugin/{4.0.7/plugin-4.0.7.jar → 4.2.0/plugin-4.2.0.jar} +0 -0
- metadata +13 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9404914e9f202ca362b1f6140863d09f32c7fe7d5610090110f138f0c3990564
|
|
4
|
+
data.tar.gz: a84251a36bd3e4e6025845bed06c4e25756f55f29aadb394d3c049384bd676f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 635a81a3a042e0e37f5a612754ca99ca7a84377b9deb74de4a30d6adc04cd2337d0985c140c5bafdc3a19d8ed952c4ee0808f0e097bb1e4f098a667182facca7
|
|
7
|
+
data.tar.gz: b2b4f78a02c0c50eac98ee7c6ff8fe5a64227033a586c440353bd4e7092c48e70992a4c3813e52d59f6d110b67ee7b59e7fbf0752f89c72dd9862036e1da95bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 4.2.0
|
|
2
|
+
- Add AES256 with 3DES extension support for `priv_protocol` [#78](https://github.com/logstash-plugins/logstash-integration-snmp/pull/78)
|
|
3
|
+
|
|
4
|
+
## 4.1.0
|
|
5
|
+
- Add support for SNMPv3 `context engine ID` and `context name` to the `snmptrap` input [#76](https://github.com/logstash-plugins/logstash-integration-snmp/pull/76)
|
|
6
|
+
|
|
1
7
|
## 4.0.7
|
|
2
8
|
- FIX: The `snmptrap` input now correctly enforces the user security level set by `security_level` config, and drops received events that do not match the configured value [#75](https://github.com/logstash-plugins/logstash-integration-snmp/pull/75)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0
|
|
1
|
+
4.2.0
|
data/docs/input-snmp.asciidoc
CHANGED
|
@@ -100,7 +100,7 @@ This plugin supports the following SNMPv3 authentication options.
|
|
|
100
100
|
| <<plugins-{type}s-{plugin}-auth_pass>> |<<password,password>>|No
|
|
101
101
|
| <<plugins-{type}s-{plugin}-auth_protocol>> |<<string,string>>, one of `["md5", "sha", "sha2", "hmac128sha224", "hmac192sha256", "hmac256sha384", "hmac384sha512"]`|No
|
|
102
102
|
| <<plugins-{type}s-{plugin}-priv_pass>> |<<password,password>>|No
|
|
103
|
-
| <<plugins-{type}s-{plugin}-priv_protocol>> |<<string,string>>, one of `["des", "3des", "aes", "aes128", "aes192", "aes256"]`|No
|
|
103
|
+
| <<plugins-{type}s-{plugin}-priv_protocol>> |<<string,string>>, one of `["des", "3des", "aes", "aes128", "aes192", "aes256", "aes256with3desKey"]`|No
|
|
104
104
|
| <<plugins-{type}s-{plugin}-security_level>> |<<string,string>>, one of `["noAuthNoPriv", "authNoPriv", "authPriv"]`|No
|
|
105
105
|
| <<plugins-{type}s-{plugin}-security_name>> |<<string,string>>|No
|
|
106
106
|
|=======================================================================
|
|
@@ -412,12 +412,18 @@ The `priv_pass` option specifies the SNMPv3 encryption password.
|
|
|
412
412
|
[id="plugins-{type}s-{plugin}-priv_protocol"]
|
|
413
413
|
===== `priv_protocol`
|
|
414
414
|
|
|
415
|
-
* Value can be any of: `des`, `3des`, `aes`, `aes128`, `aes192`, `aes256`
|
|
415
|
+
* Value can be any of: `des`, `3des`, `aes`, `aes128`, `aes192`, `aes256`, `aes256with3desKey`
|
|
416
416
|
* Note that `aes` and `aes128` are equivalent
|
|
417
417
|
* There is no default value for this setting
|
|
418
418
|
|
|
419
419
|
The `priv_protocol` option specifies the SNMPv3 privacy/encryption protocol.
|
|
420
420
|
|
|
421
|
+
.Technical Preview
|
|
422
|
+
****
|
|
423
|
+
The `aes256with3desKey` feature that allows using AES256 with 3DES key extension for `priv_protocol` is in Technical Preview.
|
|
424
|
+
Configuration option and implementation details are subject to change in minor releases without being preceded by deprecation warnings.
|
|
425
|
+
****
|
|
426
|
+
|
|
421
427
|
[id="plugins-{type}s-{plugin}-security_level"]
|
|
422
428
|
===== `security_level`
|
|
423
429
|
|
|
@@ -60,6 +60,8 @@ The value is stored in the `@metadata` where it can be used by other plugins in
|
|
|
60
60
|
|ECS disabled, v1, v8 |Availability|Description
|
|
61
61
|
|[@metadata][input][snmptrap][pdu][agent_addr]|`SNMPv1`|Network address of the object generating the trap
|
|
62
62
|
|[@metadata][input][snmptrap][pdu][community]|`SNMPv1` `SNMPv2c`|SNMP community
|
|
63
|
+
|[@metadata][input][snmptrap][pdu][context_engine_id]|`SNMPv3`|SNMP context engine ID
|
|
64
|
+
|[@metadata][input][snmptrap][pdu][context_name]|`SNMPv3`|SNMP context name
|
|
63
65
|
|[@metadata][input][snmptrap][pdu][enterprise]|`SNMPv1`|Type of object generating the trap
|
|
64
66
|
|[@metadata][input][snmptrap][pdu][error_index]|`SNMPv2c` `SNMPv3`|Provides additional information by identifying
|
|
65
67
|
which variable binding in the list caused the error
|
|
@@ -116,7 +118,7 @@ This plugin supports the following SNMPv3 authentication options.
|
|
|
116
118
|
| <<plugins-{type}s-{plugin}-auth_pass>> |<<password,password>>|No
|
|
117
119
|
| <<plugins-{type}s-{plugin}-auth_protocol>> |<<string,string>>, one of `["md5", "sha", "sha2", "hmac128sha224", "hmac192sha256", "hmac256sha384", "hmac384sha512"]`|No
|
|
118
120
|
| <<plugins-{type}s-{plugin}-priv_pass>> |<<password,password>>|No
|
|
119
|
-
| <<plugins-{type}s-{plugin}-priv_protocol>> |<<string,string>>, one of `["des", "3des", "aes", "aes128", "aes192", "aes256"]`|No
|
|
121
|
+
| <<plugins-{type}s-{plugin}-priv_protocol>> |<<string,string>>, one of `["des", "3des", "aes", "aes128", "aes192", "aes256", "aes256with3desKey"]`|No
|
|
120
122
|
| <<plugins-{type}s-{plugin}-security_level>> |<<string,string>>, one of `["noAuthNoPriv", "authNoPriv", "authPriv"]`|No
|
|
121
123
|
| <<plugins-{type}s-{plugin}-security_name>> |<<string,string>>|No
|
|
122
124
|
|=======================================================================
|
|
@@ -341,7 +343,7 @@ The `priv_pass` option specifies the SNMPv3 encryption password.
|
|
|
341
343
|
[id="plugins-{type}s-{plugin}-priv_protocol"]
|
|
342
344
|
===== `priv_protocol`
|
|
343
345
|
|
|
344
|
-
* Value can be any of: `des`, `3des`, `aes`, `aes128`, `aes192`, `aes256`
|
|
346
|
+
* Value can be any of: `des`, `3des`, `aes`, `aes128`, `aes192`, `aes256`, `aes256with3desKey`
|
|
345
347
|
* Note that `aes` and `aes128` are equivalent
|
|
346
348
|
* There is no default value for this setting
|
|
347
349
|
|
|
@@ -85,7 +85,7 @@ module LogStash
|
|
|
85
85
|
base.config :auth_pass, :validate => :password
|
|
86
86
|
|
|
87
87
|
# The SNMPv3 privacy/encryption protocol
|
|
88
|
-
base.config :priv_protocol, :validate => %w[des 3des aes aes128 aes192 aes256]
|
|
88
|
+
base.config :priv_protocol, :validate => %w[des 3des aes aes128 aes192 aes256 aes256with3desKey]
|
|
89
89
|
|
|
90
90
|
# The SNMPv3 encryption password
|
|
91
91
|
base.config :priv_pass, :validate => :password
|
|
@@ -4,4 +4,4 @@ require 'jar_dependencies'
|
|
|
4
4
|
require_jar('org.snmp4j', 'snmp4j', '3.8.0')
|
|
5
5
|
require_jar('org.snmp4j', 'snmp4j-log4j', '2.8.11')
|
|
6
6
|
require_jar('org.snakeyaml', 'snakeyaml-engine', '2.7')
|
|
7
|
-
require_jar('org.logstash.integrations', 'plugin', '4.0
|
|
7
|
+
require_jar('org.logstash.integrations', 'plugin', '4.2.0')
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.2.0
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2025-07
|
|
10
|
+
date: 2025-10-07 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: logstash-core-plugin-api
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
@@ -19,7 +19,6 @@ dependencies:
|
|
|
19
19
|
- - "<="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '2.99'
|
|
22
|
-
name: logstash-core-plugin-api
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -31,12 +30,12 @@ dependencies:
|
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
31
|
version: '2.99'
|
|
33
32
|
- !ruby/object:Gem::Dependency
|
|
33
|
+
name: logstash-mixin-ecs_compatibility_support
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
35
35
|
requirements:
|
|
36
36
|
- - "~>"
|
|
37
37
|
- !ruby/object:Gem::Version
|
|
38
38
|
version: '1.3'
|
|
39
|
-
name: logstash-mixin-ecs_compatibility_support
|
|
40
39
|
type: :runtime
|
|
41
40
|
prerelease: false
|
|
42
41
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -45,12 +44,12 @@ dependencies:
|
|
|
45
44
|
- !ruby/object:Gem::Version
|
|
46
45
|
version: '1.3'
|
|
47
46
|
- !ruby/object:Gem::Dependency
|
|
47
|
+
name: logstash-mixin-validator_support
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
50
|
- - "~>"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: '1.0'
|
|
53
|
-
name: logstash-mixin-validator_support
|
|
54
53
|
type: :runtime
|
|
55
54
|
prerelease: false
|
|
56
55
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -59,12 +58,12 @@ dependencies:
|
|
|
59
58
|
- !ruby/object:Gem::Version
|
|
60
59
|
version: '1.0'
|
|
61
60
|
- !ruby/object:Gem::Dependency
|
|
61
|
+
name: logstash-mixin-event_support
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: '1.0'
|
|
67
|
-
name: logstash-mixin-event_support
|
|
68
67
|
type: :runtime
|
|
69
68
|
prerelease: false
|
|
70
69
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -73,12 +72,12 @@ dependencies:
|
|
|
73
72
|
- !ruby/object:Gem::Version
|
|
74
73
|
version: '1.0'
|
|
75
74
|
- !ruby/object:Gem::Dependency
|
|
75
|
+
name: logstash-mixin-normalize_config_support
|
|
76
76
|
requirement: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
|
78
78
|
- - "~>"
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '1.0'
|
|
81
|
-
name: logstash-mixin-normalize_config_support
|
|
82
81
|
type: :runtime
|
|
83
82
|
prerelease: false
|
|
84
83
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -87,12 +86,12 @@ dependencies:
|
|
|
87
86
|
- !ruby/object:Gem::Version
|
|
88
87
|
version: '1.0'
|
|
89
88
|
- !ruby/object:Gem::Dependency
|
|
89
|
+
name: logstash-codec-plain
|
|
90
90
|
requirement: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: '0'
|
|
95
|
-
name: logstash-codec-plain
|
|
96
95
|
type: :runtime
|
|
97
96
|
prerelease: false
|
|
98
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -101,12 +100,12 @@ dependencies:
|
|
|
101
100
|
- !ruby/object:Gem::Version
|
|
102
101
|
version: '0'
|
|
103
102
|
- !ruby/object:Gem::Dependency
|
|
103
|
+
name: logstash-core
|
|
104
104
|
requirement: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
|
106
106
|
- - ">="
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: 6.5.0
|
|
109
|
-
name: logstash-core
|
|
110
109
|
type: :runtime
|
|
111
110
|
prerelease: false
|
|
112
111
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -115,12 +114,12 @@ dependencies:
|
|
|
115
114
|
- !ruby/object:Gem::Version
|
|
116
115
|
version: 6.5.0
|
|
117
116
|
- !ruby/object:Gem::Dependency
|
|
117
|
+
name: rspec-wait
|
|
118
118
|
requirement: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
|
120
120
|
- - ">="
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
|
-
name: rspec-wait
|
|
124
123
|
type: :development
|
|
125
124
|
prerelease: false
|
|
126
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -129,12 +128,12 @@ dependencies:
|
|
|
129
128
|
- !ruby/object:Gem::Version
|
|
130
129
|
version: '0'
|
|
131
130
|
- !ruby/object:Gem::Dependency
|
|
131
|
+
name: logstash-devutils
|
|
132
132
|
requirement: !ruby/object:Gem::Requirement
|
|
133
133
|
requirements:
|
|
134
134
|
- - ">="
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
136
|
version: '2.3'
|
|
137
|
-
name: logstash-devutils
|
|
138
137
|
type: :development
|
|
139
138
|
prerelease: false
|
|
140
139
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -469,7 +468,7 @@ files:
|
|
|
469
468
|
- spec/unit/inputs/common_spec.rb
|
|
470
469
|
- spec/unit/inputs/snmp_spec.rb
|
|
471
470
|
- spec/unit/inputs/snmptrap_spec.rb
|
|
472
|
-
- vendor/jar-dependencies/org/logstash/integrations/plugin/4.0
|
|
471
|
+
- vendor/jar-dependencies/org/logstash/integrations/plugin/4.2.0/plugin-4.2.0.jar
|
|
473
472
|
- vendor/jar-dependencies/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar
|
|
474
473
|
- vendor/jar-dependencies/org/snmp4j/snmp4j-log4j/2.8.11/snmp4j-log4j-2.8.11.jar
|
|
475
474
|
- vendor/jar-dependencies/org/snmp4j/snmp4j/3.8.0/snmp4j-3.8.0.jar
|
|
@@ -480,7 +479,6 @@ metadata:
|
|
|
480
479
|
logstash_plugin: 'true'
|
|
481
480
|
logstash_group: integration
|
|
482
481
|
integration_plugins: logstash-input-snmp,logstash-input-snmptrap
|
|
483
|
-
post_install_message:
|
|
484
482
|
rdoc_options: []
|
|
485
483
|
require_paths:
|
|
486
484
|
- lib
|
|
@@ -496,8 +494,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
496
494
|
- !ruby/object:Gem::Version
|
|
497
495
|
version: '0'
|
|
498
496
|
requirements: []
|
|
499
|
-
rubygems_version: 3.3
|
|
500
|
-
signing_key:
|
|
497
|
+
rubygems_version: 3.6.3
|
|
501
498
|
specification_version: 4
|
|
502
499
|
summary: Integration with SNMP - Logstash plugins
|
|
503
500
|
test_files:
|