<?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 can I send logs using forwarded to Splunk at the fastest speed possible? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267802#M51349</link>
    <description>&lt;P&gt;If you are talking about using a Universal Forwarder to forward the data from your Linux box, you need to disable the default throughput limit of 256KBps in limits.conf. Create a limits.conf file in /opt/splunkforwarder/etc/system/local and enter this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput] 
maxKBps = 0  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;'0' means no throughput limitation. The forwarder will send data as fast as it can read it from the source(s) and get it out to the indexers. If you are using a Universal Forwarder version 6.3.x, you can increase throughput by configuring multiple pipeline sets.&lt;BR /&gt;
Details for that are &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1/Indexer/Pipelinesets#Configure_pipeline_sets_on_a_forwarder"&gt;here&lt;/A&gt;&lt;BR /&gt;
This will cause the forwarder to process multiple input and output streams in parallel, effectively making a single forwarder behave as if it were multiple instances.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2015 07:42:49 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2015-12-09T07:42:49Z</dc:date>
    <item>
      <title>How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267801#M51348</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a Linux box which has 10 Gb interface.&lt;BR /&gt;
Is there any way, I can send logs without throttling them at the fastest rate possible?&lt;BR /&gt;
I have about 200G of logs.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267801#M51348</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-09T05:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267802#M51349</link>
      <description>&lt;P&gt;If you are talking about using a Universal Forwarder to forward the data from your Linux box, you need to disable the default throughput limit of 256KBps in limits.conf. Create a limits.conf file in /opt/splunkforwarder/etc/system/local and enter this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput] 
maxKBps = 0  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;'0' means no throughput limitation. The forwarder will send data as fast as it can read it from the source(s) and get it out to the indexers. If you are using a Universal Forwarder version 6.3.x, you can increase throughput by configuring multiple pipeline sets.&lt;BR /&gt;
Details for that are &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.1/Indexer/Pipelinesets#Configure_pipeline_sets_on_a_forwarder"&gt;here&lt;/A&gt;&lt;BR /&gt;
This will cause the forwarder to process multiple input and output streams in parallel, effectively making a single forwarder behave as if it were multiple instances.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 07:42:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267802#M51349</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-09T07:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267803#M51350</link>
      <description>&lt;P&gt;Hi ssievert!&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Few more questions:&lt;BR /&gt;
1.What is the maximum pipelines I can have?&lt;BR /&gt;
and to configure that pipeline, I just need to set &lt;STRONG&gt;parallelIngestionPipelines=2&lt;/STRONG&gt;  in  /opt/splunkforwarder/etc/system/local/server.conf&lt;BR /&gt;
 2. Also, what about "maxQueueSize" ? where is that needs to be set? Do I need to set this  one too?&lt;BR /&gt;
 What I am trying to do is to test my linux box in term of CPU when I have the worst possible settings. Meanning when the forwarder is forwarding as much as possible. I would like to see how my box will perform. Like I said I have &amp;gt; 200Gb.&lt;BR /&gt;
thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 15:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267803#M51350</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-09T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267804#M51351</link>
      <description>&lt;P&gt;There is no product-enforced limit that I am aware of, but you should be careful about setting it too high. There are multiple consequences with respect to resource usage, both on the forwarder itself as well as the indexer(s). Besides memory and CPU usage, it also affects the number of TCP connections established to your indexing tier (2 per processing pipeline)  and you may overwhelm your indexers, if you don't have enough indexing capacity to process an non-throttled event stream.&lt;BR /&gt;
I would not mess with the default queue size settings. &lt;/P&gt;

&lt;P&gt;Not sure what you are trying to achieve with your test, since maxing out forwarder resource usage will impact resources available to the workloads you really want to run on the server. The whole design point of the UF is to provide a collection mechanism that has the least possible amount of resource overhead. I would rather look for signs of slowdowns in the end-to-end event processing first by comparing event timestamps to index_time timestamps as discussed (for example) &lt;A href="https://answers.splunk.com/answers/48731/determining-logging-lag-and-device-feed-monitoring.html"&gt;here&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, what does it mean when you say you have &amp;gt;200GB? 200GB of log data per day? &lt;/P&gt;

