logstash-integration-snmp 4.0.2-java → 4.0.3-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: 5529910e1eabb687165e253a74a196e15666484d9d060738b5dd5ed531ba638f
4
+ data.tar.gz: 378404ffc2568f5e21011fe1e05dc61d63de455aa7dfccfa5ab61fe0c7c01af7
5
5
  SHA512:
6
- metadata.gz: 93fa035596764f1f4de22df4a9696c11aeaeba327c7897fb0cf40a08246f6d1624218e68161d9100bbd04f77733aa3b9b74721bd0ee677e8fd8fe85ae19f7012
7
- data.tar.gz: 1da5fefbbc3d7ac39a244f5361ed25ade680e2656286f79491bd89202f130a66e105f12c20451bcf32d6fafd9b06d16eb2b2d0bfe8d7b9d36fdb5d96975c643f
6
+ metadata.gz: '0148c75d5edd7e107e1f6bbbc4422e056b6145c8aabea1a3cea9024403cd90cd861cd21e99dd7751bf37ce1891932ac7fba44e171344e476d07820157a70523e'
7
+ data.tar.gz: 26ef7ab8b4ccc50d63422647d20bfcaae0253f1ccecb5eca605eaf3a2a5babaff11d0806424054b22cedaa2ca3bbc130f89302eede7c926d290566d862afb1e0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - [Doc] Restore links to importing MIBs info [#60](https://github.com/logstash-plugins/logstash-integration-snmp/pull/60)
3
+
1
4
  ## 4.0.2
2
5
  - 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
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.2
1
+ 4.0.3
@@ -50,8 +50,6 @@ easier package maintenance, and a smaller installation footprint.
50
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
51
  ****
52
52
 
53
- // ToDo: link:{logstash-ref}/plugins-input-snmp.html[Importing MIBs]
54
-
55
53
 
56
54
  [id="plugins-{type}s-{plugin}-ecs"]
57
55
  ==== Compatibility with the Elastic Common Schema (ECS)
@@ -74,10 +72,8 @@ Metadata fields follow a specific naming convention when <<plugins-{type}s-{plug
74
72
 
75
73
  This plugin already includes the IETF MIBs (management information bases), and you do not need to import them.
76
74
  If you need additional MIBs, you need to import them.
77
- Check out "Importing MIBs" for instructions.
75
+ Check out link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-import-mibs[Importing MIBs] for info.
78
76
 
79
- // link:{logstash-ref}/plugins-input-snmp.html[Importing MIBs]
80
- // ToDo: Add link to MIBs content after generated file exists.
81
77
 
82
78
  [id="plugins-{type}s-{plugin}-options"]
83
79
  ==== SNMP Input Configuration Options
@@ -90,10 +90,7 @@ which variable binding in the list caused the error
90
90
 
91
91
  This plugin already includes the IETF MIBs (management information bases), and you do not need to import them.
92
92
  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.
93
+ Check out link:{logstash-ref}/plugins-integrations-snmp.html#plugins-integrations-snmp-import-mibs[Importing MIBs] for info.
97
94
 
98
95
  [id="plugins-{type}s-{plugin}-options"]
99
96
  ==== 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.3')
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.3
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-06-11 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.3/plugin-4.0.3.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