Getting Data In

Why is a large amount of WMI data being indexed (6 GB) from Windows servers and how do I prevent this?

marellasunil
Communicator

Hi,

I have installed forwarders on Windows servers to fetch Windows logs both "Windows event logs" and "PerfMon". I am receiving a large amount of data from each server, around 6 GB. I have configured wmi.conf & outputs.conf in the deployment server and added clients (Windows server). Though I mentioned below queries in wmi.conf, I am receiving around 6 GB of data, which is breaching my license usage. Would WMI data be 6 GB? How can I resolve this issue? I do not want 6 GB data to be monitored.

[WMI:FreeDiskSpace]
interval= 60
wql = SELECT FreeMegabytes, Name, PercentDiskTime, PercentFreeSpace, DiskBytesPersec, CurrentDiskQueueLength FROM Win32_PerfFormattedData_PerfDisk_LogicalDisk
disabled = 0
index = fmi_prod

[WMI:CPUTime]
interval = 60
wql = SELECT PercentProcessorTime, PercentUserTime FROM Win32_PerfFormattedData_PerfOS_Processor WHERE Name="_Total"
disabled = 0
index = fmi_prod

[WMI:LocalMainMemory]
interval = 60
wql = SELECT CommittedBytes, AvailableBytes, AvailableMBytes, PercentCommittedBytesInUse, Caption from Win32_PerfFormattedData_PerfOS_Memory
disabled = 0
index = fmi_prod
0 Karma
1 Solution

marellasunil
Communicator

Sorted out the issue
Need to edit the state from enabled to disabled at
SERVERNAMEcProgram FilesSplunkUniversalForwarderetcappsSplunk_TA_windowslocalapp.conf

Your app.conf after making above changes should have the below stanza:

[install]
state = disabled

Once done, restart Splunk

View solution in original post

marellasunil
Communicator

Sorted out the issue
Need to edit the state from enabled to disabled at
SERVERNAMEcProgram FilesSplunkUniversalForwarderetcappsSplunk_TA_windowslocalapp.conf

Your app.conf after making above changes should have the below stanza:

[install]
state = disabled

Once done, restart Splunk

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...