Getting Data In

Help with setting index and sourcetype via transforms.conf

a212830
Champion

Hi,

I want to override the "unknown" index that some of my syslog messages are coming in as, using props and transforms. The index part is working, but the sourcetype is not setting. Not sure what I'm doing wrong... if someone can take a look, I'd appreciate it.

props.conf:
[unknown]
KV_MODE=auto
ANNOTATE_PUNCT=false
MAX_TIMESTAMP_LOOKAHEAD = 50
TRANSFORMS-set = ciscoIOS_index_parser,ciscoIOS_sourcetype_parser

transforms.conf:

[ciscoIOS_index_parser]
REGEX = %[A-Z_]+-[0-9]-[A-Z_]+:
DEST_KEY = _MetaData:Index
FORMAT = cisco

[ciscoIOS_sourcetype_parser]
REGEX = %[A-Z_]+-[0-9]-[A-Z_]+:
DEST_KEY = _MetaData:Sourcetype
FORMAT = sourcetype::cisco:ios
0 Karma

sloshburch
Ultra Champion
0 Karma

FrankVl
Ultra Champion

Should be DEST_KEY = MetaData:Sourcetype without the _.

See also: http://docs.splunk.com/Documentation/Splunk/latest/Admin/Transformsconf#KEYS:

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

A Four-Part Event Series: Full Stack Observability For the AI Era

As AI reshapes applications, infrastructure, and the way teams operate, the traditional boundaries of ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...