Getting Data In

Could I send uncooked data to a splunk indexer?

sonicant
Path Finder

In the document I found:
With raw data, ...... This is particularly useful for sending data to a non-Splunk system.

In my case, the server which forwarder was installed has heavy load, and all the log files are zipped.
So the forwarder has to decompress the packages then read the log files and send data to indexer, this consumes extra CPU time, and leads to slow data forwarding.

So I wonder is there a way to tell the forwarder don't decompress the ZIP packages, just send them to indexer and let indexers do the unzip job?

I tried adding "sendCookedData=false" to inputs.conf and restarted the forwarder, but then the indexer refused the connection from the forwarder....

Thanks for anyone may help!

Tags (1)
0 Karma
1 Solution

Ayn
Legend

No, regardless of whether the data would be cooked or not, you can't send data from zip files straight away like that. That data is cooked just means (somewhat simplified) that certain metadata is added to the data stream instead of just sending the raw data. It doesn't affect how the events are read from the sources initially.

View solution in original post

Ayn
Legend

No, regardless of whether the data would be cooked or not, you can't send data from zip files straight away like that. That data is cooked just means (somewhat simplified) that certain metadata is added to the data stream instead of just sending the raw data. It doesn't affect how the events are read from the sources initially.

Ayn
Legend

That is correct.

0 Karma

sonicant
Path Finder

Hi Ayn

Thank you! So there is no way to let forwarder send original zip files to indexer. (Unless using self-made scripts to do the file transferring) Is my understanding right?
And the sendCookedData=false option should only be used when sending data to non-Splunk listener, right?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...