Skip to content

Instantly share code, notes, and snippets.

@ryumei
Created December 11, 2019 01:48
Show Gist options
  • Save ryumei/8235f433bcb4f4c91cc5d73862cb302c to your computer and use it in GitHub Desktop.
Save ryumei/8235f433bcb4f4c91cc5d73862cb302c to your computer and use it in GitHub Desktop.
Sample of Splunk props.conf for Tab-separated file without header.
[ tsv_custom ]
CHARSET=UTF-8
INDEXED_EXTRACTIONS=csv
KV_MODE=none
SHOULD_LINEMERGE=false
category=Structured
description=Tab-separated value format. Set header and other settings in "Delimited Settings"
disabled=false
pulldown_type=true
LINE_BREAKER=([\r\n]+)
FIELD_DELIMITER=tab
FIELD_NAMES=timestamp,col1,col2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment