<?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 can I display website http status as a colour coded dashboard item? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280620#M17780</link>
    <description>&lt;P&gt;This is my panel for HTTP Codes by time fed from IIS.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;chart&amp;gt;
    &amp;lt;title&amp;gt;HTTP Codes by Time&amp;lt;/title&amp;gt;
    &amp;lt;searchString&amp;gt;index=idx_appdev $hostgroup$ sourcetype=iis*  |timechart $timechart$ count by iis_http_code limit=20 useother=f&amp;lt;/searchString&amp;gt;
    &amp;lt;earliestTime&amp;gt;$field1.earliest$&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;$field1.latest$&amp;lt;/latestTime&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.seriesColors"&amp;gt;[0x007eff,0xff8400,0x6fd600,0xd3d3d3]&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Jul 2016 17:50:23 GMT</pubDate>
    <dc:creator>JDukeSplunk</dc:creator>
    <dc:date>2016-07-26T17:50:23Z</dc:date>
    <item>
      <title>How can I display website http status as a colour coded dashboard item?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280615#M17775</link>
      <description>&lt;P&gt;I am new to Splunk. I am working on a dashboard that displays data from all the primary endpoints within our production stack. On this dashboard I will like to show the http status of all of our websites, preferably in a colour coded format (e.g. 404, 503 would be red, 200 would be green etc).&lt;/P&gt;

&lt;P&gt;I have been messing around with the search function and reading some forums but I am unable to find out how to do this. It would essentially just be a curl -v (?) of the website and a grep of the status.&lt;/P&gt;

&lt;P&gt;Ideally the data would be displayed in a dashboard like this:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.website1.com"&gt;www.website1.com&lt;/A&gt; = STATUS | &lt;A href="http://www.website2.com"&gt;www.website2.com&lt;/A&gt; = STATUS | etc.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 02:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280615#M17775</guid>
      <dc:creator>funben123</dc:creator>
      <dc:date>2016-07-26T02:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display website http status as a colour coded dashboard item?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280616#M17776</link>
      <description>&lt;P&gt;Would you be displaying it as a single value visualization or something else?&lt;/P&gt;

&lt;P&gt;This is a copy paste from another answer but &lt;/P&gt;

&lt;P&gt;Option 1: range map in a table&lt;BR /&gt;
See the Splunk dashboard example app &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt; for some examples of how to do this. Specifically, you will want to check out “Table Icon Set (Rangemap)”.&lt;/P&gt;

&lt;P&gt;Option 2: use custom CSS&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 04:14:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280616#M17776</guid>
      <dc:creator>svercelli</dc:creator>
      <dc:date>2016-07-26T04:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display website http status as a colour coded dashboard item?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280617#M17777</link>
      <description>&lt;P&gt;Yes as a single value for each website. So they'd display at 200 in green, or 404, 503 etc in red.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 05:04:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280617#M17777</guid>
      <dc:creator>funben123</dc:creator>
      <dc:date>2016-07-26T05:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display website http status as a colour coded dashboard item?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280618#M17778</link>
      <description>&lt;P&gt;Additionally, in the format tab in the single value visualization there is a colors option where you can select ranges, its not set for single number values but if you add multiple ranges it should be good. (I post this as a comment not an answer because I don't have enough karma to post more replies today)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 05:10:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280618#M17778</guid>
      <dc:creator>svercelli</dc:creator>
      <dc:date>2016-07-26T05:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display website http status as a colour coded dashboard item?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280619#M17779</link>
      <description>&lt;P&gt;I've seen this option in a dashboard used in by the Nest Home Thermostat app. &lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/1729/#/overview"&gt;https://splunkbase.splunk.com/app/1729/#/overview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Edit source of the Dashboard and try dropping in. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.seriesColors"&amp;gt;[0x007eff,0xff8400,0x6fd600,0xd3d3d3]&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.gaugeColors"&amp;gt;[0xFFFFFF,0x6cb8ca,0x7e9f44,0xd13b3b]&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with the other panel options. See if you can tweak it to make it work for you. &lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 17:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280619#M17779</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2016-07-26T17:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I display website http status as a colour coded dashboard item?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280620#M17780</link>
      <description>&lt;P&gt;This is my panel for HTTP Codes by time fed from IIS.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;chart&amp;gt;
    &amp;lt;title&amp;gt;HTTP Codes by Time&amp;lt;/title&amp;gt;
    &amp;lt;searchString&amp;gt;index=idx_appdev $hostgroup$ sourcetype=iis*  |timechart $timechart$ count by iis_http_code limit=20 useother=f&amp;lt;/searchString&amp;gt;
    &amp;lt;earliestTime&amp;gt;$field1.earliest$&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;$field1.latest$&amp;lt;/latestTime&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.legend.placement"&amp;gt;right&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.seriesColors"&amp;gt;[0x007eff,0xff8400,0x6fd600,0xd3d3d3]&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Jul 2016 17:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-display-website-http-status-as-a-colour-coded/m-p/280620#M17780</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2016-07-26T17:50:23Z</dc:date>
    </item>
  </channel>
</rss>

