<?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: How to send a calculated multivalued field from a search as an input to another search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510564#M142896</link>
    <description>&lt;P&gt;Thank you for your reply. May I know why this is limited to 10,000.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 03:26:27 GMT</pubDate>
    <dc:creator>kiru2992</dc:creator>
    <dc:date>2020-07-23T03:26:27Z</dc:date>
    <item>
      <title>How to send a calculated multivalued field from a search as an input to another search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510361#M142839</link>
      <description>&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;I have a scenario to extract a particular set id's from index1 in search1 and run a search2 on index2 based on the extracted ids.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;Search1:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;index="index1" sourcetype="st1" field1="abc"&lt;/P&gt;&lt;P&gt;|rename id as &lt;FONT color="#FF0000"&gt;ticket_id&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;Search2:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;index="index2" source="xyz"&lt;/P&gt;&lt;P&gt;| sort 0 &lt;FONT color="#FF0000"&gt;ticket_id&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;|.........&lt;/P&gt;&lt;P&gt;What's the best way to go about it? I tried using map but I've had no luck at all. Not sure if it's because I'm using it wrong or if it's not appropriate for the situation. Including both indexes at the start of the search is not feasible given the absurd size of the second index.&lt;/P&gt;&lt;P&gt;Can anyone please help me here?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 07:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510361#M142839</guid>
      <dc:creator>kiru2992</dc:creator>
      <dc:date>2020-07-22T07:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a calculated multivalued field from a search as an input to another search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510438#M142861</link>
      <description>&lt;P&gt;If the number of results from search 1 is fewer than 10,000 then you can use a subsearch.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="index2" source="xyz" [ index="index1" sourcetype="st1" field1="abc"
|rename id as ticket_id | fields ticket_id | format ]
| sort 0 ticket_id
|.........&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Jul 2020 13:22:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510438#M142861</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-22T13:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a calculated multivalued field from a search as an input to another search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510564#M142896</link>
      <description>&lt;P&gt;Thank you for your reply. May I know why this is limited to 10,000.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 03:26:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510564#M142896</guid>
      <dc:creator>kiru2992</dc:creator>
      <dc:date>2020-07-23T03:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a calculated multivalued field from a search as an input to another search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510641#M142948</link>
      <description>It is a limit imposed by Splunk for reasons known only to them. See &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Search/Aboutsubsearches#Output_settings_for_subsearch_commands?:~:text=By%20default,results" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Search/Aboutsubsearches#Output_settings_for_subsearch_commands?:~:text=By%20default,results&lt;/A&gt;</description>
      <pubDate>Thu, 23 Jul 2020 12:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-send-a-calculated-multivalued-field-from-a-search-as-an/m-p/510641#M142948</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-23T12:37:07Z</dc:date>
    </item>
  </channel>
</rss>

