Getting Data In

Why my truncate configuration on my universal forwarder is not working?

qiye
Explorer

Hi All,

I setup one universal forwarder on my windows server and forward the logs to my linux splunk instance, and the events are truncated to 10000.

I tried set the truncate settings in my forwarder, and it doesn’t work at all, here’s my configuration:

E:\services\SplunkUniversalForwarder\etc\apps\Splunk_TA_windows\local\inputs.conf

[monitor://E:\logs]

**TRUNCATE = 0**

disabled = false

Can someone help that?

1 Solution

gfuente
Motivator

You need to put the TRUNCATE setting in the indexer, in a props.conf file

something like:

[yoursourcetype]
TRUNCATE = 0 

Restart the indexer after changing this setting

Regards

View solution in original post

gfuente
Motivator

You need to put the TRUNCATE setting in the indexer, in a props.conf file

something like:

[yoursourcetype]
TRUNCATE = 0 

Restart the indexer after changing this setting

Regards

qiye
Explorer

Thanks all. We resolved the issue with heavy forwarder instead of universal forwarder. The TRUNCATE setting doesn't work in universal forwarder not matter i put it into the props.conf or input.conf.

Final solution:
1. added below configuration in indexer's props.conf.
[yoursourcetype]
TRUNCATE = 0

  1. Setup one heavy forwarder (install full splunk and change it's license to forwarder).

  2. Added below configuration in heavy forwarder's etc\
    system\local\props.conf
    [yoursourcetype]
    TRUNCATE = 0

  3. it works as excepted.

somesoni2
Revered Legend

This attribute is applicable for props.conf only (on indexer). Inputs.conf (on universal forwarder) need not be changed.

0 Karma

qiye
Explorer

Thanks. I will try. Besides, do i need modify the inputs.conf and props.conf both?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...