Splunk Search

Lookup table question

pitshot
Explorer

Using Splunk v 5.04

I have a lookup table containing devicename,interfacename,speed . Each device name can have multiple interfaces associated with it. What I am trying to do is count the interfaces associated to a particular devicename.

|inputlookup LUTOPO | search DEVICENAME="rr1.yyz3*" AND SPEED>=10000000000 | stats count(INTERFACENAME) as count | table DEVICENAME count

The search returns a count of the interfaces but does not show the devicename in the table.

Tags (1)
0 Karma

MarioM
Motivator

because you need a split by in your stats:

| stats count(INTERFACENAME) as count by DEVICENAME

piebob
Splunk Employee
Splunk Employee

pitshot, in the future, if another community member's answer solves your problem, please check the checkmark next to it to accept the answer. thanks!

0 Karma

pitshot
Explorer

Perfect, Thanks

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...