microsoft-sentinel-log-analytics-logstash-output-plugin 2.3.2-java → 2.3.3-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c28843f943eb0d0a6d882489496b7925807b6297afdfa3a50c502bf9acebe220
4
- data.tar.gz: 2a43af3450ce0fa1842fb9a9daf61059a3b4576387daa9c244c04c0115e19907
3
+ metadata.gz: 39f8a01be77840e4f6ab89919fa567080c3b33c3e506ed01c7522f4da9a20be4
4
+ data.tar.gz: caabcdb6828231e95f75c80de349b6a7662c67f8313882113dcd2a7648de6c6e
5
5
  SHA512:
6
- metadata.gz: e5c128d254f06c88fcd5f492a30c65cee0de83ad1a2eb98c49f9268db3c2f1109541e821054cbed38759ca906831ca0726510702968e78f2e3a5d77262e8b5e0
7
- data.tar.gz: 0b8c115c9c082fa9a759e046df413cd30c663ec355789e87469ab9bed77a769021b91ffd93c4201570aa6e181a2f92f384287b4cf68925ec22d9b286d89d7bd0
6
+ metadata.gz: 7cd0ffa50dc8a7dc33f1e57b113ab4b0c332c6e70b45100baa543b08b776ca89ad12e2fec28798a445425d0f0085094cdbad4b7a78009e3bc2514e33e7259625
7
+ data.tar.gz: 91eaa0a65afbc6b0e03d3e82f40868a13af4b6e33557ef55bc3d1392a057f3c4ecb54c920512037e63f32f26b6195de8466429d939238d6f54e08cd894a41ca1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.3.3
2
+ - Fixed loss of numeric and boolean type fidelity: fields backed by Logstash's internal JRuby types (e.g. ports, byte counts) are now preserved as native JSON numbers/booleans instead of being converted to strings, ensuring reliable ingestion into DCRs with typed columns.
3
+
1
4
  ## 2.3.2
2
5
  - Fixed silent worker thread death caused by uncaught exceptions in worker processing loop.
3
6
  - Fixed NullPointerException in SenderWorker when Azure returns a LogsUploadException with a null HTTP response.
data/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  Microsoft Sentinel provides a new output plugin for Logstash. Use this output plugin to send any log via Logstash to the Microsoft Sentinel/Log Analytics workspace. This is done with the Log Analytics DCR-based API.
4
4
  You may send logs to custom or standard tables.
5
5
 
6
- Plugin version: v2.3.2
7
- Released on: 2026-06-23
6
+ Plugin version: v2.3.3
7
+ Released on: 2026-07-02
8
8
 
9
9
  This plugin is currently in development and is free to use. We request and appreciate feedback from users.
10
10
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.2
1
+ 2.3.3
@@ -2,4 +2,4 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'jar_dependencies'
5
- require_jar('org.logstashplugins', 'microsoft-sentinel-log-analytics-logstash-output-plugin', '2.3.2')
5
+ require_jar('org.logstashplugins', 'microsoft-sentinel-log-analytics-logstash-output-plugin', '2.3.3')
@@ -1,7 +1,7 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. EDITS WILL BE OVERWRITTEN.
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'microsoft-sentinel-log-analytics-logstash-output-plugin'
4
- s.version = '2.3.2'
4
+ s.version = '2.3.3'
5
5
  s.licenses = ['Apache-2.0']
6
6
  s.summary = 'Microsoft Sentinel Log Analytics output plugin'
7
7
  s.description = 'Microsoft Sentinel provides a new output plugin for Logstash. Use this output plugin to send any log via Logstash to the Microsoft Sentinel/Log Analytics workspace. This is done with the Log Analytics DCR-based API.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microsoft-sentinel-log-analytics-logstash-output-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: java
6
6
  authors:
7
7
  - Microsoft
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-23 00:00:00.000000000 Z
11
+ date: 2026-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ files:
75
75
  - lib/logstash_registry.rb
76
76
  - lib/microsoft-sentinel-log-analytics-logstash-output-plugin_jars.rb
77
77
  - logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin.gemspec
78
- - vendor/jar-dependencies/org/logstashplugins/microsoft-sentinel-log-analytics-logstash-output-plugin/2.3.2/microsoft-sentinel-log-analytics-logstash-output-plugin-2.3.2.jar
78
+ - vendor/jar-dependencies/org/logstashplugins/microsoft-sentinel-log-analytics-logstash-output-plugin/2.3.3/microsoft-sentinel-log-analytics-logstash-output-plugin-2.3.3.jar
79
79
  homepage:
80
80
  licenses:
81
81
  - Apache-2.0