Splunk Search

Using both "top" and "lookup" commands together

RMartinezDTV
Path Finder

Hi, I have a search where I'm attempting to use a lookup table and the top command in the same search.

The search is in the following format:

my_data | top actChar | lookup action_list actType,actChar OUTPUT act_desc | table actChar, actType, act_desc, count, percent

I'd like to get the statistics given by top (count and percent) but also include a detailed description of the action (stored in the lookup table as act_desc). I can successfully get either of those values, but cannot seem to get both the description and count/percent.

Removing the top command, the lookup works correctly (also works in other searches)...there is some issue with how I am crafting my search. I have tried moving the components of the search in every combination I can think of to no avail.

What is the right way to use lookup and top together?

Tags (3)
0 Karma
1 Solution

Ayn
Legend

The problem is that once you've done top actChar, the top command will only emit a few fields - namely, actChar, count and percent. So, the actType field you're trying to use in your lookup isn't available which means that your lookup will fail.

If actType and actChar always correspond to each other you could just do

my_data | top actChar,actType | ...

View solution in original post

Ayn
Legend

The problem is that once you've done top actChar, the top command will only emit a few fields - namely, actChar, count and percent. So, the actType field you're trying to use in your lookup isn't available which means that your lookup will fail.

If actType and actChar always correspond to each other you could just do

my_data | top actChar,actType | ...

RMartinezDTV
Path Finder

That was it - thank you.

I guess this is another case of limiting data too early on...I compared this with my other working report: the difference is that one uses stats which isn't reducing the available fields in the same way as the top command does here.

0 Karma
Get Updates on the Splunk Community!

Splunk Search APIを使えば調査過程が残せます

このゲストブログは、JCOM株式会社の情報セキュリティ本部・専任部長である渡辺慎太郎氏によって執筆されました。 Note: This article is published in both Japanese and ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

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