Getting Data In

Collecting data with Perfmon: instances with spaces in truncated when ingested to metrics index

eddieddieddie
Path Finder

I'm using Splunk to collect the state of Microsoft IIS web server app pools. I've noticed that when the Universal Forwarder collects Perfmon data that has instance names with spaces in, and when ingested into a Metrics index, that the instance name after the first space is lost. But this doesn't happen if I ingested into a normal index.

Here is my configuration in the inputs.conf file:

[perfmon://IISAppPoolState]
interval = 10
object = APP_POOL_WAS
counters = Current Application Pool State
instances = *
disabled = 0
index = metrics_index
mode=single
sourcetype = perfmon:IISAppPoolState

It is on a machine which has IIS pools which have spaces in there names - ie "company website" "company portal" "HR web"

When this data is ingested into the metrics index and accessed via the following Splunk command:

| mstats latest(_value) as IISAppPoolState WHERE index=metrics_index metric_name="IISAppPoolState.Current Application Pool State" by instance, host

I end up with instance values that truncate at the first space. So "company website" becomes just "company" (and who knows what happens to "company portal").

However if I direct the data into a normal index the instance names are wrapped in quotes and the space in the instance name persevered.

Is there anyway to fix this behaviour? Collecting this data into a metrics index has worked fine until now but thanks to this server having IIS site names with spaces in them it's causing a real problem.

 

Thanks for your thoughts!
Eddie

Labels (2)
Tags (2)
0 Karma
Get Updates on the Splunk Community!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...