<?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: Network Monitoring between Enterprise Security Search Head and Indexers in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349069#M64093</link>
    <description>&lt;P&gt;hello there,&lt;BR /&gt;
you can use the eval len function on data from the particular search head you are after.&lt;BR /&gt;
here is the code:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index = _internal OR index = _audit host = &amp;lt;YourSearchHeadHere&amp;gt;
    | eval total_bytes = len(_raw)
    | eval bytes_kb = round(total_bytes/1024, 2)
    | eval bytes_mb = round(total_bytes/1024/1024, 2)
    | eval bytes_gb = round(total_bytes/1024/1024/1024, 2)
    | stats sum(bytes_*) as total_internal_audit_*  by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;here is a screenshot:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3308i88A7183482910140/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Aug 2017 18:15:14 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2017-08-06T18:15:14Z</dc:date>
    <item>
      <title>Network Monitoring between Enterprise Security Search Head and Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349066#M64090</link>
      <description>&lt;P&gt;Is it possible set up a monitoring of the data transfer rates between search head and indexer. &lt;BR /&gt;
We are especially interested in the amount of data transferred for the scheduled searches that Enterprise Security runs every day. The transferred data per hour, ideally in form of a chart and a total value per day.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 11:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349066#M64090</guid>
      <dc:creator>shedalkar</dc:creator>
      <dc:date>2017-08-05T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Network Monitoring between Enterprise Security Search Head and Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349067#M64091</link>
      <description>&lt;P&gt;do you mean the amount of internal data that goes to _audit, _internal indexes?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 21:58:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349067#M64091</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-08-05T21:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Network Monitoring between Enterprise Security Search Head and Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349068#M64092</link>
      <description>&lt;P&gt;yes. So is it possible to monitor this ? If yes, can you please let us know how ?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2017 10:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349068#M64092</guid>
      <dc:creator>shedalkar</dc:creator>
      <dc:date>2017-08-06T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Network Monitoring between Enterprise Security Search Head and Indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349069#M64093</link>
      <description>&lt;P&gt;hello there,&lt;BR /&gt;
you can use the eval len function on data from the particular search head you are after.&lt;BR /&gt;
here is the code:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    index = _internal OR index = _audit host = &amp;lt;YourSearchHeadHere&amp;gt;
    | eval total_bytes = len(_raw)
    | eval bytes_kb = round(total_bytes/1024, 2)
    | eval bytes_mb = round(total_bytes/1024/1024, 2)
    | eval bytes_gb = round(total_bytes/1024/1024/1024, 2)
    | stats sum(bytes_*) as total_internal_audit_*  by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;here is a screenshot:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3308i88A7183482910140/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2017 18:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-Monitoring-between-Enterprise-Security-Search-Head-and/m-p/349069#M64093</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-08-06T18:15:14Z</dc:date>
    </item>
  </channel>
</rss>

