Splunk Dev

Filter by fieldname in fieldsummary result

msrama5
Explorer

Hi, from query below I want to filter the results by fieldname matching pattern and fieldsummary should only return the text matching the search string from post result set, my text input is $filter$, how can this query be modified to return data that matches $filter$ ?

environment=test sourcetype = asp afi | fieldsummary maxvals=10

0 Karma
1 Solution

to4kawa
Ultra Champion
environment=test sourcetype = asp afi 
| fieldsummary maxvals=10
| table  $filter$ 

you should do care token's value.

View solution in original post

0 Karma

to4kawa
Ultra Champion
environment=test sourcetype = asp afi 
| fieldsummary maxvals=10
| table  $filter$ 

you should do care token's value.

0 Karma

msrama5
Explorer

filter is only for the fieldname matches, above query is working for $*$ , not working for other filters

0 Karma

msrama5
Explorer

Found it, filter needs to move before fieldsummary
environment=test sourcetype = asp afi | fields $filter$ |
| fieldsummary maxvals=10

0 Karma

msrama5
Explorer

Thanks for all the answers

0 Karma

to4kawa
Ultra Champion

not working for other filters
other?

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 ...