<?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: Why is my search to chart server errors per host over a 24 hour period not working? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438207#M7930</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;host="*" | bin span=1d _time| stats count(sc_status)  as count by host sc_status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 18 Oct 2018 20:34:00 GMT</pubDate>
    <dc:creator>Vijeta</dc:creator>
    <dc:date>2018-10-18T20:34:00Z</dc:date>
    <item>
      <title>Why is my search to chart server errors per host over a 24 hour period not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438206#M7929</link>
      <description>&lt;P&gt;Hey all,  &lt;/P&gt;

&lt;P&gt;I am trying to show all iis errors separated by host over a 24 hour period.  But, when I run the below command, it completes and says it has 200,000 plus results, but nothing shows up in the graph.  Can anyone assist? &lt;/P&gt;

&lt;P&gt;Thanks. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="**"  | chart list(host) over time by count(sc_status) span=1d
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Oct 2018 18:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438206#M7929</guid>
      <dc:creator>synking</dc:creator>
      <dc:date>2018-10-18T18:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search to chart server errors per host over a 24 hour period not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438207#M7930</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;host="*" | bin span=1d _time| stats count(sc_status)  as count by host sc_status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Oct 2018 20:34:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438207#M7930</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2018-10-18T20:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search to chart server errors per host over a 24 hour period not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438208#M7931</link>
      <description>&lt;P&gt;Thank you this gets me more than I was able to before.  But the chart will only show one server.  Is there a  way to show all servers and separate the status by status type instead of total count&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 11:52:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438208#M7931</guid>
      <dc:creator>synking</dc:creator>
      <dc:date>2018-10-19T11:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search to chart server errors per host over a 24 hour period not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438209#M7932</link>
      <description>&lt;P&gt;I was able to get the results I wanted by using the below command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|bin _time span=1d | chart sum(sc_status) list(sort(sc_status)) by host,sc_status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:23:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Why-is-my-search-to-chart-server-errors-per-host-over-a-24-hour/m-p/438209#M7932</guid>
      <dc:creator>synking</dc:creator>
      <dc:date>2018-10-19T15:23:13Z</dc:date>
    </item>
  </channel>
</rss>

