<?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 Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358950#M170013</link>
    <description>&lt;P&gt;Could you please try like this&lt;/P&gt;

&lt;P&gt;index=wineventlogs action=delete&lt;BR /&gt;
| rex field=_raw "GID : (?.*)"&lt;BR /&gt;
| table _time, ID | join ID | [ Search "your query" |  table  ID, "any values you want" ] | table table _time, ID,"any values you want"&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;index=wineventlogs action=delete&lt;BR /&gt;
| rex field=_raw "GID : (?.*)"&lt;BR /&gt;
| table _time, ID | append | [ Search "your query" |  table  ID, "any values you want" ] | table table _time, ID,"any values you want"&lt;/P&gt;

&lt;P&gt;Please refer the below document.it will help you&lt;BR /&gt;
for append&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.3/SearchReference/Append"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.3/SearchReference/Append&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Apr 2018 16:47:38 GMT</pubDate>
    <dc:creator>logloganathan</dc:creator>
    <dc:date>2018-04-24T16:47:38Z</dc:date>
    <item>
      <title>Multisearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358949#M170012</link>
      <description>&lt;P&gt;Is there a way to have if you extract data from a search to have it fun in another search? Like putting the field value into another search without having to manually type or script it out?&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;P&gt;index=wineventlogs action=delete&lt;BR /&gt;
| rex field=_raw "GID : (?.*)"&lt;BR /&gt;
| table _time, ID&lt;BR /&gt;
| (NEW Search) "ID" (how would I get that to populate)&lt;/P&gt;

&lt;P&gt;Would I have to do a multisearch??&lt;/P&gt;

&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358949#M170012</guid>
      <dc:creator>HealyManTech</dc:creator>
      <dc:date>2018-04-24T16:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multisearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358950#M170013</link>
      <description>&lt;P&gt;Could you please try like this&lt;/P&gt;

&lt;P&gt;index=wineventlogs action=delete&lt;BR /&gt;
| rex field=_raw "GID : (?.*)"&lt;BR /&gt;
| table _time, ID | join ID | [ Search "your query" |  table  ID, "any values you want" ] | table table _time, ID,"any values you want"&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;index=wineventlogs action=delete&lt;BR /&gt;
| rex field=_raw "GID : (?.*)"&lt;BR /&gt;
| table _time, ID | append | [ Search "your query" |  table  ID, "any values you want" ] | table table _time, ID,"any values you want"&lt;/P&gt;

&lt;P&gt;Please refer the below document.it will help you&lt;BR /&gt;
for append&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.3/SearchReference/Append"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.3/SearchReference/Append&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:47:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358950#M170013</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-04-24T16:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multisearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358951#M170014</link>
      <description>&lt;P&gt;I tried this but didn't work. I am trying to get the rex ID created field to be part of the new search but errors out.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358951#M170014</guid>
      <dc:creator>HealyManTech</dc:creator>
      <dc:date>2018-04-24T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multisearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358952#M170015</link>
      <description>&lt;P&gt;do you want regex expression? i have provided example which tells how to do multisearch&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 09:16:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multisearch/m-p/358952#M170015</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-04-25T09:16:25Z</dc:date>
    </item>
  </channel>
</rss>

