<?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 configure UF to send data to splunk stand alone instance? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526223#M3926</link>
    <description>&lt;P&gt;Did you enable receiving on the standalone instance?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2020 12:52:37 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-10-23T12:52:37Z</dc:date>
    <item>
      <title>How to configure UF to send data to splunk stand alone instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526191#M3925</link>
      <description>&lt;P&gt;I am trying to send logs through UF to my Stand alone instance but data is not getting forwarded.&lt;/P&gt;&lt;P&gt;I have UF installed in one of my test server and added inputs.conf,outputs.conf and set deployment.conf then restarted my splunk service in test server.In my stand alone instance i have created index.&lt;/P&gt;&lt;P&gt;Outputs.conf (opt/app/splunk/splunk/etc/system/local)&lt;/P&gt;&lt;P&gt;[tcpout]&lt;/P&gt;&lt;P&gt;defaultGroup=group1&lt;/P&gt;&lt;P&gt;&amp;nbsp;[tcpout:group1]&lt;/P&gt;&lt;P&gt;server=mysplunkhost.com:9997&lt;/P&gt;&lt;P&gt;inputs.conf&amp;nbsp;(opt/app/splunk/splunk/etc/system/local)&lt;/P&gt;&lt;P&gt;[monitor:///folder/upload/cen*]&lt;/P&gt;&lt;P&gt;index = test_index&lt;/P&gt;&lt;P&gt;sourcetype = cenere&lt;/P&gt;&lt;P&gt;disabled=false&lt;/P&gt;&lt;P&gt;Should there be any configuration setup in my standalone instance?I dont see serverclass defined in my standalone instance .&lt;/P&gt;&lt;P&gt;Any other configurations needs to be added?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 07:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526191#M3925</guid>
      <dc:creator>Ashwini008</dc:creator>
      <dc:date>2020-10-23T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure UF to send data to splunk stand alone instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526223#M3926</link>
      <description>&lt;P&gt;Did you enable receiving on the standalone instance?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 12:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526223#M3926</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-23T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure UF to send data to splunk stand alone instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526225#M3927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222977"&gt;@Ashwini008&lt;/a&gt;&amp;nbsp;from UF to indexer, the ping and "telnet &amp;lt;receiving-port&amp;gt;" works fine ah?&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;said, on splunk indexer, did you enable receiving? at what port?&lt;/P&gt;&lt;P&gt;any firewall rules between UF to indexer?&amp;nbsp;&lt;/P&gt;&lt;P&gt;are the other UF's sending logs to indexer fine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 13:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526225#M3927</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-23T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure UF to send data to splunk stand alone instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526298#M3934</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222977"&gt;@Ashwini008&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure your forwarder can also resolve your standalone FQDN, if not replace it for the IP on your outputs.conf.&lt;/P&gt;&lt;P&gt;Theres also something weird about config files locations. Can you please verify if thats correct?&amp;nbsp;Usually, the UF path for these config files would be something like &lt;EM&gt;/opt/splunkforwarder/...&lt;/EM&gt; but you have&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;opt/app/splunk/splunk/etc/system/local&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 01:04:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526298#M3934</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2020-10-24T01:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure UF to send data to splunk stand alone instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526321#M3935</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If/when you want to use deployment server then you should create app for these configurations instead of put them to system/local. And even if not, &amp;nbsp;use still an app for easier management.&lt;/P&gt;&lt;P&gt;You could test with&lt;/P&gt;&lt;LI-CODE lang="java"&gt;curl -vk telnet://your.spl.IDX.name:9997&lt;/LI-CODE&gt;&lt;P&gt;that tells if it can&lt;/P&gt;&lt;P&gt;- resolve your server name&lt;/P&gt;&lt;P&gt;- connect to it&amp;nbsp;&lt;/P&gt;&lt;P&gt;And as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/115718"&gt;@alemarzu&lt;/a&gt;&amp;nbsp;said usually path contains splunkforwarder if you are using UF. If it contains splunk then this is normally HF.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Before your UF can send to IDX you must enable it’s listening/receiving, it default is not to receive.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 10:59:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-configure-UF-to-send-data-to-splunk-stand-alone-instance/m-p/526321#M3935</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-10-24T10:59:07Z</dc:date>
    </item>
  </channel>
</rss>

