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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -2
- data/VERSION +1 -1
- data/lib/microsoft-sentinel-log-analytics-logstash-output-plugin_jars.rb +1 -1
- data/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin.gemspec +1 -1
- data/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 → 2.3.3/microsoft-sentinel-log-analytics-logstash-output-plugin-2.3.3.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: 39f8a01be77840e4f6ab89919fa567080c3b33c3e506ed01c7522f4da9a20be4
|
|
4
|
+
data.tar.gz: caabcdb6828231e95f75c80de349b6a7662c67f8313882113dcd2a7648de6c6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
7
|
-
Released on: 2026-
|
|
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.
|
|
1
|
+
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.
|
|
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.
|
|
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-
|
|
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.
|
|
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
|