<?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 graph HTTP response codes in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412026#M27056</link>
    <description>&lt;P&gt;Actually this will be the field that contains your http codes. You will have to look ate your data sources and logs to find the name of this field.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 19:28:38 GMT</pubDate>
    <dc:creator>alonsocaio</dc:creator>
    <dc:date>2019-06-10T19:28:38Z</dc:date>
    <item>
      <title>How to graph HTTP response codes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412023#M27053</link>
      <description>&lt;P&gt;I am trying to filter HTTP error codes from my logs and graph the count and percentage in a dashboard.&lt;/P&gt;

&lt;P&gt;Thanks ahead of time!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 18:38:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412023#M27053</guid>
      <dc:creator>bryceweb22</dc:creator>
      <dc:date>2019-06-10T18:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph HTTP response codes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412024#M27054</link>
      <description>&lt;P&gt;If you want to filter just the HTTP error codes you can try something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=MY_INDEX (HTTP_METHOD=4* OR HTTP_METHOD=5*)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can use the  &lt;CODE&gt;stats&lt;/CODE&gt; or  &lt;CODE&gt;chart&lt;/CODE&gt; command to get count and percentage from your searches. In the visualizations tab you will be able to choose the chart visualization type to show your results&lt;/P&gt;

&lt;P&gt;Examples:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=MY_INDEX 
| chart count by HTTP_METHOD

index=MY_INDEX 
| stats count by HTTP_METHOD
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Jun 2019 19:18:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412024#M27054</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2019-06-10T19:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph HTTP response codes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412025#M27055</link>
      <description>&lt;P&gt;what do you mean by HTTP_METHOD?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 19:24:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412025#M27055</guid>
      <dc:creator>bryceweb22</dc:creator>
      <dc:date>2019-06-10T19:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph HTTP response codes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412026#M27056</link>
      <description>&lt;P&gt;Actually this will be the field that contains your http codes. You will have to look ate your data sources and logs to find the name of this field.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 19:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412026#M27056</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2019-06-10T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph HTTP response codes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412027#M27057</link>
      <description>&lt;P&gt;Hi Brycewe22,&lt;BR /&gt;
It would be helpful for you to post a sample of what your events with HTTP response codes look like.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 19:39:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-graph-HTTP-response-codes/m-p/412027#M27057</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-10T19:39:53Z</dc:date>
    </item>
  </channel>
</rss>

