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
Added support to passthrough the timestamp field (which will be used as Log Analytics TimeGenerated field) with the property "enablePassThroughTimeStampField"... default is false if true the field should be contained in the log message e.g with "...;DateValue=2016-05-12T20:00:00.625Z;...".
Replaced the complex TcpClient with the simple HttpClient.
Fix issue #13 "Update nuget dependencies to use Microsoft.Azure.ConfigurationManager" support
Microsoft.Azure.ConfigurationManager as from .NET Framework 4.5.2.
Fix issue #14 "Azure Gov ALA workspaces not supported" now it's possible to configre the workspace domain name with the property "logAnalyticsDNS" default is "ods.opinsights.azure.com".