This can be caused by syslog not supporting newlines(\n). The following settings on the HF will improve this.
props.conf
[your-sourcetype]
TRANSFORMS-◯◯ = transname
transforms.conf
[transname]
INGEST_EVAL = _raw=replace(_raw, "\n", " ")
... View more