Events longer than 15.000 characters are truncated now.
Hello @rrovers,
You can update the truncate limit on the first Splunk Enterprise instance that the data encounters. If your data flow is UF -> IUF -> Indexers or UF -> Indexers, in that case you need to place the following sourcetype on the indexers. And if your data flow is UF -> IHF -> Indexers, in that case you'll need to place the sourcetype configuration on the IHF. Here, IUF and IHF refer to Intermediate Universal Forwarder and Intermediate Heavy Forwarder respectively.
[<<sourcetype>>]
TRUNCATE = <<max_length_of_event>>
Also, you can set TRUNCATE to any value you wish.
---
Thanks,
Tejas.