<?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: Splunk Merge Searches with same index but different host names in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608805#M211695</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352" target="_blank"&gt;@gcusello&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;i have to differentiate it using host name since index name is same.&lt;/P&gt;&lt;P&gt;i am using the search like below:-&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&amp;lt;input type="dropdown" token="dashboard"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Hostname&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="host1"&amp;gt;CPI&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="index" host="host1" |table x,y,z&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;choice value="host2"&amp;gt;Mule&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="index" host="host2"&amp;nbsp; | table a,b,c&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;host=&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But unfortunately, the above search is not generating any output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Arshi&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 07:59:47 GMT</pubDate>
    <dc:creator>arshiarshi</dc:creator>
    <dc:date>2022-08-09T07:59:47Z</dc:date>
    <item>
      <title>Is it possible to merge searches with same index but different host names?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608443#M211550</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have two searches with same index but different host names. I&lt;/SPAN&gt;&lt;SPAN&gt;s it possible to have the results of both the searches in a dropdown in a dashboard so that the result appears in a table as per the selection of the host name?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Both the searches have different field names. Can someone guide me on this please?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Arshi.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 14:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608443#M211550</guid>
      <dc:creator>arshiarshi</dc:creator>
      <dc:date>2022-08-05T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608453#M211552</link>
      <description>&lt;P&gt;I am not sure if i have got the question correctly or not but what i understand you have to create a filter in which field is common but name is different. So what you can do is go to field mapping and rename the field and then it should work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 13:19:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608453#M211552</guid>
      <dc:creator>Siddharth</dc:creator>
      <dc:date>2022-08-05T13:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608471#M211560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248315"&gt;@arshiarshi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to rename hone of the fields to have the same field name, e.g. something like this:&lt;/P&gt;&lt;P&gt;if the hostname in indexA is hostnameA and the hostname in indexB is hostnameB,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=indexA OR index=indexB
