microsoft-sentinel-log-analytics-logstash-output-plugin 2.1.2-java → 2.2.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/README.md +13 -9
- data/VERSION +1 -1
- data/lib/logstash-output-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/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin/{2.1.2/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin-2.1.2.jar → 2.2.0/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin-2.2.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: 0f77b193c8121a3b1e99f505cbf101c5f882f8bc307c7e44d5d23c26775230a3
|
|
4
|
+
data.tar.gz: d4ad2452b52b6c7e17e7ee60264eece406f38a45f0be65c84fea33e770134d6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1994c3752c45290802f5979b00ca25ac27e3bf3d5dd6237741ff29332077b255f433857ab3485c57cccdf2f402a2d7efd25b357b61ead3eb3dcb26515e4a9a22
|
|
7
|
+
data.tar.gz: cd681f40f8fa06b4eda60015052cd247904acdaefea5dc9294cdb017b64ffa30b10f15d47dfab9b539714cfd7f14d7fa4dd6c39893c12e56bb8bd750678c83d2
|
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.
|
|
7
|
-
Released on: 2026-
|
|
6
|
+
Plugin version: v2.2.0
|
|
7
|
+
Released on: 2026-05-04
|
|
8
8
|
|
|
9
9
|
This plugin is currently in development and is free to use. We request and appreciate feedback from users.
|
|
10
10
|
|
|
@@ -94,7 +94,7 @@ To configure Microsoft Sentinel Logstash plugin you first need to create the DCR
|
|
|
94
94
|
|
|
95
95
|
*Note:* The identity (service principal or managed identity) must have the **Monitoring Metrics Publisher** role on the target DCR:
|
|
96
96
|
|
|
97
|
-
```
|
|
97
|
+
```bash
|
|
98
98
|
az role assignment create \
|
|
99
99
|
--assignee <object-id-of-identity> \
|
|
100
100
|
--role "Monitoring Metrics Publisher" \
|
|
@@ -124,7 +124,7 @@ The plugin auto-detects the auth method based on which config values are present
|
|
|
124
124
|
|
|
125
125
|
Provide `client_id`, `client_secret`, and `tenant_id` for your Azure App Registration / service principal.
|
|
126
126
|
|
|
127
|
-
```
|
|
127
|
+
```logstash
|
|
128
128
|
output {
|
|
129
129
|
microsoft-sentinel-log-analytics-logstash-output-plugin {
|
|
130
130
|
data_collection_endpoint => "https://<your-dce-name>.<region>.ingest.monitor.azure.com"
|
|
@@ -142,7 +142,7 @@ Provide `client_id`, `client_secret`, and `tenant_id` for your Azure App Registr
|
|
|
142
142
|
|
|
143
143
|
When running on an Azure VM with a system-assigned managed identity, omit `client_id`, `client_secret`, and `tenant_id`. The plugin will automatically use the VM's managed identity.
|
|
144
144
|
|
|
145
|
-
```
|
|
145
|
+
```logstash
|
|
146
146
|
output {
|
|
147
147
|
microsoft-sentinel-log-analytics-logstash-output-plugin {
|
|
148
148
|
data_collection_endpoint => "https://<your-dce-name>.<region>.ingest.monitor.azure.com"
|
|
@@ -156,7 +156,7 @@ When running on an Azure VM with a system-assigned managed identity, omit `clien
|
|
|
156
156
|
|
|
157
157
|
To authenticate against a sovereign cloud, add `azure_cloud`. Supported values: `AzurePublicCloud` (default), `AzureUSGovernment`, `AzureChinaCloud`, `AzureGermanyCloud`.
|
|
158
158
|
|
|
159
|
-
```
|
|
159
|
+
```logstash
|
|
160
160
|
output {
|
|
161
161
|
microsoft-sentinel-log-analytics-logstash-output-plugin {
|
|
162
162
|
data_collection_endpoint => "https://<your-dce-ingestion-endpoint>"
|
|
@@ -172,7 +172,7 @@ To authenticate against a sovereign cloud, add `azure_cloud`. Supported values:
|
|
|
172
172
|
|
|
173
173
|
#### Option 4: Managed Identity + Sovereign Cloud
|
|
174
174
|
|
|
175
|
-
```
|
|
175
|
+
```logstash
|
|
176
176
|
output {
|
|
177
177
|
microsoft-sentinel-log-analytics-logstash-output-plugin {
|
|
178
178
|
data_collection_endpoint => "https://<your-dce-ingestion-endpoint>"
|
|
@@ -192,7 +192,7 @@ Security notice: We recommend not to implicitly state client_id, client_secret,
|
|
|
192
192
|
|
|
193
193
|
A complete `logstash.conf` using client secret auth with a Beats input:
|
|
194
194
|
|
|
195
|
-
```
|
|
195
|
+
```logstash
|
|
196
196
|
input {
|
|
197
197
|
beats {
|
|
198
198
|
port => 5044
|
|
@@ -225,6 +225,10 @@ A complete `logstash.conf` using client secret auth with a Beats input:
|
|
|
225
225
|
| `initial_wait_time_seconds` | `1` | Initial backoff between retries |
|
|
226
226
|
| `max_graceful_shutdown_time_seconds` | `60` | Max wait for graceful shutdown |
|
|
227
227
|
| `max_waiting_time_for_batch_seconds` | `10` | Max wait before flushing a batch |
|
|
228
|
+
| `max_waiting_for_unifier_time_seconds` | `10` | Max wait before flushing the unifier |
|
|
229
|
+
| `max_batch_size` | `10000` | Maximum number of events per batch. When a batch reaches this size it is flushed immediately, regardless of the time window |
|
|
230
|
+
| `input_queue_capacity` | `50000` | Maximum capacity of the input queue. Bounds memory usage under high-volume ingestion. When full, back-pressure is applied to the Logstash pipeline |
|
|
231
|
+
| `internal_queue_capacity` | `500` | Maximum capacity of the internal queues between batcher, unifier, and sender workers. Bounds memory usage for in-flight batches |
|
|
228
232
|
| `worker_sleep_time_millis` | `10` | Delay between worker iterations |
|
|
229
233
|
| `batcher_workers_count` | *(auto)* | Number of batcher threads |
|
|
230
234
|
| `sender_workers_count` | *(auto)* | Number of sender threads |
|
|
@@ -239,7 +243,7 @@ When using Logstash installed on a Docker image of Lite Ubuntu, the following wa
|
|
|
239
243
|
```
|
|
240
244
|
|
|
241
245
|
To resolve it, use the following commands to install the *netbase* package within your Dockerfile:
|
|
242
|
-
```
|
|
246
|
+
```bash
|
|
243
247
|
USER root
|
|
244
248
|
RUN apt install netbase -y
|
|
245
249
|
```
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.2.0
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
# encoding: utf-8
|
|
3
3
|
|
|
4
4
|
require 'jar_dependencies'
|
|
5
|
-
require_jar('org.logstashplugins', 'logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin', '2.
|
|
5
|
+
require_jar('org.logstashplugins', 'logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin', '2.2.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.2.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.2.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-04
|
|
11
|
+
date: 2026-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/logstash/outputs/microsoft-sentinel-log-analytics-logstash-output-plugin.rb
|
|
75
75
|
- lib/logstash_registry.rb
|
|
76
76
|
- logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin.gemspec
|
|
77
|
-
- vendor/jar-dependencies/org/logstashplugins/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin/2.
|
|
77
|
+
- vendor/jar-dependencies/org/logstashplugins/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin/2.2.0/logstash-output-microsoft-sentinel-log-analytics-logstash-output-plugin-2.2.0.jar
|
|
78
78
|
homepage:
|
|
79
79
|
licenses:
|
|
80
80
|
- Apache-2.0
|