<?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 How to make a table with 3 datas in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446597#M126684</link>
    <description>&lt;P&gt;Each day i execute my search &lt;BR /&gt;
This search give me the number of events with status OK or KO by enterprise&lt;/P&gt;

&lt;P&gt;nameEnterprise        OK    KO&lt;BR /&gt;
Enterprise1                  4   0&lt;BR /&gt;&lt;BR /&gt;
Enterprise2           76     0&lt;BR /&gt;&lt;BR /&gt;
Enterprise3               4  0  &lt;/P&gt;

&lt;P&gt;I'd like to see in my dashboard the result of my search for severals days&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                      day1      day2      day3  
                     OK KO    OK KO   OK KO 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Enterprise1       4  0         83  3       1  0 &lt;BR /&gt;
Enterprise2     76  0          5  1       5  0 &lt;BR /&gt;
Enterprise3       4  1        15  0     12  2 &lt;/P&gt;

&lt;P&gt;Is it possible ?&lt;/P&gt;

&lt;P&gt;sorry for the presentation of tables&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 09:24:17 GMT</pubDate>
    <dc:creator>faribole</dc:creator>
    <dc:date>2018-06-14T09:24:17Z</dc:date>
    <item>
      <title>How to make a table with 3 datas</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446597#M126684</link>
      <description>&lt;P&gt;Each day i execute my search &lt;BR /&gt;
This search give me the number of events with status OK or KO by enterprise&lt;/P&gt;

&lt;P&gt;nameEnterprise        OK    KO&lt;BR /&gt;
Enterprise1                  4   0&lt;BR /&gt;&lt;BR /&gt;
Enterprise2           76     0&lt;BR /&gt;&lt;BR /&gt;
Enterprise3               4  0  &lt;/P&gt;

&lt;P&gt;I'd like to see in my dashboard the result of my search for severals days&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                      day1      day2      day3  
                     OK KO    OK KO   OK KO 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Enterprise1       4  0         83  3       1  0 &lt;BR /&gt;
Enterprise2     76  0          5  1       5  0 &lt;BR /&gt;
Enterprise3       4  1        15  0     12  2 &lt;/P&gt;

&lt;P&gt;Is it possible ?&lt;/P&gt;

&lt;P&gt;sorry for the presentation of tables&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 09:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446597#M126684</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2018-06-14T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table with 3 datas</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446598#M126685</link>
      <description>&lt;P&gt;The question is not clear,but as per my understanding you need to plot a table with enterprisename status and Days,you can use chart command for this:&lt;/P&gt;

&lt;P&gt;your search |chart status OVER Days BY enterprisename&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 09:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446598#M126685</guid>
      <dc:creator>ansif</dc:creator>
      <dc:date>2018-06-14T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table with 3 datas</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446599#M126686</link>
      <description>&lt;P&gt;What i want to do&lt;/P&gt;

&lt;P&gt;Before&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5166iAB7FAA59D2DDC692/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;After&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5167iD3AB930789EB7C94/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446599#M126686</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2018-06-14T11:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a table with 3 datas</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446600#M126687</link>
      <description>&lt;P&gt;Splunk doesn't support two-level columns or merged cells. You can however have the columns like &lt;CODE&gt;Date1: KO,   Date1: OK&lt;/CODE&gt; . If you would've shared you search, we could provide better answer, but it'll something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search 
| eval DayStatus=strftime(_time,"%F").":".Status
| chart count over nameEnterprise by DayStatus
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-make-a-table-with-3-datas/m-p/446600#M126687</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-06-14T14:54:15Z</dc:date>
    </item>
  </channel>
</rss>

