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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...