Splunk Search

Lookup table outputs not appearing in main window of search app

smileyge
Path Finder

When I do a search on events and lookup to a file, I get all the outputs on the left as fields and I can filter and see data on them, but the output fields do not appear in the event data itself int he main window or exports of that data. How do I get the Lookup table output fields to show there as well?

Tags (2)
0 Karma
1 Solution

smileyge
Path Finder

Interesting, one must use the As to define it as a local variable to use it in the main window, otherwise the field is only available in the filters on the left hand side. Maybe that's a bug.

So
| lookup user output UserGroup - does not work
| lookup user output UserGroup as UserGroup - works

View solution in original post

0 Karma

smileyge
Path Finder

Interesting, one must use the As to define it as a local variable to use it in the main window, otherwise the field is only available in the filters on the left hand side. Maybe that's a bug.

So
| lookup user output UserGroup - does not work
| lookup user output UserGroup as UserGroup - works

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, ...