microsoft-sentinel-log-analytics-logstash-output-plugin 2.3.2-java → 2.4.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 +9 -4
- data/README.md +4 -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.4.0/microsoft-sentinel-log-analytics-logstash-output-plugin-2.4.0.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: 52fc2d58edeab5e2a9d529828781d2f958a33c145c46ef05587a65407ea2e551
|
|
4
|
+
data.tar.gz: 781cf13f7ac5e4964cd3d628c8261b01034d31d0b8d03100d410f99690788a6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63dba7974498e08c48d04c410c2cafb3f6e37c7e2b7e52a9a43fe88c581a4eb686324e69fcb84cad5e79c4533f85165edd4d142823bc35acd9e76b2ec1d08e56
|
|
7
|
+
data.tar.gz: 27288003dce4595b3c81a22a7685d1684d74a91b153dcf46814ef7204a6a94fcc2edc54f9248bd50a96b6434a15416628b8f1590ea30357857605c02b69ec7b1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
1
|
+
## 2.4.0
|
|
2
|
+
- Worker threads now run as bounded, executor-scheduled passes: recoverable exceptions are logged and the worker resumes on the next cycle; fatal JVM errors are logged and re-thrown.
|
|
3
|
+
- Fixed graceful shutdown so in-flight batches are drained (batchers, then unifiers, then senders) before workers stop, bounded by `max_graceful_shutdown_time_seconds`.
|
|
4
|
+
- Added configurable upload timeouts `connect_timeout_seconds` (default `15`) and `write_timeout_seconds` (default `60`); connect/write timeouts are retried.
|
|
5
|
+
- Added thread id, exception type, batch size, and DCR stream to batch failure logs.
|
|
6
|
+
|
|
7
|
+
## 2.3.3
|
|
8
|
+
- 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.
|
|
9
|
+
|
|
1
10
|
## 2.3.2
|
|
2
11
|
- Fixed silent worker thread death caused by uncaught exceptions in worker processing loop.
|
|
3
12
|
- Fixed NullPointerException in SenderWorker when Azure returns a LogsUploadException with a null HTTP response.
|
|
4
13
|
- Added resilient error handling with consecutive error tracking to reduce permanent worker failure.
|
|
5
|
-
|
|
6
|
-
## 2.3.1
|
|
7
14
|
- Added optional Id configuration value for telemetry.
|
|
8
15
|
- Added DCR stream to sent-batches logging.
|
|
9
16
|
|
|
10
17
|
## 2.3.0
|
|
11
18
|
- Enabled functionality with logstash 9.4.
|
|
12
|
-
|
|
13
|
-
## 2.2.2
|
|
14
19
|
- Bumped dependency versions for external libraries (azure-sdk-bom, logback, slf4j, Netty).
|
|
15
20
|
|
|
16
21
|
## 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-
|
|
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
|
|
|
@@ -213,6 +213,8 @@ A complete `logstash.conf` using client secret auth with a Beats input:
|
|
|
213
213
|
| `keys_to_keep` | *(all)* | Array of field names to send (subset filtering) |
|
|
214
214
|
| `max_retries_num` | `3` | Max retry attempts for failed sends |
|
|
215
215
|
| `initial_wait_time_seconds` | `1` | Initial backoff between retries |
|
|
216
|
+
| `connect_timeout_seconds` | `15` | Timeout for establishing the connection to the ingestion endpoint. Bounds how long an upload can block in the connect phase; a resulting timeout is retried |
|
|
217
|
+
| `write_timeout_seconds` | `60` | Timeout for sending the request body to the ingestion endpoint. Bounds how long an upload can block in the write phase; a resulting timeout is retried |
|
|
216
218
|
| `max_graceful_shutdown_time_seconds` | `60` | Max wait for graceful shutdown |
|
|
217
219
|
| `max_waiting_time_for_batch_seconds` | `10` | Max wait before flushing a batch |
|
|
218
220
|
| `max_waiting_for_unifier_time_seconds` | `10` | Max wait before flushing the unifier |
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.4.0
|
|
@@ -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.
|
|
4
|
+
s.version = '2.4.0'
|
|
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.
|
|
4
|
+
version: 2.4.0
|
|
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-10 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.
|
|
78
|
+
- vendor/jar-dependencies/org/logstashplugins/microsoft-sentinel-log-analytics-logstash-output-plugin/2.4.0/microsoft-sentinel-log-analytics-logstash-output-plugin-2.4.0.jar
|
|
79
79
|
homepage:
|
|
80
80
|
licenses:
|
|
81
81
|
- Apache-2.0
|