<?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 Best practice for getting data into Splunk without a forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77207#M15788</link>
    <description>&lt;P&gt;A client is interested in the best ways to generally get data into Splunk without installing forwarder on all their machines. Is there a doc on this somewhere?&lt;/P&gt;

&lt;P&gt;I can start with:&lt;/P&gt;

&lt;OL&gt;&lt;LI&gt;Decide to use the forwarder on all machines, pointing either to the Indexer or another Forwarder.&lt;/LI&gt;
&lt;LI&gt;Decide to use the forwarder only on a central log server already logging everything.&lt;/LI&gt;
&lt;LI&gt;Have a daemon (syslog-ish) on Indexer accept data on network port and write to files&lt;/LI&gt;
&lt;LI&gt;Put files on a network share accessible to Indexer&lt;/LI&gt;
&lt;LI&gt;Poll servers via WMI (Windows)&lt;/LI&gt;
&lt;LI&gt;Write a script on a forwarder or indexer to pull data from somewhere&lt;/LI&gt;
&lt;LI&gt;Periodic upload from another system to the Indexer&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Anyone have other items to add, or a better way of ranking the list above?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Oct 2010 00:21:12 GMT</pubDate>
    <dc:creator>Jason</dc:creator>
    <dc:date>2010-10-26T00:21:12Z</dc:date>
    <item>
      <title>Best practice for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77207#M15788</link>
      <description>&lt;P&gt;A client is interested in the best ways to generally get data into Splunk without installing forwarder on all their machines. Is there a doc on this somewhere?&lt;/P&gt;

&lt;P&gt;I can start with:&lt;/P&gt;

&lt;OL&gt;&lt;LI&gt;Decide to use the forwarder on all machines, pointing either to the Indexer or another Forwarder.&lt;/LI&gt;
&lt;LI&gt;Decide to use the forwarder only on a central log server already logging everything.&lt;/LI&gt;
&lt;LI&gt;Have a daemon (syslog-ish) on Indexer accept data on network port and write to files&lt;/LI&gt;
&lt;LI&gt;Put files on a network share accessible to Indexer&lt;/LI&gt;
&lt;LI&gt;Poll servers via WMI (Windows)&lt;/LI&gt;
&lt;LI&gt;Write a script on a forwarder or indexer to pull data from somewhere&lt;/LI&gt;
&lt;LI&gt;Periodic upload from another system to the Indexer&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Anyone have other items to add, or a better way of ranking the list above?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 00:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77207#M15788</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2010-10-26T00:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77208#M15789</link>
      <description>&lt;P&gt;On Windows you also have remote WMI. Though I would rank that pretty low, slightly above your option 5.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 00:54:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77208#M15789</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-26T00:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77209#M15790</link>
      <description>&lt;P&gt;I wouldn't use the qualifier "all" in (1).&lt;/P&gt;

&lt;P&gt;Not all machines will necessarily have the capacity or network architecture that allows you to do it, however, you may still want to install a forwarder on as many machines as you can.&lt;/P&gt;

&lt;P&gt;Even if you have a standard build, and include a forwarder as part of your standard build, you'll still have systems which end up as "exceptions" for whatever reason.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;RE: (3) splunk can listen for syslog inputs directly.  You don't need to do this manually.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Missing:  You can scp the data back to the indexer with a scripted input, or a job scheduler, or cron.  Then pick the data up with the local file system.   This can be handy when you want to grab some data off a production server without having to submit a change control to install something new, or change anything on that server.  &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;   Also, sometimes the log files are created that way - the result of batch jobs, and it hardly seems worthwhile running a full time splunk forwarder when you only need the output from a batch job once per day.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Another architecture option:&lt;/P&gt;

&lt;P&gt;Sometimes you might want to forward the splunk data to another forwarder, and then send it to the indexer from there.&lt;/P&gt;

&lt;P&gt;I can think of two reasons off the top of my head:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;You want to minimize the number
of holes in a firewall that you have
to open, so you designate one relay
box to pull everything from the
other side of the firewall and send
it through.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;You want to run lightweight
    forwarders on your production
    systems, but need a "full fledged"
    forwarder to do filtering before the
    data ends up on the indexer.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;A Note on NFS:&lt;/P&gt;

&lt;P&gt;It is slow.  If you have a lot of log files, you will quickly run into latency issues.  On the other hand, it is usually quick and easy to set up, and can dramatically shorten the deployment time for many low volume sources.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;I would argue which solution is "best" depends on what you are trying to do and what kind of data you are working with.  That is why there are so many possible solutions.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 01:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77209#M15790</guid>
      <dc:creator>rotten</dc:creator>
      <dc:date>2010-10-26T01:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77210#M15791</link>
      <description>&lt;P&gt;Thanks! Added...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77210#M15791</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2010-10-26T04:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for getting data into Splunk without a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77211#M15792</link>
      <description>&lt;P&gt;Re: (3), yes Splunk can read from network ports, but having Splunk monitor a syslog-written file is a best practice so Splunk doesn't lose data during restarts. /// Re: Missing, that's what I meant by (6). /// I added multi-tiered to the using forwarding line - thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Best-practice-for-getting-data-into-Splunk-without-a-forwarder/m-p/77211#M15792</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2010-10-26T04:12:55Z</dc:date>
    </item>
  </channel>
</rss>

