Splunk Search

Search - Fields function

leiniao
Explorer

Hello,
I want to display only the specify field(s) of the logs in the results display.

Using:
*|fields + ProductName

Instead of displaying only the ProductName field,
splunk display me with the whole log.
Is there something wrong with the search string i key in?
or i grip the concept of fields function wrongly?

Thanks in advance.

Tags (1)
0 Karma
1 Solution

Ayn
Legend

The fields command only controls which fields should be available from a search, for use by other commands. To show your search results as a list of fields in tabular format, use table. Like this:

... | table ProductName

View solution in original post

0 Karma

Ayn
Legend

The fields command only controls which fields should be available from a search, for use by other commands. To show your search results as a list of fields in tabular format, use table. Like this:

... | table ProductName
0 Karma

leiniao
Explorer

Thank it really help alots.

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...