Skip to content

Commit 9e9ab7b

Browse files
authored
Apply @yelevin suggestions
1 parent 2534267 commit 9e9ab7b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

articles/sentinel/connect-logstash-data-connection-rules.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -461,15 +461,15 @@ The following table lists the firewall requirements for scenarios where Azure vi
461461

462462
## Plugin-versions
463463
#### 1.1.3
464-
- Replace the library rest-client used for connecting with Azure to excon.
464+
- Replaces the `rest-client` library used for connecting with Azure to `excon`.
465465

466466
#### 1.1.1
467-
- Support China and US Government Azure sovereign clouds.
467+
- Adds support for Azure US Government cloud and Microsoft Azure operated by 21Vianet in China.
468468

469469
#### 1.1.0
470-
- Allow setting different proxy values for api connections.
471-
- Upgrade version for ingestion api to 2023-01-01.
472-
- Rename the plugin to microsoft-sentinel-log-analytics-logstash-output-plugin.
470+
- Allows setting different proxy values for API connections.
471+
- Upgrades version for logs ingestion API to 2023-01-01.
472+
- Renames the plugin to microsoft-sentinel-log-analytics-logstash-output-plugin.
473473

474474
#### 1.0.0
475475
- Initial release for output plugin for logstash to Microsoft Sentinel. This is done with the Log Analytics DCR based API.
@@ -479,15 +479,16 @@ When using Logstash installed on a docker image of Lite Ubuntu the following war
479479
```
480480
java.lang.RuntimeException: getprotobyname_r failed
481481
```
482-
To resolve it, install netbase within your docker file using the following commands:
482+
483+
To resolve it, use the following commands to install the *netbase* package within your Dockerfile:
483484
```bash
484485
USER root
485486
RUN apt install netbase -y
486487
```
487-
More information can be found [here.](https://github.com/elastic/logstash/issues/13703)
488+
For more information, see [JNR regression in Logstash 7.17.0 (Docker)](https://github.com/elastic/logstash/issues/13703).
488489

489-
If your environment's event rate is low in comparison to the number of allocated Logstash workers, it's recommended to increase the value of plugin_flush_interval to 60 or more. This change will allow each worker to batch more events before uploading to the DCE. You can monitor the ingestion payload using [DCR metrics.](/azure/azure-monitor/essentials/data-collection-monitor#dcr-metrics)
490-
More information regarding plugin_flush_interval can be found on the table of Optional Configuration [above.](#optional-configuration)
490+
If your environment's event rate is low considering the number of allocated Logstash workers, we recommend increasing the value of *plugin_flush_interval* to 60 or more. This change will allow each worker to batch more events before uploading to the Data Collection Endpoint (DCE). You can monitor the ingestion payload using [DCR metrics](/azure/azure-monitor/essentials/data-collection-monitor#dcr-metrics).
491+
For more information on *plugin_flush_interval*, see the [Optional Configuration table](#optional-configuration) mentioned earlier.
491492

492493
## Limitations
493494

@@ -500,4 +501,4 @@ More information regarding plugin_flush_interval can be found on the table of Op
500501

501502
In this article, you learned how to use Logstash to connect external data sources to Microsoft Sentinel. To learn more about Microsoft Sentinel, see the following articles:
502503
- Learn how to [get visibility into your data and potential threats](get-visibility.md).
503-
- Get started [detecting threats with Microsoft Sentinel](detect-threats-built-in.md).
504+
- Get started [detecting threats with Microsoft Sentinel](detect-threats.md).

0 commit comments

Comments
 (0)