<?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: I set up a forwarder but i can't see it on my splunk enterprise instance in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591074#M11940</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244324"&gt;@splunkatt&lt;/a&gt;&amp;nbsp;Go for this document and check if you are missing something.&lt;/P&gt;&lt;P&gt;&lt;A title="Splunk forwarder troubleshoot - splunk forwarder not sending data?" href="https://www.learnsplunk.com/splunk-forwarder-not-sending-data.html" target="_blank" rel="noopener"&gt;https://www.learnsplunk.com/splunk-forwarder-not-sending-data.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 11:55:49 GMT</pubDate>
    <dc:creator>dhirendra761</dc:creator>
    <dc:date>2022-03-28T11:55:49Z</dc:date>
    <item>
      <title>I set up a forwarder but why can't I see it on my splunk enterprise instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591054#M11934</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I set up an universal forwarder on a docker container : 172.17.0.3&lt;/P&gt;
&lt;P&gt;I configurated it to forward data to 172.17.0.10:9997 (my VirtualBox VM ip's)&lt;/P&gt;
&lt;P&gt;I first enabled port 9997 port to listen on my splunk enterprise instance web API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;connexion between VM and docker is a bridge on the docker0 interface.&lt;/P&gt;
&lt;P&gt;I can ping the VM on my container and vice versa.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the connexion between the UF and the VM using ss -ant | grep "9997"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I got :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LISTEN 0&amp;nbsp; &amp;nbsp; 128&amp;nbsp; &amp;nbsp; 0.0.0.0:9997&amp;nbsp; &amp;nbsp; 0.0.0.0:*&lt;/P&gt;
&lt;P&gt;As i'm new into networking, I'm clueless on how to make the connexion works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you all for your help&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 16:23:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591054#M11934</guid>
      <dc:creator>splunkatt</dc:creator>
      <dc:date>2022-03-28T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591055#M11935</link>
      <description>&lt;P&gt;How do you know that the UF is not connecting to your server?&lt;/P&gt;&lt;P&gt;First things first - try to connect to your indexer (splunk server) on port 9997 from your docker container using "normal" means (like telnet or netcat).&lt;/P&gt;&lt;P&gt;Check your _internal index for events from the UF.&lt;/P&gt;&lt;P&gt;Check /opt/splunk/var/log/splunk/splunkd.log in the container.&lt;/P&gt;&lt;P&gt;How did you "configure it to forward data"? Verify it with&lt;/P&gt;&lt;PRE&gt;/opt/splunk/bin/splunk btool outputs list --debug&lt;/PRE&gt;&lt;P&gt;in the container&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 10:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591055#M11935</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-03-28T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591059#M11936</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244324"&gt;@splunkatt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;1- Check on instance (Search Head) Is it listening the events. You can check notification in top.&lt;/P&gt;&lt;P&gt;Might you forget to "create of INDEX "&lt;/P&gt;&lt;P&gt;2- Check Splunkd.log file in UF&lt;/P&gt;&lt;P&gt;also run below command in UF to verify the monitor file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\Program Files\SplunkUniversalForwarder\bin&amp;gt;splunk list monitor&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 11:00:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591059#M11936</guid>
      <dc:creator>dhirendra761</dc:creator>
      <dc:date>2022-03-28T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591070#M11938</link>
      <description>&lt;P&gt;Hi PickleRick,&amp;nbsp;dhirendra761,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for these quick answers and your help !&lt;/P&gt;&lt;P&gt;Telnet can't connect when I type :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp; telnet 172.17.0.10 9997 &lt;/PRE&gt;&lt;P&gt;on the docker container.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/splunkforwarder/etc/system/local/outputs.conf :&lt;/P&gt;&lt;PRE&gt;[tcpout]&lt;BR /&gt;defaultGroup = default-autolb-group&lt;BR /&gt;&lt;BR /&gt;[tcpout:default-autolb-group]&lt;BR /&gt;server=172.17.0.10&lt;BR /&gt;&lt;BR /&gt;[tcpout-server://172.17.0.10:9997]&lt;/PRE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;splunkd.log on container print these warnings.&lt;/P&gt;&lt;PRE&gt;03-28-2022 13:10:54.135 +0200 WARN AutoLoadBalancedConnectionStrategy [439 TcpOutEloop] - Cooked connection to ip=172.17.0.10:9997 timed out&lt;BR /&gt;TcpOutputProc [438 parsing] - The TCP output processor has paused the data flow. Forwarding to host_dest=172.17.0.10 inside output group default-autolb-group from host_src=b2e058553000 has been blocked for blocked_seconds=5600. This can stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;command "splunk list monitor" print log files and directories. seems like there is nothing wrong, there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry if there are missing informations&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 11:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591070#M11938</guid>
      <dc:creator>splunkatt</dc:creator>
      <dc:date>2022-03-28T11:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591074#M11940</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244324"&gt;@splunkatt&lt;/a&gt;&amp;nbsp;Go for this document and check if you are missing something.&lt;/P&gt;&lt;P&gt;&lt;A title="Splunk forwarder troubleshoot - splunk forwarder not sending data?" href="https://www.learnsplunk.com/splunk-forwarder-not-sending-data.html" target="_blank" rel="noopener"&gt;https://www.learnsplunk.com/splunk-forwarder-not-sending-data.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 11:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591074#M11940</guid>
      <dc:creator>dhirendra761</dc:creator>
      <dc:date>2022-03-28T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591088#M11945</link>
      <description>&lt;P&gt;I checked the document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tcpdump steps got me this output :&lt;/P&gt;&lt;PRE&gt;14:37:55.532330 IP 172.17.0.3.49854 &amp;gt; debian.9997: Flags [S], seq 1200675435, win 64240, options [mss 1460,sackOK,TS val 3005873483 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:37:56.553739 IP 172.17.0.3.49854 &amp;gt; debian.9997: Flags [S], seq 1200675435, win 64240, options [mss 1460,sackOK,TS val 3005874504 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:37:58.569660 IP 172.17.0.3.49854 &amp;gt; debian.9997: Flags [S], seq 1200675435, win 64240, options [mss 1460,sackOK,TS val 3005876520 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:02.793699 IP 172.17.0.3.49854 &amp;gt; debian.9997: Flags [S], seq 1200675435, win 64240, options [mss 1460,sackOK,TS val 3005880744 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:10.985799 IP 172.17.0.3.49854 &amp;gt; debian.9997: Flags [S], seq 1200675435, win 64240, options [mss 1460,sackOK,TS val 3005888936 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:15.454976 IP 172.17.0.3.49856 &amp;gt; debian.9997: Flags [S], seq 447694644, win 64240, options [mss 1460,sackOK,TS val 3005893405 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:16.458322 IP 172.17.0.3.49856 &amp;gt; debian.9997: Flags [S], seq 447694644, win 64240, options [mss 1460,sackOK,TS val 3005894408 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:18.473564 IP 172.17.0.3.49856 &amp;gt; debian.9997: Flags [S], seq 447694644, win 64240, options [mss 1460,sackOK,TS val 3005896424 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:22.505569 IP 172.17.0.3.49856 &amp;gt; debian.9997: Flags [S], seq 447694644, win 64240, options [mss 1460,sackOK,TS val 3005900456 ecr 0,nop,wscale 10], length 0&lt;BR /&gt;14:38:30.697704 IP 172.17.0.3.49856 &amp;gt; debian.9997: Flags [S], seq 447694644, win 64240, options [mss 1460,sackOK,TS val 3005908648 ecr 0,nop,wscale 10], length 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I suppose that a length of 0 for tcp packets isn't normal ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 12:59:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591088#M11945</guid>
      <dc:creator>splunkatt</dc:creator>
      <dc:date>2022-03-28T12:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591090#M11946</link>
      <description>&lt;P&gt;It is the length of the payload so since it's the initial SYN packet, it's normal for it to be zero.&lt;/P&gt;&lt;P&gt;Is this the tcpdump of the destination server?&lt;/P&gt;&lt;P&gt;If so, either something is blocking the traffic on the destination server (firewall?) or you're having problems with rp_filter which drops the traffic.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 13:12:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591090#M11946</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-03-28T13:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591092#M11947</link>
      <description>&lt;P&gt;Yes, it's the tcpdump of the VM, where is the splunk enterprise instance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are virtualbox or docker naturally blocking tcp packets ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I rerun the same tcpdump, it prints when I finish it&lt;/P&gt;&lt;P&gt;10 packets captured&lt;/P&gt;&lt;P&gt;10 packets received by filter&lt;/P&gt;&lt;P&gt;0 packets dropped by kernel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:11:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591092#M11947</guid>
      <dc:creator>splunkatt</dc:creator>
      <dc:date>2022-03-28T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591096#M11948</link>
      <description>&lt;P&gt;It all depends on your configuration so it's hard to say what are your rules. Usually, unless you explicitly opened the ports, modern distributions allow only administrative traffic (like ssh) and prohibit other packets so you might need to fiddle with your firewall.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591096#M11948</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-03-28T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but i can't see it on my splunk enterprise instance</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591099#M11949</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244324"&gt;@splunkatt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;was looking at your outputs.conf&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is it not you forgot to append the port with the server you seem to be missing that &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[tcpout]&lt;BR /&gt;defaultGroup = default-autolb-group&lt;BR /&gt;&lt;BR /&gt;[tcpout:default-autolb-group]&lt;BR /&gt;server=172.17.0.10:&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;9997&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;[tcpout-server://172.17.0.10:9997]&lt;/PRE&gt;&lt;P&gt;Also when you say "&lt;SPAN&gt;I first enabled port 9997 port to listen on my splunk enterprise instance web API" i hope you had configured in the&amp;nbsp; setttings&amp;gt;&amp;gt;forwarding and recieving&amp;gt;&amp;gt;Recieve data &amp;gt;&amp;gt;9997&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591099#M11949</guid>
      <dc:creator>venky1544</dc:creator>
      <dc:date>2022-03-28T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: I set up a forwarder but why can't I see it on my splunk enterprise instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591705#M12032</link>
      <description>&lt;P&gt;Update :&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was effectively a misconfiguration of the network.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't found a solution for this problem, so I worked around by making an instance of splunk enterprise in a docker container instead of a VM, and now I can see my docker's logs on Splunk enterprise.&lt;/P&gt;&lt;P&gt;Traceroute showed me that sending packets from the container to the VM doesn't work. In the other way, it's functioning correctly.&lt;/P&gt;&lt;P&gt;(I tried this after flushing all iptables rules and verifying that there wasn't any firewalld service activated.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 07:24:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/I-set-up-a-forwarder-but-why-can-t-I-see-it-on-my-splunk/m-p/591705#M12032</guid>
      <dc:creator>splunkatt</dc:creator>
      <dc:date>2022-03-31T07:24:11Z</dc:date>
    </item>
  </channel>
</rss>

