microsoft-sentinel-log-analytics-logstash-output-plugin 2.3.0-java → 2.3.2-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 +10 -1
- data/README.md +3 -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.0/microsoft-sentinel-log-analytics-logstash-output-plugin-2.3.0.jar → 2.3.2/microsoft-sentinel-log-analytics-logstash-output-plugin-2.3.2.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: c28843f943eb0d0a6d882489496b7925807b6297afdfa3a50c502bf9acebe220
|
|
4
|
+
data.tar.gz: 2a43af3450ce0fa1842fb9a9daf61059a3b4576387daa9c244c04c0115e19907
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5c128d254f06c88fcd5f492a30c65cee0de83ad1a2eb98c49f9268db3c2f1109541e821054cbed38759ca906831ca0726510702968e78f2e3a5d77262e8b5e0
|
|
7
|
+
data.tar.gz: 0b8c115c9c082fa9a759e046df413cd30c663ec355789e87469ab9bed77a769021b91ffd93c4201570aa6e181a2f92f384287b4cf68925ec22d9b286d89d7bd0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
|
-
## 2.3.
|
|
1
|
+
## 2.3.2
|
|
2
|
+
- Fixed silent worker thread death caused by uncaught exceptions in worker processing loop.
|
|
3
|
+
- Fixed NullPointerException in SenderWorker when Azure returns a LogsUploadException with a null HTTP response.
|
|
4
|
+
- Added resilient error handling with consecutive error tracking to reduce permanent worker failure.
|
|
5
|
+
|
|
6
|
+
## 2.3.1
|
|
2
7
|
- Added optional Id configuration value for telemetry.
|
|
3
8
|
- Added DCR stream to sent-batches logging.
|
|
9
|
+
|
|
10
|
+
## 2.3.0
|
|
4
11
|
- Enabled functionality with logstash 9.4.
|
|
12
|
+
|
|
13
|
+
## 2.2.2
|
|
5
14
|
- Bumped dependency versions for external libraries (azure-sdk-bom, logback, slf4j, Netty).
|
|
6
15
|
|
|
7
16
|
## 2.2.1
|
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-06-
|
|
6
|
+
Plugin version: v2.3.2
|
|
7
|
+
Released on: 2026-06-23
|
|
8
8
|
|
|
9
9
|
This plugin is currently in development and is free to use. We request and appreciate feedback from users.
|
|
10
10
|
|
|
@@ -32,6 +32,7 @@ Microsoft Sentinel's Logstash output plugin supports the following versions
|
|
|
32
32
|
- 9.1.10 (NOTE: this version requires a security update, according to Logstash!)
|
|
33
33
|
- 9.2.4 - 9.2.5 (NOTE: these versions require a security update, according to Logstash! [Security Update](https://discuss.elastic.co/t/logstash-8-19-14-9-2-8-9-3-3-security-update-esa-2026-29/385816))
|
|
34
34
|
- 9.3.3
|
|
35
|
+
- 9.4.0
|
|
35
36
|
|
|
36
37
|
Please note that when using Logstash 8, it is recommended to disable ECS in the pipeline. For more information refer to [Logstash documentation.](<https://www.elastic.co/guide/en/logstash/8.4/ecs-ls.html>)
|
|
37
38
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.2
|
|
@@ -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.2'
|
|
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.2
|
|
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-
|
|
11
|
+
date: 2026-06-23 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.2/microsoft-sentinel-log-analytics-logstash-output-plugin-2.3.2.jar
|
|
79
79
|
homepage:
|
|
80
80
|
licenses:
|
|
81
81
|
- Apache-2.0
|