All Apps and Add-ons

space and tab as Delimiter

Starlette
Contributor

How can you handle files which are delimted by tab and single spaces?
[stanza]
FIELDS = "field1", "field2"
DELIMS=" "
DELIMS="\t"

so the log is like

field1 [tab] field1 [tab] field3 field4 etc

Tags (1)
0 Karma

Starlette
Contributor

multiple_delims] DELIMS = "|;", "=:"
The above example extracts key-value pairs which are separated by '|' or ';'.
while the key is delimited from value by '=' or ':'.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...