| eval hostname=coalesce(lower(hostnameA),lower(hostnameB))
| stats hostname&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 14:10:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608471#M211560</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-05T14:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608643#M211641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply. But it is showing some error in the stats command, i think it is expecting something else along with stats command.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_0-1659942142030.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20922i31BF514C640F050D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_0-1659942142030.png" alt="arshiarshi_0-1659942142030.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore, to explain in detail&lt;/P&gt;&lt;P&gt;This is my table from indexA&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_1-1659942782918.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20924i3F0177E6C85A9EDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_1-1659942782918.png" alt="arshiarshi_1-1659942782918.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is my table from indexB&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_2-1659942842374.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20925iA6DAD1A744E2FDDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_2-1659942842374.png" alt="arshiarshi_2-1659942842374.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have more headings than pasted above.&lt;/P&gt;&lt;P&gt;I think I need to rename the column headings of indexB as per IndexA.&lt;/P&gt;&lt;P&gt;What i want is that the table with indexA should appear and i can switch the data inside the table when i select it for indexB, since i have renamed the field name of indexB similar to indexA. Is there&amp;nbsp; a way i can filter the host name to see the data inside the table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;P&gt;Arshi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:22:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608643#M211641</guid>
      <dc:creator>arshiarshi</dc:creator>
      <dc:date>2022-08-08T07:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608644#M211642</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248315"&gt;@arshiarshi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first, avoid to use dots in field or index names so you don't need quotes.&lt;/P&gt;&lt;P&gt;then don't use quotes in coalesce.&lt;/P&gt;&lt;P&gt;Anyway, the problem is the stats command, you should use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats BY hostname&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:34:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608644#M211642</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-08T07:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608648#M211643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;i am getting the below output&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_0-1659944351589.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20926iA5864E775D5CA985/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_0-1659944351589.png" alt="arshiarshi_0-1659944351589.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_1-1659944494196.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20927iB004B08AA299AD76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_1-1659944494196.png" alt="arshiarshi_1-1659944494196.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_2-1659944544357.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20928i6DCF3AC91DEE12E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_2-1659944544357.png" alt="arshiarshi_2-1659944544357.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not showing my data anywhere. it is showing the stats of count, min, mean, median etc.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arshi&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:46:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608648#M211643</guid>
      <dc:creator>arshiarshi</dc:creator>
      <dc:date>2022-08-08T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608700#M211656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248315"&gt;@arshiarshi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can display the calculations you want adding them to the stats command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats max(field1) AS max_field1 avg(field2) AS avg_field2 BY hostname&lt;/LI-CODE&gt;&lt;P&gt;in other words, you can add to the stats command all what you need.&lt;/P&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 14:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608700#M211656</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-08T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608733#M211666</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Actually, I don't want any calculations on any of the fields. I just want to know if there is a way that two different tables can be filtered using host name in a dropdown.&lt;/P&gt;&lt;P&gt;For eg.&lt;/P&gt;&lt;P&gt;This is my dropdown filter&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arshiarshi_0-1659987580642.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20938i920772F82E15172E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arshiarshi_0-1659987580642.png" alt="arshiarshi_0-1659987580642.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and when I select any hostname one table should update which is having the data from indexA and when another hostname is selected the data with indexB should appear. But, since indexB has different field names, so I have to rename it with similar field names of indexA so that only data inside the table changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arshi&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 19:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608733#M211666</guid>
      <dc:creator>arshiarshi</dc:creator>
      <dc:date>2022-08-08T19:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608779#M211681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248315"&gt;@arshiarshi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, it's possible, you have two solutions tocustomize your dropdown:&lt;/P&gt;&lt;P&gt;if the association between index and fieldname is fixed and it has few values, you could use this solution:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;input type="dropdown" token="my_token"&amp;gt;
      &amp;lt;label&amp;gt;Hostname&amp;lt;/label&amp;gt;
      &amp;lt;choice value="indexA"&amp;gt;CPI&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="indexB"&amp;gt;Mule&amp;lt;/choice&amp;gt;
      &amp;lt;prefix&amp;gt;index=&amp;lt;/prefix&amp;gt;
    &amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;In this way, using the hostname=CPI, you choose index=IndexA, if you choose hostname=Mule, you choose index=indexB.&lt;/P&gt;&lt;P&gt;then in your search, you can use $my_token$ as main search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 06:26:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608779#M211681</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-09T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608805#M211695</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352" target="_blank"&gt;@gcusello&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;i have to differentiate it using host name since index name is same.&lt;/P&gt;&lt;P&gt;i am using the search like below:-&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&amp;lt;input type="dropdown" token="dashboard"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Hostname&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="host1"&amp;gt;CPI&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="index" host="host1" |table x,y,z&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;choice value="host2"&amp;gt;Mule&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="index" host="host2"&amp;nbsp; | table a,b,c&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;host=&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But unfortunately, the above search is not generating any output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Arshi&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 07:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608805#M211695</guid>
      <dc:creator>arshiarshi</dc:creator>
      <dc:date>2022-08-09T07:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608808#M211696</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248315"&gt;@arshiarshi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to say to the input what's the field to use for the token, if it's x, you should use the tags fieldForLabel and fieldForValue:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;      &amp;lt;fieldForLabel&amp;gt;y&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;x&amp;lt;/fieldForValue&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;thwy can be the same or different and you&amp;nbsp;can insert them also via GUI.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 08:07:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608808#M211696</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-09T08:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Merge Searches with same index but different host names</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608842#M211706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you so much for your reply, it worked.&lt;/P&gt;&lt;P&gt;I used the below script as suggested by you:-&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="dropdown" token="dashboard"&amp;gt;
&amp;lt;label&amp;gt;Hostname&amp;lt;/label&amp;gt;
&amp;lt;choice value="index=index1 host=host1 | table x,y,z"&amp;gt;CPI&amp;lt;/choice&amp;gt;
&amp;lt;choice value="index=index1 host=host2 | table a,b,c"&amp;gt;Mule&amp;lt;/choice&amp;gt;
&amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;and then set the token $dashboard$ to my panel.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Arshi.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 12:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-merge-searches-with-same-index-but-different/m-p/608842#M211706</guid>
      <dc:creator>arshiarshi</dc:creator>
      <dc:date>2022-08-09T12:18:13Z</dc:date>
    </item>
  </channel>
</rss>

