<?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 do HTTP address health check in Splunk? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219472#M13632</link>
    <description>&lt;P&gt;Hmm, I think the question was more related to monitor a remote web page within Splunk not to monitor Splunk. There used to be a pinger and web mon app which do exactly this.....&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2015 23:33:18 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-09-14T23:33:18Z</dc:date>
    <item>
      <title>How to do HTTP address health check in Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219469#M13629</link>
      <description>&lt;P&gt;We have HTTP address (&lt;A href="http://webapplication/webcontext/health.jsp"&gt;http://webapplication/webcontext/health.jsp&lt;/A&gt;) to check application health.&lt;BR /&gt;
How do we create a Splunk dashboard to monitor the above http address instead of hitting the address on a  browser every time?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:56:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219469#M13629</guid>
      <dc:creator>ramuvalivarthi</dc:creator>
      <dc:date>2015-09-11T13:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to do HTTP address health check in Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219470#M13630</link>
      <description>&lt;P&gt;I think you need a &lt;CODE&gt;Scripted Input&lt;/CODE&gt; that uses &lt;CODE&gt;curl&lt;/CODE&gt; (or similar) that hits that website periodically (every 10 minutes?) and then send that to Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219470#M13630</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-09-11T15:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to do HTTP address health check in Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219471#M13631</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;You can use Splunk's REST interface.  Here is one which does not require authentication of course this assume default ports.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k &lt;A href="https://localhost:8089/services/server/info" target="test_blank"&gt;https://localhost:8089/services/server/info&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Other if you want to authenticate are&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server/status
server/introspection
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.6/RESTREF/RESTlist"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.6/RESTREF/RESTlist&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Depending on your appliance of device you would just have it search for some text in response.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 23:30:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219471#M13631</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2015-09-14T23:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to do HTTP address health check in Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219472#M13632</link>
      <description>&lt;P&gt;Hmm, I think the question was more related to monitor a remote web page within Splunk not to monitor Splunk. There used to be a pinger and web mon app which do exactly this.....&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 23:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219472#M13632</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-14T23:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to do HTTP address health check in Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219473#M13633</link>
      <description>&lt;P&gt;Hi ramuvalivarthi,&lt;/P&gt;

&lt;P&gt;there is an App which does exactly what you want, check it out here &lt;A href="https://splunkbase.splunk.com/app/1493/"&gt;https://splunkbase.splunk.com/app/1493/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 23:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-do-HTTP-address-health-check-in-Splunk/m-p/219473#M13633</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-14T23:45:14Z</dc:date>
    </item>
  </channel>
</rss>

