<?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 multiple search output in a single table/list/something in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39644#M9063</link>
    <description>&lt;P&gt;hi all,&lt;BR /&gt;
i am doing an splunk app to reduce the complexity in reading a log file. I am done with the field extractions. Now if i want to display the results of several searches in a single list or table, what shall i do? As because all these informations ae scattered in the file, t will help ohers if it is co-ordinated so,&lt;BR /&gt;
User:username&lt;BR /&gt;
Permission:admin&lt;BR /&gt;
Foldername:foldername1&lt;BR /&gt;
Servicetype:blabla&lt;BR /&gt;
&lt;STRONG&gt;is there any way to display result extracted in different searches in a single table or list&lt;/STRONG&gt;&lt;BR /&gt;
Now i am using the search query as&lt;/P&gt;

&lt;P&gt;index=main source=sourcename.txt|top user | table user&lt;BR /&gt;
index=main source=sourcename.txt|top Permission | table Permission&lt;/P&gt;

&lt;P&gt;So i am getting a number of tables, how can i make the reult view much more better..&lt;BR /&gt;
please help&lt;BR /&gt;
thanks for your time&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2012 06:15:56 GMT</pubDate>
    <dc:creator>smolcj</dc:creator>
    <dc:date>2012-11-20T06:15:56Z</dc:date>
    <item>
      <title>multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39644#M9063</link>
      <description>&lt;P&gt;hi all,&lt;BR /&gt;
i am doing an splunk app to reduce the complexity in reading a log file. I am done with the field extractions. Now if i want to display the results of several searches in a single list or table, what shall i do? As because all these informations ae scattered in the file, t will help ohers if it is co-ordinated so,&lt;BR /&gt;
User:username&lt;BR /&gt;
Permission:admin&lt;BR /&gt;
Foldername:foldername1&lt;BR /&gt;
Servicetype:blabla&lt;BR /&gt;
&lt;STRONG&gt;is there any way to display result extracted in different searches in a single table or list&lt;/STRONG&gt;&lt;BR /&gt;
Now i am using the search query as&lt;/P&gt;

&lt;P&gt;index=main source=sourcename.txt|top user | table user&lt;BR /&gt;
index=main source=sourcename.txt|top Permission | table Permission&lt;/P&gt;

&lt;P&gt;So i am getting a number of tables, how can i make the reult view much more better..&lt;BR /&gt;
please help&lt;BR /&gt;
thanks for your time&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 06:15:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39644#M9063</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-11-20T06:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39645#M9064</link>
      <description>&lt;P&gt;Why not use a dashboard?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 07:34:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39645#M9064</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-11-20T07:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39646#M9065</link>
      <description>&lt;P&gt;in dashboard also it is dispalying in different panels, how to do it in a single table.. i tried using table properties like table border='0' so that it looks as a single table. but it is not happening&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 08:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39646#M9065</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-11-20T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39647#M9066</link>
      <description>&lt;P&gt;If you want the to have user and permission in the same table just use one of the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | top user by Permission 
&amp;lt;your search&amp;gt; | top user, Permission
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could then add | head 10 or whatever to choose the first 10 etc. based on how many records you want to see in your dashboard view.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 13:09:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39647#M9066</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-11-20T13:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39648#M9067</link>
      <description>&lt;P&gt;I think you want to use appendcols.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
index=main source=sourcename.txt|top user | table user| appendcols [&lt;BR /&gt;
index=main source=sourcename.txt|top Permission | table Permission ] &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;
if your two results are coming from different sources then you might want to use join if you have a common field.&lt;BR /&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
index=main source=sourcename.txt|top user | fields user| join user [&lt;BR /&gt;
index=test source=sourcename2.txt|top Permission | fields user, Permission ] &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps or gets you started. Cheers.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 16:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39648#M9067</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-11-20T16:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39649#M9068</link>
      <description>&lt;P&gt;If the user and permission fields are in the same event I would go with @sdaniels.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 16:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39649#M9068</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-11-20T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search output in a single table/list/something</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39650#M9069</link>
      <description>&lt;P&gt;Thank you  bmacias84 ... it worked well&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 07:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-output-in-a-single-table-list-something/m-p/39650#M9069</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-11-21T07:26:39Z</dc:date>
    </item>
  </channel>
</rss>

