-
Optimize/fix HttpClient retry strategy to solve issue under heavy load (e.g. generate 6 million log entries within 15 minutes) which leads to duplicate log entries in Azure Log Analytics.
-
Add more detailed HTTP post debug console output (enableDebugConsoleLog=true).
-
Now the error logfile (log4ALA_error.log) contains retry log entries e.g. in case of connection issues.
-
Increase DEFAULT_HTTP_DATA_COLLECTOR_RETRY, DEFAULT_HTTP_CLIENT_TIMEOUT and DEFAULT_HTTP_CLIENT_REQUEST_TIMEOUT.
-
Decrease BATCH_SIZE_MAX quota.
-
If the logMessageToFile property is true (default false) the json request data will now be logged to the info logfile (log4ALA_info.log) again... like before version 2.5.0.