Getting Data In

Routing problem with props and transforms

chintan_shah
Path Finder

Hi,

I am having trouble for routing the logs to separate index using props and transforms.
With the below code on Splunk instance, all the logs are being send to guilogins index and not on earlier index.
Also all the logs on guilogins doesnt match with the REGEX.
Can any one please help me out?

props.conf
TRANSFORMS-SET=allroute,loginroute

Transforms.conf
[allroute]
REGEX = .*
DEST_KEY = queue
FORMAT = indexQueue

[loginroute]
REGEX = .[GUI User Logged out|GUI New User Logged In].*
DEST_KEY = _MetaData:Index
FORMAT = guilogins

0 Karma
1 Solution

woodcock
Esteemed Legend

Use this instead:

TRANSFORMS-SET=loginroute

And deploy to your Indexers and restart splunk instances there and check newly arriving events only (not old ones).

View solution in original post

0 Karma

alemarzu
Motivator

Hi there, I believe you should change the regular expresion on the loginroute stanza, if I'm not mistaken that regex matches more than you want.

Try this (GUI\sUser\sLogged\sout|GUI\sNew\sUser\sLogged\sIn)

0 Karma

woodcock
Esteemed Legend

Use this instead:

TRANSFORMS-SET=loginroute

And deploy to your Indexers and restart splunk instances there and check newly arriving events only (not old ones).

0 Karma

chintan_shah
Path Finder

Hi Woodcock,
I want all the logs to be send to existing indexes and only few to be send to new index.
Looking at this it might impact the existing indexes as well.

0 Karma

chintan_shah
Path Finder

Hi Woodcock,

I have updated the regex which was creating the issue and use your suggestion of TRANSFORMS-SET and it worked fine.

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...