This extension streams your log data to your table in Azure Data Explorer (also known as Kusto), where
you can analyze and visualize your logs in real time.
Support is enabled by including the following module in the overlay:
dependencies{/*
The following platform references should be included automatically and are listed here for reference only.
implementation enforcedPlatform("org.apereo.cas:cas-server-support-bom:${project.'cas.version'}")
implementation platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)
*/implementation"org.apereo.cas:cas-server-support-azure-monitor"}
Remember
If you are interesting in Azure Monitor as an application performance monitoring tool,
you may want to take a look at this guide.
This integration uses a custom strategy that’s used in the RollingFileAppender. Logs are written into
the rolling file to prevent any data loss arising out of network failure while connecting to the
Kusto cluster. The data is stored in a rolling file and then flushed to the Kusto cluster.