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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...