diff --git a/.DS_Store b/.DS_Store index 3164b764..03435611 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/deployment-apps/.DS_Store b/deployment-apps/.DS_Store index c0f92835..4dc3d1cf 100644 Binary files a/deployment-apps/.DS_Store and b/deployment-apps/.DS_Store differ diff --git a/deployment-apps/Splunk_TA_windows_dc/local/inputs.conf b/deployment-apps/Splunk_TA_windows_dc/local/inputs.conf index 3ea2d550..aa5ce685 100644 --- a/deployment-apps/Splunk_TA_windows_dc/local/inputs.conf +++ b/deployment-apps/Splunk_TA_windows_dc/local/inputs.conf @@ -211,3 +211,68 @@ disabled = 0 mode = single useEnglishOnly=true index=perfmon + + ## Logical Disk +[perfmon://LogicalDisk] +counters = % Free Space; Free Megabytes; Current Disk Queue Length; % Disk Time; Avg. Disk Queue Length; % Disk Read Time; Avg. Disk Read Queue Length; % Disk Write Time; Avg. Disk Write Queue Length; Avg. Disk sec/Transfer; Avg. Disk sec/Read; Avg. Disk sec/Write; Disk Transfers/sec; Disk Reads/sec; Disk Writes/sec; Disk Bytes/sec; Disk Read Bytes/sec; Disk Write Bytes/sec; Avg. Disk Bytes/Transfer; Avg. Disk Bytes/Read; Avg. Disk Bytes/Write; % Idle Time; Split IO/Sec +disabled = 0 +instances = * +interval = 10 +mode = multikv +object = LogicalDisk +useEnglishOnly=true +index=perfmon + +## Physical Disk +[perfmon://PhysicalDisk] +counters = Current Disk Queue Length; % Disk Time; Avg. Disk Queue Length; % Disk Read Time; Avg. Disk Read Queue Length; % Disk Write Time; Avg. Disk Write Queue Length; Avg. Disk sec/Transfer; Avg. Disk sec/Read; Avg. Disk sec/Write; Disk Transfers/sec; Disk Reads/sec; Disk Writes/sec; Disk Bytes/sec; Disk Read Bytes/sec; Disk Write Bytes/sec; Avg. Disk Bytes/Transfer; Avg. Disk Bytes/Read; Avg. Disk Bytes/Write; % Idle Time; Split IO/Sec +disabled = 0 +instances = * +interval = 10 +mode = multikv +object = PhysicalDisk +useEnglishOnly=true +index=perfmon + +## Memory +[perfmon://Memory] +counters = Page Faults/sec; Available Bytes; Committed Bytes; Commit Limit; Write Copies/sec; Transition Faults/sec; Cache Faults/sec; Demand Zero Faults/sec; Pages/sec; Pages Input/sec; Page Reads/sec; Pages Output/sec; Pool Paged Bytes; Pool Nonpaged Bytes; Page Writes/sec; Pool Paged Allocs; Pool Nonpaged Allocs; Free System Page Table Entries; Cache Bytes; Cache Bytes Peak; Pool Paged Resident Bytes; System Code Total Bytes; System Code Resident Bytes; System Driver Total Bytes; System Driver Resident Bytes; System Cache Resident Bytes; % Committed Bytes In Use; Available KBytes; Available MBytes; Transition Pages RePurposed/sec; Free & Zero Page List Bytes; Modified Page List Bytes; Standby Cache Reserve Bytes; Standby Cache Normal Priority Bytes; Standby Cache Core Bytes; Long-Term Average Standby Cache Lifetime (s) +disabled = 0 +interval = 10 +mode = multikv +object = Memory +useEnglishOnly=true + + +## Process +[perfmon://Process] +counters = % Processor Time; % User Time; % Privileged Time; Virtual Bytes Peak; Virtual Bytes; Page Faults/sec; Working Set Peak; Working Set; Page File Bytes Peak; Page File Bytes; Private Bytes; Thread Count; Priority Base; Elapsed Time; ID Process; Creating Process ID; Pool Paged Bytes; Pool Nonpaged Bytes; Handle Count; IO Read Operations/sec; IO Write Operations/sec; IO Data Operations/sec; IO Other Operations/sec; IO Read Bytes/sec; IO Write Bytes/sec; IO Data Bytes/sec; IO Other Bytes/sec; Working Set - Private +disabled = 0 +instances = * +interval = 10 +mode = multikv +object = Process +useEnglishOnly=true +index=perfmon + +## ProcessInformation +[perfmon://ProcessorInformation] +counters = % Processor Time; Processor Frequency +disabled = 0 +instances = * +interval = 10 +mode = multikv +object = Processor Information +useEnglishOnly=true +index=perfmon + +## System +[perfmon://System] +counters = File Read Operations/sec; File Write Operations/sec; File Control Operations/sec; File Read Bytes/sec; File Write Bytes/sec; File Control Bytes/sec; Context Switches/sec; System Calls/sec; File Data Operations/sec; System Up Time; Processor Queue Length; Processes; Threads; Alignment Fixups/sec; Exception Dispatches/sec; Floating Emulations/sec; % Registry Quota In Use +disabled = 0 +instances = * +interval = 10 +mode = multikv +object = System +useEnglishOnly=true +index=perfmon \ No newline at end of file