Splunk Search

Other use cases for fieldsummary?

cee137
Explorer

I'm not sure if there is an answer to this question but as of right now, I'm using fieldsummary to get a better understanding of my data and specific fields in my data. Buuut, that's about where my fieldsummary journey ends. Are there any other interesting ways you use fieldsummary?

Labels (1)
0 Karma
1 Solution

to4kawa
Ultra Champion
index=_internal "color" earliest=-7d
| fieldsummary
| rename field as names
| search names="color"
| spath input=values {} output=args
| stats values(names) as names by args
| spath input=args
| xyseries names value count

I made this for a trial.

View solution in original post

0 Karma

to4kawa
Ultra Champion
index=_internal "color" earliest=-7d
| fieldsummary
| rename field as names
| search names="color"
| spath input=values {} output=args
| stats values(names) as names by args
| spath input=args
| xyseries names value count

I made this for a trial.

0 Karma

cee137
Explorer

Thank you!

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...