I don't specify a timestamp, I just want it to use the current time of indexing as the timestamp. I guess Splunk is just assuming that's a timestamp and splitting my events there. I am also not using a delimiting character to specify when to break events, but I'll test that out and see if that fixes my problem (I think it will). Thank you!
And extra info to those reading, here is my current props.conf:
[events]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
CHARSET=AUTO
disabled=false
MAX_EVENTS=10000
[matrix]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
CHARSET=AUTO
disabled=false
MAX_EVENTS=10000
... View more