<?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: multisearch in table format in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530065#M149758</link>
    <description>&lt;P&gt;There doesn't appear to be anything wrong, the absence of Completed and the other APIs from the results probably means they are absent from the events in your selected time period.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 10:44:56 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2020-11-19T10:44:56Z</dc:date>
    <item>
      <title>multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/529890#M149692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was trying to add 2 searches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| multisearch [search host=p-css* SRCreateRequest 400 | stats count as CreateSR 
            | appendcols [search host=p-css* SRUpdateRequest 400 | stats count as UpdateSR]
            | appendcols [search host=p-css*  SREscalateRequest 400 | stats count as EscalateSR]
            | appendcols [search host=p-css*  SRCloseRequest 400 | stats count as CloseSR]
            | eval type="400"]
	  [appendcols search host=p-css* SRCreateRequest Publisher: Completed | stats count as CreateSR 
            | appendcols [search host=p-css* SRUpdateRequest Publisher: Completed | stats count as UpdateSR]
            | appendcols [search host=p-css*  SREscalateRequest Publisher: Completed | stats count as EscalateSR]
            | appendcols [search host=p-css*  SRCloseRequest Publisher: Completed | stats count as CloseSR]
 | eval type="Completed"]
| chart count(Name) over 400 by Completed&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting error "Error in 'multisearch' command: Multisearch subsearches might only contain purely streaming operations (subsearch 1 contains a non-streaming command)."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expected output&amp;nbsp; will be having a table format:&lt;/P&gt;&lt;P&gt;giving some example here&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;API&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;400&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Completed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;CreateSR&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;30&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;UpdateSR&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;5&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;CloseSR&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;24&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 18 Nov 2020 11:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/529890#M149692</guid>
      <dc:creator>shashidharh</dc:creator>
      <dc:date>2020-11-18T11:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/529919#M149705</link>
      <description>&lt;P&gt;Appendcols is not a streaming command and cannot be used in multisearch.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 14:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/529919#M149705</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-11-18T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530022#M149738</link>
      <description>&lt;P&gt;ohk, what could be the good solution for this query to get above result ?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 03:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530022#M149738</guid>
      <dc:creator>shashidharh</dc:creator>
      <dc:date>2020-11-19T03:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530047#M149751</link>
      <description>&lt;P&gt;It depends what your data looks like!&lt;/P&gt;&lt;P&gt;Assuming you have fields API, status, publisher and completed,&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;host=p-css* (SRCreateRequest OR SRUpdateRequest OR SREscalateRequest OR SRCloseRequest) (400 OR (Publisher: AND Completed))
| eval fourhundred=if(status=400, 1, 0)
| eval complete=if(publisher="Publisher:" AND completed="Completed", 1, 0)
| stats sum(fourhundred) as "400" sum(complete) as Completed by API&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 08:12:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530047#M149751</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-11-19T08:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530051#M149754</link>
      <description>&lt;P&gt;yes, it is not giving the output..&lt;/P&gt;&lt;P&gt;but modified as below .. here all APIs are not showing along with "Completed"&lt;/P&gt;&lt;P&gt;anything wrong ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nov19.PNG" style="width: 683px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11980i88AF4A63E8A2C313/image-dimensions/683x198?v=v2" width="683" height="198" role="button" title="Nov19.PNG" alt="Nov19.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 08:59:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530051#M149754</guid>
      <dc:creator>shashidharh</dc:creator>
      <dc:date>2020-11-19T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530065#M149758</link>
      <description>&lt;P&gt;There doesn't appear to be anything wrong, the absence of Completed and the other APIs from the results probably means they are absent from the events in your selected time period.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:44:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530065#M149758</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-11-19T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: multisearch in table format</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530071#M149761</link>
      <description>&lt;P&gt;hm yes, is it possible to display those columns &amp;amp; rows where we have "zero" values ?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 11:54:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multisearch-in-table-format/m-p/530071#M149761</guid>
      <dc:creator>shashidharh</dc:creator>
      <dc:date>2020-11-19T11:54:23Z</dc:date>
    </item>
  </channel>
</rss>

