<?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 track the bundle size on indexers over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302174#M165721</link>
    <description>&lt;P&gt;Try using the rest api to get the bundle size:&lt;/P&gt;

&lt;P&gt;| rest splunk_server=local /services/search/distributed/bundle-replication-files | table size&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 19:02:33 GMT</pubDate>
    <dc:creator>sjohnson_splunk</dc:creator>
    <dc:date>2019-10-14T19:02:33Z</dc:date>
    <item>
      <title>How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302168#M165715</link>
      <description>&lt;P&gt;Hi all, I wanted to set up an alert to monitor the bundle size if the size is about to reach the limit.  I am able to get the "max_content_length" for all indexers from a rest call, but I am unable to get the bundle size across all my indexers over time.  Any clues? &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302168#M165715</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2020-09-29T16:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302169#M165716</link>
      <description>&lt;P&gt;If you meant the Search Head bundle that gets distributed to all the peers, you can try something like below. Depending on the version you are running the component name might slightly differ&lt;/P&gt;

&lt;PRE&gt;
index=_internal sourcetype=splunkd component=DistributedBundleReplicationManager bundle_size=* | eval bfs=rtrim(bundle_size, "KB") | eval bundle_size_MB = bfs/1024 |timechart span=15m avg(bundle_size_MB) max(bundle_size_MB)by host
&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:05:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302169#M165716</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2017-10-10T17:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302170#M165717</link>
      <description>&lt;P&gt;Hi.  I am only able to see the bundle size from my search heads, but none of them are from the indexers.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:35:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302170#M165717</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2017-10-10T17:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302171#M165718</link>
      <description>&lt;P&gt;Those are the same bundles that go to the indexers.. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:48:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302171#M165718</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2017-10-10T20:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302172#M165719</link>
      <description>&lt;P&gt;I got the bundle size when run the search on DMC.  I wonder why I got different max(bundle_size_MB) across all the indexers.  Is it expected?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:13:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302172#M165719</guid>
      <dc:creator>splunkrocks2014</dc:creator>
      <dc:date>2020-09-29T16:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302173#M165720</link>
      <description>&lt;P&gt;The above search does only appear if the distribution took longer than 10s or 10'000ms. Is there a way to know/get the bundle size even there is no WARN-message? Did somebody figure this.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 09:47:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302173#M165720</guid>
      <dc:creator>benlc</dc:creator>
      <dc:date>2018-01-03T09:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302174#M165721</link>
      <description>&lt;P&gt;Try using the rest api to get the bundle size:&lt;/P&gt;

&lt;P&gt;| rest splunk_server=local /services/search/distributed/bundle-replication-files | table size&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 19:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302174#M165721</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2019-10-14T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to track the bundle size on indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302175#M165722</link>
      <description>&lt;P&gt;if you want to track over time, collect the timestamp and size fields on some regular basis and output to a lookup or csv file&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 19:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-track-the-bundle-size-on-indexers-over-time/m-p/302175#M165722</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2019-10-14T19:04:58Z</dc:date>
    </item>
  </channel>
</rss>

