Splunk Search

The files props.conf and transform.conf don't work

rafamss
Contributor

Hi guys,

I did the following configuration in props.conf in the splunk:

C:\Program Files\Splunk\etc\system\local

[sctmainframe]
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = false
pulldown_type = 1
REPORT-myname = mainframe-extract

And in the transforms.conf file too

[mainframe-extract]
EXTRACT = (?<INSTCLI>\d{3})(?<BANCOCLI>\d{3})(?<AGENCLI>\d{4})

The sourcetype "sctmainframe" appear for me as a new sourcetype into the administrator splunk web, but don't work correctly.

What I'm doing of the wrong ?

0 Karma
1 Solution

jacobwilkins
Communicator

In your transforms.conf you need REGEX, not EXTRACT:

[mainframe-extract]
REGEX = (?<INSTCLI>\d{3})(?<BANCOCLI>\d{3})(?<AGENCLI>\d{4})

View solution in original post

jacobwilkins
Communicator

In your transforms.conf you need REGEX, not EXTRACT:

[mainframe-extract]
REGEX = (?<INSTCLI>\d{3})(?<BANCOCLI>\d{3})(?<AGENCLI>\d{4})

kristian_kolb
Ultra Champion

Good Spotting! Missed that one.

0 Karma

rafamss
Contributor

Thanks jacobwilkins, worked fine.

0 Karma

kristian_kolb
Ultra Champion

In addition to your configs, you should perhaps post a few sample events, the results you get, and an idea of the results you want to achieve. Otherwise it will be very hard for anybody to try to help you.

/k

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 ...