Getting Data In

how we RUN Script which convert binary index data into csv and again save it into same index?

ajitshukla
Explorer

Hi please help me ,I have Universal forwarder install on another machine ,which send binary data to splunk insatnce .
On splunk instance I want ot RUN python script which will convert the binary data into csv and save it into another index.

before this I was able to run pyhton script on Universal Forwarder which will convert binary data into csv file and forwarder monitor that csv file and send it to splunk.

But my requirement has changed now I want to run pyhton script on splunk instance which will convert binary data coming from forwarder to csv in real time.

please help

Tags (1)
0 Karma

badarsebard
Communicator

Unfortunately there's no way to do this. One of the hard requirements of Splunk is that forwarded data is in text, no binary. The only way I see around this is to transmit the binary data through a different channel like sftp, rsync, etc. to a directory on the Splunk instance and then use a scripted input to convert the binary data to csv.

0 Karma

vishaltaneja070
Motivator

@ajitshukla

If data is coming to Splunk then you can create a report using search command and outputlookup the result to a csv file.

0 Karma

ajitshukla
Explorer

but converting binary data to csv logic written in python script ,so in any case I have to use python script

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...