Splunk Search

How to get the details of a field value that does not appear in search results?

moiezuddin
Explorer

How to get the details of field app=sencer, when it not shown in the values for the app field?

Tags (2)
0 Karma

markthompson
Builder

Do you mean on your search results?

If so - On the left hand side is a panel that says "Fields", scroll to the bottom and it'll say "All Fields" Click that and it will bring up a list of all fields on that event. Select the tickbox and clicks save and it will show up.

If not - and you're trying to search for the field, as long as it exists, a simple

search ... | where app = "sencer"

Should do the trick

0 Karma

moiezuddin
Explorer

im trying to search for the field

index=casm_prod sourcetype=smtrace | where app = "sencer"

Not result, but i can see anthor application listed in app values except "sencer"

0 Karma

markthompson
Builder

Also, be aware that you should use the table function inbetween, as it creates an output.

0 Karma

markthompson
Builder

As a shorter way, just include it in your original search index=casm_prod sourcetype=smtrace app=sencer

0 Karma

markthompson
Builder

try putting it in brackets WHERE (app="sencer")

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...