<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to index a binary data from UDP? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117558#M24448</link>
    <description>&lt;P&gt;You missed the point.&lt;/P&gt;

&lt;P&gt;You program your own Modular Input listening on it's own UDP port.Think of it like a Splunk UDP proxy. So it can capture and preprocess any type of data(ie: raw bninary) into an  appropriate format for Splunk because you are programming it.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2013 02:01:14 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2013-10-30T02:01:14Z</dc:date>
    <item>
      <title>How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117553#M24443</link>
      <description>&lt;P&gt;I am trying to receive a binary data from UDP in splunk, I have tested many method to achieve it, but it still doesn't work. &lt;BR /&gt;
I already add a NO_BINARY_CHECK = true in props.conf. &lt;/P&gt;

&lt;P&gt;Is there anyone have experience on this? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117553#M24443</guid>
      <dc:creator>matthewgao</dc:creator>
      <dc:date>2020-09-28T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117554#M24444</link>
      <description>&lt;P&gt;Splunk will consume any Human-Readable text, so Binary data is not going to work. You will most likely want to capture that data via UDP and write it to disk in ASCII, and then have Splunk consume the text.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:12:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117554#M24444</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-28T11:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117555#M24445</link>
      <description>&lt;P&gt;Did this help you?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 19:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117555#M24445</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-29T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117556#M24446</link>
      <description>&lt;P&gt;You could write a simple python modular input, that allows users to open up any UDP port, captures the UDP datagram , programmatically decodes the binary data into some textual format, transforms this into events in a best practice logging semantic,  and writes these events out to Splunk over STDOUT.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 21:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117556#M24446</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-29T21:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117557#M24447</link>
      <description>&lt;P&gt;Can it capture the RAW binary data?  Splunk seems automatically ignore the binary data.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 01:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117557#M24447</guid>
      <dc:creator>matthewgao</dc:creator>
      <dc:date>2013-10-30T01:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117558#M24448</link>
      <description>&lt;P&gt;You missed the point.&lt;/P&gt;

&lt;P&gt;You program your own Modular Input listening on it's own UDP port.Think of it like a Splunk UDP proxy. So it can capture and preprocess any type of data(ie: raw bninary) into an  appropriate format for Splunk because you are programming it.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 02:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117558#M24448</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-30T02:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117559#M24449</link>
      <description>&lt;P&gt;So you mean that I create a UDP listener by myself, Not use the splunkd to listen the UDP&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 07:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117559#M24449</guid>
      <dc:creator>matthewgao</dc:creator>
      <dc:date>2013-10-30T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117560#M24450</link>
      <description>&lt;P&gt;Exactly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 08:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117560#M24450</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-30T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117561#M24451</link>
      <description>&lt;P&gt;Splunk can not consume binary data, you have to convert it to a splunk readable format before forwarding it to splunk. are you trying to forward netflows to splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 11:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117561#M24451</guid>
      <dc:creator>lphirke</dc:creator>
      <dc:date>2013-10-30T11:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117562#M24452</link>
      <description>&lt;P&gt;I am trying to forward ipfix to splunk&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 05:45:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117562#M24452</guid>
      <dc:creator>matthewgao</dc:creator>
      <dc:date>2013-10-31T05:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to index a binary data from UDP?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117563#M24453</link>
      <description>&lt;P&gt;Try out IPFIXify&lt;BR /&gt;
&lt;A href="http://www.plixer.com/Products/ipfixify.html"&gt;http://www.plixer.com/Products/ipfixify.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-a-binary-data-from-UDP/m-p/117563#M24453</guid>
      <dc:creator>lphirke</dc:creator>
      <dc:date>2013-10-31T07:01:39Z</dc:date>
    </item>
  </channel>
</rss>

