<?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: What are other options for getting data into Splunk without a forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127292#M26191</link>
    <description>&lt;P&gt;Do your antiques speak syslog or a related network-based protocol?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2014 20:07:44 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-11-19T20:07:44Z</dc:date>
    <item>
      <title>What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127291#M26190</link>
      <description>&lt;P&gt;I have some computing antiques running Unix; I need to monitor some files on them, and get them into Splunk.&lt;/P&gt;

&lt;P&gt;I read &lt;A href="http://answers.splunk.com/answers/8328/best-practice-for-getting-data-into-splunk-without-a-forwarder.html:"&gt;http://answers.splunk.com/answers/8328/best-practice-for-getting-data-into-splunk-without-a-forwarder.html:&lt;/A&gt; the "scripted/scheduled-copy-files-to-a-machine-that-does-have-a-forwarder" seems reasonable/doable, and is probably where I'll end up unless I find something better. BUT....&lt;/P&gt;

&lt;P&gt;One thing I've been mentally toying with is running a (perl?) script to tail the files and ship them via TCP to an indexer listening on a port dedicated to the purpose.&lt;/P&gt;

&lt;P&gt;I have a hard time believing that we are the first people going down this road; has anyone else done this?&lt;/P&gt;

&lt;P&gt;has anyone cooked up any solutions other than the ones in &lt;A href="http://answers.splunk.com/answers/8328/best-practice-for-getting-data-into-splunk-without-a-forwarder.html"&gt;http://answers.splunk.com/answers/8328/best-practice-for-getting-data-into-splunk-without-a-forwarder.html&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 19:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127291#M26190</guid>
      <dc:creator>wegscd</dc:creator>
      <dc:date>2014-11-19T19:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127292#M26191</link>
      <description>&lt;P&gt;Do your antiques speak syslog or a related network-based protocol?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127292#M26191</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-19T20:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127293#M26192</link>
      <description>&lt;P&gt;the antiques do speak syslog, but do not have a syslog daemon available that allows one to send files via the syslog protocol.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:58:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127293#M26192</guid>
      <dc:creator>wegscd</dc:creator>
      <dc:date>2014-11-19T20:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127294#M26193</link>
      <description>&lt;P&gt;Don't forget that Splunk can be used as a Syslog server: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/SyslogTCP"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/SyslogTCP&lt;/A&gt;&lt;BR /&gt;
&lt;EM&gt;(if your Splunk is not running as Root, just use iptables to redirect the TCP/514 and UDP/514 portd to the Splunk listening port)&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Anyway, if you dislike the option above, do you have netcat available on the servers? Even if not, you might be able to easily compile and drop the binary on the servers: &lt;A href="http://docs.splunk.com/Documentation/Storm/Storm/User/Howtoforwarddatavianetcat"&gt;http://docs.splunk.com/Documentation/Storm/Storm/User/Howtoforwarddatavianetcat&lt;/A&gt;&lt;BR /&gt;
You could simply use with tail as the example above or create a smarter script that runs every X seconds and sends only the deltas.&lt;/P&gt;

&lt;P&gt;Well, I still would prefer to spend the time deploying a proper syslog deamon and use it, nothing complicated. You might find out other things you could be sending to that syslog server in the future to justify the effort.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127294#M26193</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-11-19T21:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127295#M26194</link>
      <description>&lt;P&gt;Ah. What kind of antique are we talking about?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 23:17:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127295#M26194</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-19T23:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127296#M26195</link>
      <description>&lt;P&gt;&lt;IMG src="http://files.cyberciti.biz/uploads/tips/2011/12/unix-pdp11.jpg" alt="Antique Unix Admin" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 23:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127296#M26195</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-11-19T23:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127297#M26196</link>
      <description>&lt;P&gt;The biggest reason I can see for deploying a syslog server that will forward to Splunk is that you will drop lots of syslog packets when you restart a splunk indexer because it takes so much time to restart one, and syslog usually is UDP, so there is no re-try if the send failed because the index server was down.&lt;/P&gt;

&lt;P&gt;The syslog server running with a forwarder is a good option, if you don't want to use a forwarder. But a forwarder is always better. If your network goes down, a syslog server (or splunk relying on syslog) never gets the data, while the forwarders will always start from the point of disconnect to the present when the network comes back up. No lost data.&lt;/P&gt;

&lt;P&gt;You can use the REST API to send data to Splunk, but it isn't much different from using a forwarder. We have Cloud Foundry servers that use the REST API because they have more control over the data sent.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 23:22:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127297#M26196</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2014-11-19T23:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127298#M26197</link>
      <description>&lt;P&gt;very old AIX....&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127298#M26197</guid>
      <dc:creator>wegscd</dc:creator>
      <dc:date>2014-11-24T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: What are other options for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127299#M26198</link>
      <description>&lt;P&gt;the receiving end isn't the issue. the sending end is the issue.&lt;/P&gt;

&lt;P&gt;netcat or socat can take care of the transport, now the issue is just having a tail-like utility that can persist it's view of where it left off (so we don't double index after a restart)...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-are-other-options-for-getting-data-into-Splunk-without-a/m-p/127299#M26198</guid>
      <dc:creator>wegscd</dc:creator>
      <dc:date>2014-11-24T14:09:02Z</dc:date>
    </item>
  </channel>
</rss>

