<?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: Unable to get field value wise segregation count through stats and timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516893#M145305</link>
    <description>&lt;P&gt;Got the answer with the below&lt;/P&gt;&lt;LI-SPOILER&gt;sourcetype=access_combined | eval action = if(isnull(action) OR action="", "unknown", action) | bin span=72h _time | stats count as totals by action, span(=_time,72h) | sort -_time,action​&lt;/LI-SPOILER&gt;</description>
    <pubDate>Sun, 30 Aug 2020 06:52:32 GMT</pubDate>
    <dc:creator>obularajud16</dc:creator>
    <dc:date>2020-08-30T06:52:32Z</dc:date>
    <item>
      <title>Field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516839#M145284</link>
      <description>&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ghj&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype=access_combined | eval action = if(isnull(action) OR action="", "Unknown", action) | timechart span=40h  values(action),count(action)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 04:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516839#M145284</guid>
      <dc:creator>obularajud16</dc:creator>
      <dc:date>2020-09-03T04:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get field value wise segregation count through stats and timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516842#M145285</link>
      <description>&lt;P&gt;sourcetype=access_combined | eval action = if(isnull(action) OR action="", "Unknown", action) | timechart span=40h count by action&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 09:39:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516842#M145285</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-29T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get field value wise segregation count through stats and timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516851#M145287</link>
      <description>&lt;P&gt;As I mentioned, i need data in row format not in column format to group by multiple fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;timechart span=40h count by action, status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 11:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516851#M145287</guid>
      <dc:creator>obularajud16</dc:creator>
      <dc:date>2020-08-29T11:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get field value wise segregation count through stats and timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516854#M145290</link>
      <description>&lt;P&gt;Easiest way is combine those values like:&lt;/P&gt;&lt;P&gt;eval a_s = action . "-".status&amp;nbsp;&lt;/P&gt;&lt;P&gt;| timechart span=40h count by a_s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you must start to play with bin + stats/chart/xyseries&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 12:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516854#M145290</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-29T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get field value wise segregation count through stats and timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516868#M145296</link>
      <description>&lt;LI-CODE lang="markup"&gt;sourcetype=access_combined 
| eval action = if(isnull(action) OR action="", "Unknown", action) 
| bin _time span=40h 
| chart count over _time by action&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 29 Aug 2020 16:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516868#M145296</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-29T16:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get field value wise segregation count through stats and timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516893#M145305</link>
      <description>&lt;P&gt;Got the answer with the below&lt;/P&gt;&lt;LI-SPOILER&gt;sourcetype=access_combined | eval action = if(isnull(action) OR action="", "unknown", action) | bin span=72h _time | stats count as totals by action, span(=_time,72h) | sort -_time,action​&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sun, 30 Aug 2020 06:52:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-values/m-p/516893#M145305</guid>
      <dc:creator>obularajud16</dc:creator>
      <dc:date>2020-08-30T06:52:32Z</dc:date>
    </item>
  </channel>
</rss>