&lt;P&gt;In any case, watch your splunkd.log during the test for messages that indicate blocked queues, which will tell you when event processing is starting to choke. Also, watch your indexer event processing queues during your test and you will see whether your indexers can keep up with an non-throttled event stream. &lt;BR /&gt;
Your event processing speed will be constrained by the slowest piece of the pipeline, which in most (if not all) cases will be your indexer's storage subsystem. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 18:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267804#M51351</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-09T18:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267805#M51352</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;
So, you do not recommend changing queu size? By the way, where would I change it?&lt;/P&gt;

&lt;P&gt;Also, yes I have 200GB log data per day, in var/log dirrectory. &lt;BR /&gt;
Huge amount of logs including .gz&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 18:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267805#M51352</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-09T18:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267806#M51353</link>
      <description>&lt;P&gt;Yes, I would not adjust queue sizes unless you thoroughly understand what you are doing. If events are flowing 'freely', default queue sizes should be all you need.  The various queues are configured in server.conf.&lt;/P&gt;

&lt;P&gt;If a large number of your log source files are .gz, you'll probably see CPU utilization increase noticeably as you increase parallel processing, since the ArchiveProcessor will unzip each file (CPU-bound workload).&lt;BR /&gt;
FYI, on an unconstrained forwarder you should see data being forwarded at a rate of at least 10MB/s, likely more if your indexers keep up. This would put you in the TB/day range, so if everything is configured properly, 200GB/day is not going to be an issue.  &lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 19:23:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267806#M51353</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-09T19:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267807#M51354</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;
I would be interested to set up so that I can forward 200GB/day/&lt;BR /&gt;
Do you knoe how I can configure correctly?&lt;/P&gt;

&lt;P&gt;Thank you &lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267807#M51354</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-09T21:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267808#M51355</link>
      <description>&lt;P&gt;If you set maxKBps=0 as outlined earlier, your forwarder should do 200GB/day. &lt;STRONG&gt;IF&lt;/STRONG&gt; your indexers can keep up.&lt;/P&gt;

&lt;P&gt;200G/day is around 2.5MB/sec. If you don't see that happen, you can try parallel pipelines (start with 2). If you still don't see it happen, you have bottlenecks elsewhere.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267808#M51355</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-09T22:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267809#M51356</link>
      <description>&lt;P&gt;Thank you! I will try that.&lt;BR /&gt;
My indexers are running on Windows Server machine.&lt;BR /&gt;
How can tell if my indexers are keeping up??&lt;/P&gt;

&lt;P&gt;thanks,&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:45:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267809#M51356</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-09T23:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267810#M51357</link>
      <description>&lt;P&gt;Hi ssievert,&lt;BR /&gt;
Got a question&lt;BR /&gt;
I am looking at this log:&lt;BR /&gt;
12-10-2015 18:02:53.587 +0000 INFO  Metrics - group=thruput, name=thruput, instantaneous_kbps=2670.719671, instantaneous_eps=302.548709, &lt;STRONG&gt;average_kbps=2681.834249,&lt;/STRONG&gt; total_k_processed=3573461.000000, kb=82792.221680, ev=9379.000000, load_average=0.230000&lt;/P&gt;

&lt;P&gt;is that the value of my throuput ?&lt;BR /&gt;
Thanks&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267810#M51357</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2020-09-29T08:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267811#M51358</link>
      <description>&lt;P&gt;From a specific host, yes. Look at the host field associated with the event to see which host is reporting this.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267811#M51358</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-10T18:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267812#M51359</link>
      <description>&lt;P&gt;"How can tell if my indexers are keeping up??"&lt;/P&gt;

&lt;P&gt;You use either the Distributed Management Console (recommended for 6.x) to look at your indexing performance, or you install the Splunk on Splunk App and use the dashboards in there to look at your processing queues.&lt;/P&gt;

&lt;P&gt;If your indexers cannot keep up, you will ultimately see messages in your forwarder splunkd.log that indicate blocked processing queues.&lt;BR /&gt;
I recommend reading up &lt;A href="https://wiki.splunk.com/Community:TroubleshootingBlockedQueues"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267812#M51359</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-10T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267813#M51360</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 20:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267813#M51360</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-10T20:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send logs using forwarded to Splunk at the fastest speed possible?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267814#M51361</link>
      <description>&lt;P&gt;You are welcome. Please accept my answer, so this thread shows as "answered".&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 20:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-send-logs-using-forwarded-to-Splunk-at-the-fastest/m-p/267814#M51361</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-12-10T20:29:11Z</dc:date>
    </item>
  </channel>
</rss>

