Splunk Search

How to show only Certain Fields of the Events in the Search Results?

Kyle_Brandt
Path Finder

How do I search and then show only show certain fields for each event?

I tried: remoteaccess host="ny-vpn" | fields Message but this seems to only restrict the fields that are listed on the left part of the page, not the actual results. I also tried ... | fields Message | fields - _* but then I only get the date.

This is for WinEventLog items sent by the light forwarder.

1 Solution

Ayn
Legend

You can also use the table command to have Splunk show a table containing the fields you want:

remoteaccess host="ny-vpn" | table Message

View solution in original post

Ayn
Legend

You can also use the table command to have Splunk show a table containing the fields you want:

remoteaccess host="ny-vpn" | table Message

maverick
Splunk Employee
Splunk Employee

Try

 remoteaccess host="ny-vpn" | fields + Message

then use the Pick Fields link on the left to pick the fields and save.

Then click the "Event Table" box-looking icon just above the results (the center one) and that should then only show the timestamp and the Message field.

Also, you can save the search and then add it to a dashboard as a "Data Table" type and, then it will ONLY show the timestamp and the Message field by default

Get Updates on the Splunk Community!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...