Skip to content

hisashin0728/DcrAzureMonitorMdsdQos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

1. DcrAzureMonitorMdsdQos

summary Get Azure Monitor QoS log (Mdsd) for Linux

2. Pre-requirements - create Custom Log table

You should create custom tables to Log Analytics before creates DCR.
Here is a powershell scripts to create custom logs.

After doing powershell script, you can see custom tables in Log Analytics workspace. image

3. Creates DCR by ARM templates

Deploy to Azure!

Deploy to Azure

Configure parameters for your environment.
image

Parameter Sample
Region Your region <e.g. Japan East>
Data Collection Rule Name <your dcr name>
Data Collection Endpoint Resource Id /subscriptions/<your subscription id>/resourceGroups/<your rg>/providers/Microsoft.Insights/dataCollectionEndpoints/<your dcename>
File Pattern /var/opt/microsoft/azuremonitoragent/log/mdsd.qos
Table Name AmaMdsdQos_CL
Workspace Name <Your Log Analytics Workspace Name>
Workspace Resource Id /subscriptions<your subscription id>/resourcegroups/<your rg>/providers/microsoft.operationalinsights/workspaces/<Your log analytics workspace name>
Table format ISO 8601

4. Assign DCR to your Azure Virtual Machines!

After creating DCR, you should assign DCR to Azure VM.

image

5. Check custom logs in your Log Analytics workspace

AmaMdsdQos_CL

image

About

Get Azure Monitor QoS log (Mdsd) for Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published