From ae383bfd03cc7b3a90f3273d8fcb1fa0ae791de3 Mon Sep 17 00:00:00 2001 From: RoeiDimi Date: Mon, 9 Dec 2024 15:00:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- .../CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DataConnectors/microsoft-sentinel-log-analytics-logstash-output-plugin/CHANGELOG.md b/DataConnectors/microsoft-sentinel-log-analytics-logstash-output-plugin/CHANGELOG.md index 32856c1867e..ba01cfbadff 100644 --- a/DataConnectors/microsoft-sentinel-log-analytics-logstash-output-plugin/CHANGELOG.md +++ b/DataConnectors/microsoft-sentinel-log-analytics-logstash-output-plugin/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.4 +- Limit `excon` library version to lower than 1.0.0 to make sure port is always used when using a proxy. + ## 1.1.3 - Replaces the `rest-client` library used for connecting to Azure with the `excon` library. @@ -10,4 +13,4 @@ - Renames the plugin to microsoft-sentinel-log-analytics-logstash-output-plugin. ## 1.0.0 -- The initial release for the Logstash output plugin for Microsoft Sentinel. This plugin uses Data Collection Rules (DCRs) with Azure Monitor's Logs Ingestion API. \ No newline at end of file +- The initial release for the Logstash output plugin for Microsoft Sentinel. This plugin uses Data Collection Rules (DCRs) with Azure Monitor's Logs Ingestion API.