Splunk Search

How can I get a list of all the events fields including their data type (string, number...)?

adilevar
Engager

How can I get a list of all the events fields including their data type?

Tags (3)

somesoni2
SplunkTrust
SplunkTrust

Look at fieldsummary command. This should give good summary of the fields available in the event.

http://docs.splunk.com/Documentation/Splunk/6.2.0/SearchReference/Fieldsummary

Adding an eval like this can give it type as well.

your base search | fieldsummary | eval isnumeric=if(isnotnull(min),"Yes","No")
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...