<?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: Line graph of URL hits based on http code over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270374#M190057</link>
    <description>&lt;P&gt;Try this. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | where ResponseCode = 200 | timechart span=1h count by page limit=0 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Jul 2016 14:05:41 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-07-25T14:05:41Z</dc:date>
    <item>
      <title>Line graph of URL hits based on http code over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270373#M190056</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;

&lt;P&gt;I have 2 fields extracted -&lt;BR /&gt;
URL as page and HTTP Response code as ResponseCode&lt;BR /&gt;
I want to created a chart having multiple lines, each line showing the count of each different URLs having response code 200 over a period of time, maybe hourly or daily.&lt;BR /&gt;
How can I create the query for that.&lt;/P&gt;

&lt;P&gt;I did the below query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart count over ResponseCode by page usenull=f useother=f | where ResponseCode = 200
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I am unable to fit in the _time in the query to chart it in the x-axis.&lt;BR /&gt;
Can someone help me to get _time in x-axis and show the count of 200 ResponseCodes based on the multiple pages&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 13:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270373#M190056</guid>
      <dc:creator>nirmalya2006</dc:creator>
      <dc:date>2016-07-25T13:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph of URL hits based on http code over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270374#M190057</link>
      <description>&lt;P&gt;Try this. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | where ResponseCode = 200 | timechart span=1h count by page limit=0 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:05:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270374#M190057</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-25T14:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph of URL hits based on http code over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270375#M190058</link>
      <description>&lt;P&gt;This helped not only the one in the question, but another of my query also.&lt;BR /&gt;
Thank you very much.. &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 16:16:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-graph-of-URL-hits-based-on-http-code-over-time/m-p/270375#M190058</guid>
      <dc:creator>nirmalya2006</dc:creator>
      <dc:date>2016-07-25T16:16:51Z</dc:date>
    </item>
  </channel>
</rss>

