i have text file with some data below. how can i define my props.conf file with respective sourcetypes?
**file 1 of sourcetype=s1**
Batch Counter Cache Name CacheSize MemoryBytes MemoryMB Avg Object Size
77 Item.1.BUSINESS_PARTNER 1836304.0 1836304.0 1.7512359619140625 1.0
props.conf
[s1]
TIME_FORMAT=
TIME_PREFIX=
MAX_TIMESTAMP_LOOKAHEAD=
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
BREAK_ONLY_BEFORE=
CHARSET=
category=Custom
disabled=false
pulldown_type=true
**file 2 of sourcetype=s2**
Batch Counter Report Time Service Cache Name Tier Total Puts Total PutsMillis Total Gets Total Gets Millis Total Hits Total Hits Millis Total Misses Total Misses Millis Total Writes Total Write Millis Total Reads Total Read Millis Total Failures Total Queue Evictions Cache Prunes Cache Prunes Millis
77 Wed Oct 26 16:00:19 CDT 2016 ItemDistributedCache Item.1.BUSINESS_PARTNER back 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
props.conf
[s2]
TIME_FORMAT=
TIME_PREFIX=
MAX_TIMESTAMP_LOOKAHEAD=
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
BREAK_ONLY_BEFORE=
CHARSET=
category=Custom
disabled=false
pulldown_type=true
**file 3 of sourcetype=s3**
Batch Counter ReportTime RefreshPolicy RefreshTime RefreshExcessCount RefreshCount RefreshPredictionCount RefreshTimeoutCount
77 Wed Oct 26 16:00:33 CDT 2016 refresh-ahead Wed Oct 26 16:00:33 CDT 2016 2351 186539 8104896 13591
props.conf
[s3]
TIME_FORMAT=
TIME_PREFIX=
MAX_TIMESTAMP_LOOKAHEAD=
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
BREAK_ONLY_BEFORE=
CHARSET=
category=Custom
disabled=false
pulldown_type=true
**file 4 of sourcetype=s4**
Batch Counter Report Time JVM Uptime Node Id GC Name CollectionCount Delta Collection Count CollectionTime Delta Collection Time Last GC Start Time Last GC Duration Millis Heap Committed Heap Init Heap Max Heap Used
77 Wed Oct 26 16:00:19 CDT 2016 51754933 1 Garbage collection optimized for deterministic pausetimes Old Collector 140 0.0 498984 0.0 41146021 1565.0 6442450944 4294967296 6442450944 3854384608
props.conf
[s4]
TIME_FORMAT=
TIME_PREFIX=
MAX_TIMESTAMP_LOOKAHEAD=
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
BREAK_ONLY_BEFORE=
CHARSET=
category=Custom
disabled=false
pulldown_type=true
↧