Deployment Architecture

Unix app: interfaces sourcetype appears to be broken

cmeo
Contributor

Splunk 4.2.1

I have various servers I'm monitoring, and I'm getting strange results for servers which have more than one interface, specifically virtual interfaces of the type eth0:1 etc.

I have made one modification to the shipped version of the UNIX app in local/props.conf:

[interfaces]
KV_MODE=multi

Without this, the sourcetype doesn't seem to work at all in our installation. With it, some hosts with many interfaces are being reported correctly, others are not. Anyone seen this before and know how to fix it? I see that SHOULD_LINEMERGE=false
is set in the default config, along with linebreaker etc. and I would have thought this should be enough. But it isn't.

alt text

Adding an image to this question seems to be broken too.

Tags (1)

cmeo
Contributor

I was able to get the results I wanted with this incantation:

 sourcetype=interfaces | multikv forceheader=1 | dedup MAC 

I can't see how to do this in props or transforms so I'm using saved searches.

Since I can't add a screenshot illustrating the problem (tried png, gif, jpg, results above), I can only say that in our installation splunk seems to be unable to extract fields properly when interfaces.sh returns virtual interfaces as well as physical ones, and looking at the UNIX app code and scripts I don't really understand why.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...