serilog-sinks-azure-analytics | Serilog sink which writes to Azure analytics | Azure library
kandi X-RAY | serilog-sinks-azure-analytics Summary
kandi X-RAY | serilog-sinks-azure-analytics Summary
Serilog sink which writes to Azure analytics
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of serilog-sinks-azure-analytics
serilog-sinks-azure-analytics Key Features
serilog-sinks-azure-analytics Examples and Code Snippets
Community Discussions
Trending Discussions on serilog-sinks-azure-analytics
QUESTION
I have a pretty simple MVC Core 2.2 application that is utilizing Serilog and serilog-sinks-azure-analytics (https://github.com/saleem-mirza/serilog-sinks-azure-analytics) to pipe application logs to an Azure log analytics workspace. The implementation looks like this in Program.cs
...ANSWER
Answered 2019-Dec-17 at 07:09There is a limit of about 500 custom fields per log analytics workspace.
Go to Azure portal > Log Analytics workspace
> advanced settings
> Data
-> Custom fields for the current field count
and check the count.
You could use Serilog.Sinks.AzureAnalytics
. This sink accepts an option parameter flattenObject
dictating if object properties should be flatten out when exporting to Azure. Setting it to false will retain complex object structure in LogProperties
property.
For more details, you could refer to this issue.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install serilog-sinks-azure-analytics
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page