Splunk Search

How I can find field defintion/regex for a particular source type with metadata?

aartist
New Member

I like to find out how a particular field is extracted from a given sourcetype. Can I find this via splunk front end using metadata or similar command?
<P>
Thanks.

Tags (3)
0 Karma

woodcock
Esteemed Legend

If I understand you correctly, like this (be sure to swap out PutYourSourcetypeHere and PutYourFieldNameHere with your strings):

| rest/services/configs/conf-props sourcetype="PutYourSourcetypeHere" | eval fields_with_string="," | foreach * [eval fields_with_string=if((like($<<FIELD>>$, "%PutYourFieldNameHere%")), fields_with_string . $<<FIELD>>$ . ",", fields_with_string)] | where fields_with_string!=","
0 Karma

woodcock
Esteemed Legend

Give a complete example of what you have as data and what you expect to get as a result of your search. I have no idea what you are asking.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...