<?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: Use two indexes in one search in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467524#M57421</link>
    <description>&lt;P&gt;it's : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval collecte =if(action = success, "No", "Yes") 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 18 Dec 2019 13:26:22 GMT</pubDate>
    <dc:creator>numeroinconnu12</dc:creator>
    <dc:date>2019-12-18T13:26:22Z</dc:date>
    <item>
      <title>Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467515#M57412</link>
      <description>&lt;P&gt;Good morning everyone, &lt;/P&gt;

&lt;P&gt;This is my first search: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test_vpn toto_VPN_Role="AU_GUE_WEB"
|collecte eval=if(action = success, "No", "Yes") | table toto_VPN_Role collecte
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and my second research: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="app_gue"
|eval collecte=if(tag = success, "No", "Yes") | table index collecte
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to combine the two researches into one, is that possible?&lt;/P&gt;

&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 10:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467515#M57412</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2019-12-18T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467516#M57413</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=test_vpn toto_VPN_Role="AU_GUE_WEB") OR (index="app_gue") 
| eval collecte =if((action == "success") OR (tag == "success"), "No", "Yes")
| table toto_VPN_Role index collecte
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Dec 2019 10:55:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467516#M57413</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-18T10:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467517#M57414</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;It works, but I only get the events from the app_gue index but not the events of toto_vpn index .&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:24:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467517#M57414</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2020-09-30T03:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467518#M57415</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/156785"&gt;@vnravikumar&lt;/a&gt; &lt;/P&gt;

&lt;P&gt;It works, but I only get the events from the app_gue index but not the events of toto_vpn index .&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:24:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467518#M57415</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2020-09-30T03:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467519#M57416</link>
      <description>&lt;P&gt;its &lt;CODE&gt;toto_vpn&lt;/CODE&gt; or  &lt;CODE&gt;test_vpn&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 11:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467519#M57416</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-18T11:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467520#M57417</link>
      <description>&lt;P&gt;sorry, it's test_vpn.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:03:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467520#M57417</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2019-12-18T13:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467521#M57418</link>
      <description>&lt;P&gt;Please check that index is having data for the selected time range.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467521#M57418</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-18T13:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467522#M57419</link>
      <description>&lt;P&gt;For the same time range, this search works: &lt;BR /&gt;
     index=test_vpn toto_VPN_Role="AU_GUE_WEB"&lt;BR /&gt;
     |collecte eval=if(action = success, "No", "Yes") | table toto_VPN_Role collecte&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:24:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467522#M57419</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2020-09-30T03:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467523#M57420</link>
      <description>&lt;P&gt;check this &lt;CODE&gt;|collecte eval=if(action = success, "No", "Yes")&lt;/CODE&gt; or &lt;CODE&gt;| eval collecte =if(action = success, "No", "Yes")&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467523#M57420</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-18T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467524#M57421</link>
      <description>&lt;P&gt;it's : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval collecte =if(action = success, "No", "Yes") 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:26:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467524#M57421</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2019-12-18T13:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467525#M57422</link>
      <description>&lt;P&gt;(index=test_vpn toto_VPN_Role="AU_GUE_WEB") OR (index="app_gue") &lt;BR /&gt;
| eval collecte =if((action == "success") OR (tag == "success"), "No", "Yes")&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467525#M57422</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-09-30T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467526#M57423</link>
      <description>&lt;P&gt;it's the same, not event of : &lt;CODE&gt;(index=test_vpn toto_VPN_Role="AU_GUE_WEB")&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467526#M57423</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2019-12-18T13:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use two indexes in one search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467527#M57424</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;
The best syntax it's: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test_vpn OR index=app_gue toto_VPN_Role="AU_GUE_WEB"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Dec 2019 09:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Use-two-indexes-in-one-search/m-p/467527#M57424</guid>
      <dc:creator>numeroinconnu12</dc:creator>
      <dc:date>2019-12-19T09:42:11Z</dc:date>
    </item>
  </channel>
</rss>

