<?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: Why am I receiving &amp;quot;splunk-cooked-mode-v3&amp;quot; data from a universal forwarder in the format &amp;quot;\x00\x00\x00...&amp;quot;? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173558#M34919</link>
    <description>&lt;P&gt;Indexer does not need to connect to the forwarder. If you can see event count increase on the airlock index you're getting events, this means it is working.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2015 14:06:30 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-01-06T14:06:30Z</dc:date>
    <item>
      <title>Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173548#M34909</link>
      <description>&lt;P&gt;I am receiving data like this from a universal forwarder on Port: 8097:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;--splunk-cooked-mode-v3--\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
…
_s2s_capabilities\x00\x00\x00\x00 ack=0;compression=0\x00\x00\x00\x00\x00\x00\x00\x00_raw\x00
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is my inputs.conf (location: ~/etc/system/local)&lt;/P&gt;

&lt;P&gt;cat inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = ebs-xxx

[splunktcp://8097]
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I receive data only if I configure &lt;CODE&gt;tcp://8097&lt;/CODE&gt; and with &lt;CODE&gt;splunktcp://8097&lt;/CODE&gt; I see nothing.&lt;/P&gt;

&lt;P&gt;What is wrong?&lt;/P&gt;

&lt;P&gt;Thanks for some hints!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 09:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173548#M34909</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-06T09:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173549#M34910</link>
      <description>&lt;P&gt;Hi diewin,&lt;/P&gt;

&lt;P&gt;this is the normal behavior if you send &lt;CODE&gt;cooked&lt;/CODE&gt; data from a forwarder to an indexer over any TCP port. &lt;BR /&gt;
You should check / verfiy why your &lt;CODE&gt;splunktcp&lt;/CODE&gt; input is not working correct. &lt;BR /&gt;
Check the splunkd.log on your indexer for any errors related to this port. &lt;BR /&gt;
Another thing to remember, did you search all indexes over all time as well? &lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 10:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173549#M34910</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-06T10:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173550#M34911</link>
      <description>&lt;P&gt;Looks ok to me?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk@xxxx:~/var/log/splunk$ grep 8097 splunkd.log
01-06-2015 09:54:18.694 +0100 INFO  TcpInputProc - Stopping IPv4 port 8097
01-06-2015 09:54:51.950 +0100 INFO  TcpInputConfig - IPv4 port 8097 is reserved for splunk 2 splunk
01-06-2015 09:54:51.950 +0100 INFO  TcpInputConfig - IPv4 port 8097 will negotiate new-s2s protocol
01-06-2015 10:11:25.311 +0100 INFO  TcpInputProc - Stopping IPv4 port 8097
01-06-2015 10:11:49.546 +0100 INFO  TcpInputConfig - IPv4 port 8097 is reserved for splunk 2 splunk
01-06-2015 10:11:49.546 +0100 INFO  TcpInputConfig - IPv4 port 8097 will negotiate new-s2s protocol
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Jan 2015 10:24:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173550#M34911</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-06T10:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173551#M34912</link>
      <description>&lt;P&gt;Yes, looks like a &lt;CODE&gt;splunktcp&lt;/CODE&gt;  or a &lt;CODE&gt;splunk 2 splunk&lt;/CODE&gt; port. Can you telnet to this port from the forwarder? Check your &lt;CODE&gt;metrics.log&lt;/CODE&gt;  if you see any &lt;CODE&gt;StatusMgr&lt;/CODE&gt; from remote IP's&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 10:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173551#M34912</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-06T10:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173552#M34913</link>
      <description>&lt;P&gt;metrics.log looks ok?&lt;/P&gt;

&lt;P&gt;Telnet test from the source:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@ebs-v-airlock03a:~[371] # date; telnet 172.20.1.50 8097
**Tue Jan  6 12:07:18 CET 2015**
Trying 172.20.1.50...
Connected to 172.20.1.50.
Escape character is '^]'.
test
Connection closed by foreign host.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the metrics.log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;01-06-2015 12:07:18.735 +0100 INFO  StatusMgr - destPort=8097, eventType=connect_done, group=tcpin_connections, sourceHost=172.20.1.16, sourceIp=172.20.1.16, sourcePort=36903, statusee=TcpInputProcessor
01-06-2015 12:07:18.735 +0100 INFO  StatusMgr - sourcePort=8097, ssl=false, statusee=TcpInputProcessor
01-06-2015 12:07:21.363 +0100 INFO  StatusMgr - destPort=8097, eventType=connect_close, group=tcpin_connections, sourceHost=172.20.1.16, sourceIp=172.20.1.16, sourcePort=36903, statusee=TcpInputProcessor
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Jan 2015 11:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173552#M34913</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-06T11:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173553#M34914</link>
      <description>&lt;P&gt;Yes, looks good as well....so, did you add any inputs on the forwarder?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 11:35:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173553#M34914</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-06T11:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173554#M34915</link>
      <description>&lt;P&gt;Is this what you mean? Then i did.&lt;/P&gt;

&lt;P&gt;root@ebs-v-xxxx:local[381] # pwd&lt;BR /&gt;
/opt/splunkforwarder/etc/system/local&lt;BR /&gt;
root@ebs-v-xxxx:local[382] # cat inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = ebs-v-xxxx

[monitor:///data/log/airlock/Web-Requests/*.Access]
index = airlock
sourcetype = airlock:web:access

[monitor:///data/log/airlock/Web-Requests/*.Authentication]
index = airlock
sourcetype = airlock:web:authentication

[monitor:///data/log/airlock/Web-Requests/*.Security]
index = airlock
sourcetype = airlock:web:security

[monitor:///data/log/airlock/Web-Requests/*.Usage]
index = airlock
sourcetype = airlock:web:usage

[monitor:///data/log/airlock/System/*.Configuration]
index = airlock
sourcetype = airlock:sys:configuration

[monitor:///data/log/airlock/System/*.default]
index = airlock
sourcetype = airlock:sys:default

[monitor:///data/log/airlock/System/*.Health]
index = airlock
sourcetype = airlock:sys:health

[monitor:///data/log/airlock/System/*.Network]
index = airlock
sourcetype = airlock:sys:network

[monitor:///data/log/airlock/System/*.Security]
index = airlock
sourcetype = airlock:sys:security
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Jan 2015 12:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173554#M34915</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-06T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173555#M34916</link>
      <description>&lt;P&gt;And created an index: (location: /opt/splunk/etc/system/default/indexes.conf)&lt;/P&gt;

&lt;P&gt;...&lt;BR /&gt;
[airlock]&lt;BR /&gt;
homePath   = $SPLUNK_DB/airlockdb/db&lt;BR /&gt;
coldPath   = $SPLUNK_DB/airlockdb/colddb&lt;BR /&gt;
thawedPath = $SPLUNK_DB/airlockdb/thaweddb&lt;BR /&gt;
tstatsHomePath = volume:_splunk_summaries/airlockdb/datamodel_summary&lt;BR /&gt;
disabled = false&lt;BR /&gt;
...&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173555#M34916</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2020-09-28T18:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173556#M34917</link>
      <description>&lt;P&gt;so your &lt;CODE&gt;index=airlock&lt;/CODE&gt; is still empty? check splunkd.log on the forwarder for any TailingProcessor message or use the REST API &lt;CODE&gt;&lt;A href="https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus" target="test_blank"&gt;https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;&lt;/CODE&gt; on the forwarder&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 13:10:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173556#M34917</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-06T13:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173557#M34918</link>
      <description>&lt;P&gt;This is the service on the forwarder:&lt;/P&gt;

&lt;P&gt;root@ebs-v-xxxx:local[400] # netstat -an |grep 8089&lt;BR /&gt;
tcp        0      0 0.0.0.0:8089                0.0.0.0:*                   LISTEN&lt;/P&gt;

&lt;P&gt;I can't connect from the indexer to this port (firewall). Is it needed?&lt;BR /&gt;
I assume that the forwarder needs to connect to the indexer only and not vice versa.&lt;/P&gt;

&lt;P&gt;In the settings menu -&amp;gt; indexes: I can see a slow event count increase for the airlock index.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 14:03:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173557#M34918</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-06T14:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173558#M34919</link>
      <description>&lt;P&gt;Indexer does not need to connect to the forwarder. If you can see event count increase on the airlock index you're getting events, this means it is working.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 14:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173558#M34919</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-06T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173559#M34920</link>
      <description>&lt;P&gt;But I cannot see any messages in the search menu or on the port 8097.&lt;BR /&gt;
Where does it go?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173559#M34920</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-09T09:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173560#M34921</link>
      <description>&lt;P&gt;you said: &lt;CODE&gt;In the settings menu -&amp;gt; indexes: I can see a slow event count increase for the airlock index.&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;did you do an all-time search on &lt;CODE&gt;index=airlock&lt;/CODE&gt;? Do you have the permission to search this index?&lt;BR /&gt;
Do a tcpdump on the indexer for port 8097, do you get any connections?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173560#M34921</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-09T09:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173561#M34922</link>
      <description>&lt;P&gt;splunk@ebs-xxx:~$ netstat -an| grep  8097&lt;BR /&gt;
tcp        0      0 0.0.0.0:8097            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 172.20.1.50:8097        172.20.1.16:31841       ESTABLISHED&lt;/P&gt;

&lt;P&gt;OK. This is the trick: "index=airlock" and search. This works!&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Data Summery&lt;/STRONG&gt; search does not pick up this index automatically as a search hint. &lt;/P&gt;

&lt;P&gt;Guess: Works as designed? &lt;BR /&gt;
[tcp://8097] shows the hints and [splunktcp://8097] not?&lt;/P&gt;

&lt;P&gt;Thanks for your Help!!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173561#M34922</guid>
      <dc:creator>diewin</dc:creator>
      <dc:date>2015-01-09T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x00..."?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173562#M34923</link>
      <description>&lt;P&gt;you're welcome, feel free to accept this answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 10:20:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/173562#M34923</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-01-09T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I receiving "splunk-cooked-mode-v3" data from a universal forwarder in the format "\x00\x00\x0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/617796#M106642</link>
      <description>&lt;P&gt;Guys, any thoughts on this??&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 07:17:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-quot-splunk-cooked-mode-v3-quot-data-from-a/m-p/617796#M106642</guid>
      <dc:creator>vinoth_raj</dc:creator>
      <dc:date>2022-10-20T07:17:48Z</dc:date>
    </item>
  </channel>
</rss>

