Splunk Search

How can I have the query when the field have the % (same pictures)

Joycetran
New Member

alt text
I have the field count number and %, How can I set the query to run?

Tags (1)
0 Karma
1 Solution

niketn
Legend

@Joycetran this is the use case of top command

<yourCurrentSearch>
| top <yourFieldName>

Here is a run anywhere search example based on Splunk's _internal index

index=_internal sourcetype=splunkd component=*
| top component
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

@Joycetran this is the use case of top command

<yourCurrentSearch>
| top <yourFieldName>

Here is a run anywhere search example based on Splunk's _internal index

index=_internal sourcetype=splunkd component=*
| top component
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

Joycetran
New Member

Thank you. It works.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...