<?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: Limit incoming data? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89897#M1501</link>
    <description>&lt;P&gt;Can you get Splunk to divide your license into multiple smaller licenses?  Then you could start a separate indexer for each customer (on the same server).   &lt;/P&gt;

&lt;P&gt;You could configure them all as search-peers for your own searching purposes.&lt;/P&gt;

&lt;P&gt;You could also customize apps and look and feel for each of the customers if you had this configuration.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2010 02:35:30 GMT</pubDate>
    <dc:creator>rotten</dc:creator>
    <dc:date>2010-11-17T02:35:30Z</dc:date>
    <item>
      <title>Limit incoming data?</title>
      <link>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89895#M1499</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I'm considering to build a shared Splunk instance and offer it to our hosting customers. Each customers data goes to their own index and their search scope is limited to that index, so security/customer separation is ok.&lt;/P&gt;

&lt;P&gt;But if a single customer suddenly generates more data, than our license permits, then he can block the other customers from searching (well - if it happens 7 times in a rolling 30 days, at least). That situation is of cause not acceptable.&lt;/P&gt;

&lt;P&gt;Is there any way to stop incoming data or limit it to a certain amount?&lt;/P&gt;

&lt;P&gt;Best regards,
Karsten&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2010 21:13:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89895#M1499</guid>
      <dc:creator>karthy</dc:creator>
      <dc:date>2010-11-16T21:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Limit incoming data?</title>
      <link>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89896#M1500</link>
      <description>&lt;P&gt;You can edit &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Limitsconf" rel="nofollow"&gt;limits.conf&lt;/A&gt; to set a maximum thruput variable. If applied at an indexer this will limit the indexer to a certain volume per second. You can set maxKBps to a number that will work out to your license size over 24 hours. If your license is 30 GB for example, you should set maxKBps to 364 (30*1024*1024/24/60/60):
limits.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput]
maxKBps = 364
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I am not sure how fair the indexer limiting is when you are getting data from a lot of sources. Not sure if anything may get favored treatment.&lt;/P&gt;

&lt;P&gt;To ensure a fair distribution, you could use (lightweight) forwarders to get the data into Splunk. Theno you could edit &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Limitsconf" rel="nofollow"&gt;limits.conf&lt;/A&gt; on each forwarder and set maxKBps to a number that will not blow your license.&lt;/P&gt;

&lt;P&gt;For example, let's say you have a 30 GB/day license, and 10 customers. In order to not blow your license, you will allow every customer 3 GB/day of indexed volume. That works out to be about 36 KBps per customer (3*1024/24/60/60) if you have data coming in over a 24 hour period. If you have 3 forwarders per customer, you could limit each at 12 KBps in limits.conf to be guaranteed not to blow your index limit:&lt;/P&gt;

&lt;P&gt;limits.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput]
maxKBps = 12
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now this is kind of a pain in the butt to do, so I would probably go with the indexer limiting at first, forwarder second. Oh, or just buy a bigger license! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2010 21:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89896#M1500</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-11-16T21:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limit incoming data?</title>
      <link>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89897#M1501</link>
      <description>&lt;P&gt;Can you get Splunk to divide your license into multiple smaller licenses?  Then you could start a separate indexer for each customer (on the same server).   &lt;/P&gt;

&lt;P&gt;You could configure them all as search-peers for your own searching purposes.&lt;/P&gt;

&lt;P&gt;You could also customize apps and look and feel for each of the customers if you had this configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2010 02:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89897#M1501</guid>
      <dc:creator>rotten</dc:creator>
      <dc:date>2010-11-17T02:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limit incoming data?</title>
      <link>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89898#M1502</link>
      <description>&lt;P&gt;It might be better to sub-divide the licenses and use different Indexers vs. limiting the bandwidth via limits.conf. &lt;/P&gt;

&lt;P&gt;On Splunk 4.2 you can create different licensing pools for your different Indexers without asking Splunk's Support to cut the license into smaller licenses. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 11:26:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Limit-incoming-data/m-p/89898#M1502</guid>
      <dc:creator>silvermail</dc:creator>
      <dc:date>2010-11-18T11:26:31Z</dc:date>
    </item>
  </channel>
</rss>

