I have set...
[default]
TRUNCATE = 20000
...in $SPLUNK_HOME/etc/system/local/props.conf for our search heads (a cluster of 3), indexers (a cluster of 3) and Heavy forwarder. I have restarted all the search heads and indexers to pick up the change, but we are still getting just as many records where "meta::truncated" is getting set and the log entry is just 10,000 characters. This then plays havoc with our attempts with downstream searches to parse out JSON values using spath. Some of the information we need is just not present.
Do I need to restart the Heavy Forwarder? Is it where the truncation is occurring? Are there any data loss implications of stopping the single Heavy Forwarder?
Thanks,
David.
The truncation is happening on the heavy forwarder. Restart it to apply the props.conf setting and all should be OK.
The truncation is happening on the heavy forwarder. Restart it to apply the props.conf setting and all should be OK.
That worked - thanks.
this will be done in test or dev or prod?!?!