Splunk Search

How to list field and their values?

truongvinh2112
New Member

My log is formatted like this:

labels{
       appsplunk-kubernetes-metrics
       app.kubernetes.io/managed-byHelm
       chartsplunk-kubernetes-metrics-1.4.1
       enginefluentd
       heritageHelm
       releasesplunk-monitor

How do I find a list of fields and their values? I want to list all the values in field labels.

Thanks!

Labels (2)
0 Karma

codebuilder
Influencer

Are you just trying to find out what fields are available?
If so you can simply run the following and look at the table or click on "events" to see all the fields.
(Use "head" to limit the results or choose a short time span with the time picker so that you dont get back the entire result set.)

index=your_index_name |head 100 |table *


 

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| extract
| rename labels.* as *
0 Karma

truongvinh2112
New Member

truongvinh2112_0-1628738260650.pngtruongvinh2112_1-1628738377408.png

I'm trying to build a K8s dashboard on Splunk. I tried your way but not working. Can you be more specific?

The image above is an example.

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Sure. What do these images represent? What did you get when you tried my suggestion? Can you share the raw events in a code block </> so we can see what you are dealing with and try some tests?

0 Karma
Get Updates on the Splunk Community!

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Index This | What goes away as soon as you talk about it?

May 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this month’s ...

What's New in Splunk Observability Cloud and Splunk AppDynamics - May 2025

This month, we’re delivering several new innovations in Splunk Observability Cloud and Splunk AppDynamics ...