Splunk Search

Field extraction not working (props.conf)

pal_sumit1
Path Finder

I have one props placed in location , opt splunk etc apps appname local props Below is the code

 [db_accounts]
         DATETIME_CONFIG =
        EXTRACT-AUTHID = \s+(?<AUTHID>[A-Za-z]\w+)(,|\n)
        EVAL-sourcetype = if(source like "%rgn%","db_log_summaries",sourcetype)
        EXTRACT-PRIM_ID,CORR_ID,DATE,TIME,TABLE,DBASE,TBLSPACE,UPS,DES,NS = (?<PRIM_ID>\w+)\s+(?<CORR_ID>(\W\w+|\w+))\s+(?<DATE>\d{4}-\d{2}-\d{2})\s+(?<TIME>[^\s]+)\s+(?<TABLE>[^\s]+)\s+(?<DBASE>[^\s]+)\s+(?<TBLSPACE>[^\s]+)\s+(?<UPS>[^\s]+)\s+(?<DES>[^\s]+)\s+(?<NS>[^\s]+)
        EXTRACT-TextFile = ((?=rgn|admini)(?<TextFile>.*)) in source
        LINE_BREAKER = ([\r\n]+)
        NO_BINARY_CHECK = true
        SHOULD_LINEMERGE = false
        TRANSFORMS-null = eliminate_header1
        category = Custom
        disabled = false

Above props is not extracting the fields at all but If I update the same code in opt splunk etc apps search local props the fields are extracting properly. I am not sure what could be reason for this behavior.

Thanks in advance.

0 Karma

oscar84x
Contributor

Is this a distributed deployment? If so, in what instance(s) are you editing this configuration?
You should run btool when your config is in /opt/splunk/etc/apps/appname/local to see if Splunk is picking it up and troubleshoot from there.

>splunk btool props list --debug
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 ...