Hi Community, I have a JSON data source that I am trying to get into Splunk via a heavy Forwarder using a custom built app that uses an API call. For some reason my LINE_BREAKER seems to be getting ignored every line ends and starts as follows. myemail@this-that-theother.co"},{"specialnumber":"number" the line break is the comma between the open and close curly braces..... IOW ,{ this is the line I am using in my props.conf LINE_BREAKER = (\,)\{\" for some reason the data continues to come in, in one big blob of multiple events. This is my props.conf KV_MODE = json SHOULD_LINEMERGE = 0 category = something pulldown_type = 1 TZ = UTC TIME_PREFIX=\"time\"\:\" MAX_TIMESTAMP_LOOKAHEAD = 20 TIME_FORMAT =%Y-%m-%dT%H:%M:SZ TRUNCATE = 999999 LINE_BREAKER = (\,)\{\" EVENT_BREAKER_ENABLE = false Time comes in as such "time":"2025-03-25T19:36:35Z" Am I missing something?
... View more