Azure Log Analytics Forwarding
This page explains how to forward logs to Azure Log Analytics from Apica Ascent
You can forward your logs to the Azure log analytics platform. This will enable you to run queries on our log data which will provide more insights from your data.
Prerequisite
Azure log analytics workspace
Create Log Analytics Forwarder
Navigate to the integrations page and select the forwarders tab
Click on the "Add Forwarder" Button and select Log analytics
Provide the
workspace id
of your Log Analytics workspaceProvide the
Shared Key
from your Log Analytics workspace. This can be found under the agents menu in log analyticsSelect the log type If
Use source type in log as log type
is selected, then the value in the source type attribute from your log will be used as a custom table name. For example, if your log has source_typefluent bit
then those logs will be stored underfluent bit
table in your log analytics workspace. IfProvide log type manually
is selected, then you should provide the log type manually in theCustom log type
text field.
You can choose whether you want to send filtered data or raw data to your forwarder by providing the boolean value in
Filter Forward
fieldProvide a name for the forwarder
Click on Create
After creating the log analytics forwarder, it can be mapped to any namespace and application. Your Log Analytics workspace will get the data once the logs are ingested into the namespace/application that is mapped.
Last updated