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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...