Splunk Search

Network interface Naming problem

chowell
Explorer

I am trying to graph BytesTotalPersec for the four interfaces on a particular server. The name of each interface is:

  • Intel[R] Gigabit ET Quad Port Server Adapter
  • Intel[R] Gigabit ET Quad Port Server Adapter _2
  • Intel[R] Gigabit ET Quad Port Server Adapter _3
  • Intel[R] Gigabit ET Quad Port Server Adapter _4

The index has the stats for all four interfaces, but in the Pick fields section, Name only contains one value and that value is Intel[R].

Thanks for the help.

--Carl

Tags (1)
0 Karma

woodcock
Esteemed Legend

You need to do your own field extraction (instead of allowing Splunk to do it automatically because it will stop at the first whitespace unless the whole thing is enclosed in double-quotes), with rex command:

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex

0 Karma

chowell
Explorer

I don't see a field extraction that matches Name, so I guess it's my own.

0 Karma

mw
Splunk Employee
Splunk Employee

Sorry, I meant: is there an app doing the field extractions (i.e. the Windows app), or are they your own?

0 Karma

chowell
Explorer

Search....

0 Karma

mw
Splunk Employee
Splunk Employee

What app are you using?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...