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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...