You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
483
484
```bash
484
485
USER root
485
486
RUN apt install netbase -y
486
487
```
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).
488
489
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.
491
492
492
493
## Limitations
493
494
@@ -500,4 +501,4 @@ More information regarding plugin_flush_interval can be found on the table of Op
500
501
501
502
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:
502
503
- 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