<?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 make a line chart that shows the up time of a forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267783#M51337</link>
    <description>&lt;P&gt;allen_edmonson,&lt;/P&gt;

&lt;P&gt;Have you taken a look at "Settings" then the "Monitoring Console"? Enabling Forwarder Monitor will allow you to build these reports pretty quickly.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/DMC/Configureforwardermonitoring"&gt;Splunk Docs :: Set up Forwarder Monitoring&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Adam&lt;/P&gt;</description>
    <pubDate>Wed, 07 Dec 2016 18:54:39 GMT</pubDate>
    <dc:creator>adamsaul</dc:creator>
    <dc:date>2016-12-07T18:54:39Z</dc:date>
    <item>
      <title>How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267781#M51335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have a number of forwarders in our Splunk Enterprise. And I've been asked to chart the "uptime" of the forwarders in a monthly report. I've no idea how to do that.&lt;/P&gt;

&lt;P&gt;I have made an alert to email me using the &lt;CODE&gt;metadata&lt;/CODE&gt; command based on type=host if an index hasn't been received in the last 300 seconds. But I need a chart showing when it has been up or down...&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Allen&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 18:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267781#M51335</guid>
      <dc:creator>allen_edmondso1</dc:creator>
      <dc:date>2016-12-07T18:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267782#M51336</link>
      <description>&lt;P&gt;When you use the metadata command, what index do you use? (or if you can provide your metadata command). One way would to be use a timechart command to see when there was an event appearing in (that) index from the host. This can be expensive based on which index is being used (how much data that index has). Other option would be setup a summary index to capture the trend/timechart data at frequent interval and chart based off summary index data (already summarized so will be optimal).&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 18:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267782#M51336</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-07T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267783#M51337</link>
      <description>&lt;P&gt;allen_edmonson,&lt;/P&gt;

&lt;P&gt;Have you taken a look at "Settings" then the "Monitoring Console"? Enabling Forwarder Monitor will allow you to build these reports pretty quickly.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/DMC/Configureforwardermonitoring"&gt;Splunk Docs :: Set up Forwarder Monitoring&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 18:54:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267783#M51337</guid>
      <dc:creator>adamsaul</dc:creator>
      <dc:date>2016-12-07T18:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267784#M51338</link>
      <description>&lt;P&gt;Thanks for your answers. I am not at work at the moment... so can't get the exact search. But it was based on one of the examples for the metadata command. @Somesoni2, can you give an example of the summery index data option? Say I am using only one index..&lt;BR /&gt;
I will also look at the forwarder monitoring option when I get in to work....thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 19:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267784#M51338</guid>
      <dc:creator>allenedmondson</dc:creator>
      <dc:date>2016-12-07T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267785#M51339</link>
      <description>&lt;P&gt;Some good readings are available here on summary indexing&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Knowledge/Usesummaryindexing"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Knowledge/Usesummaryindexing&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.splunk.com/view/SP-CAAACZW"&gt;http://www.splunk.com/view/SP-CAAACZW&lt;/A&gt;  (video)&lt;BR /&gt;
&lt;A href="https://wiki.splunk.com/Community:Summary_Indexing"&gt;https://wiki.splunk.com/Community:Summary_Indexing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 19:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267785#M51339</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-07T19:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267786#M51340</link>
      <description>&lt;P&gt;This is the search that generates the alert if I don't see anything in the last 5 minutes:&lt;/P&gt;

&lt;P&gt;| metadata type=hosts index=Exchange  | convert ctime(RecentTime) as recent_Time | where lastTime &amp;lt; (now() - 300) | convert timeformat="%d/%b/%Y %H:%M:%S" ctime(recentTime) | convert timeformat="%d/%b/%Y %H:%M:%S" ctime(lastTime) | convert timeformat="%d/%b/%Y %H:%M:%S" ctime(firstTime) &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 09:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267786#M51340</guid>
      <dc:creator>allenedmondson</dc:creator>
      <dc:date>2016-12-08T09:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a line chart that shows the up time of a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267787#M51341</link>
      <description>&lt;P&gt;allenedmondson,&lt;/P&gt;

&lt;P&gt;Glad it worked out for you!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 15:53:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-a-line-chart-that-shows-the-up-time-of-a-forwarder/m-p/267787#M51341</guid>
      <dc:creator>adamsaul</dc:creator>
      <dc:date>2016-12-12T15:53:18Z</dc:date>
    </item>
  </channel>
</rss>

