Splunk Search

List for a particuar field

taskall78
New Member

I am new to Splunk so any help would appreciated

I have a table

Host Software installed/Uninstalled

1 XYZ Y
RTY N
WER N
YUO Y
2 ABC N
ERT Y
EDC N
3 DEF Y
QWE Y
WSC N

Question: how can I display list of uninstalled/installed software for a particular host?

Tags (4)
0 Karma

sundareshr
Legend

Try this

.... | chart values(Software) as Software over Host by "installed/Uninstalled"
0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...