Local Performance Source JSON file
Can I see a local performance source json file example?
-
Following is an example for a Local Performance source. This shows all the default WMI queries used within the config.
{
"api.version": "v1",
"sources": [
{
"name": "Local Performance",
"automaticDateParsing": false,
"multilineProcessingEnabled": false,
"useAutolineMatching": false,
"forceTimeZone": false,
"interval": 60000,
"sourceType": "LocalWindowsPerfMon",
"wmiQueries": [
{
"name": "CPU",
"query": "select * from Win32_PerfFormattedData_PerfOS_Processor"
},
{
"name": "Logical Disk",
"query": "select * from Win32_PerfFormattedData_PerfDisk_LogicalDisk"
},
{
"name": "Physical Disk",
"query": "select * from Win32_PerfFormattedData_PerfDisk_PhysicalDisk"
},
{
"name": "Memory",
"query": "select * from Win32_PerfFormattedData_PerfOS_Memory"
},
{
"name": "Network",
"query": "select * from Win32_PerfFormattedData_Tcpip_NetworkInterface"
}
]
}
]
}
Please sign in to leave a comment.
Comments
1 comment