<?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: Is it possible to use an index with a loadjob result to filter content? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139799#M28726</link>
    <description>&lt;P&gt;hi somesoni2, i tried your solution but not work and finally a solved it by &lt;/P&gt;

&lt;P&gt;return $ip_address&lt;/P&gt;

&lt;P&gt;index=my_index_A [| loadjob info_sid | stats count by ip_address | return $ip_address] | table ip_address locate_ip&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 06:50:43 GMT</pubDate>
    <dc:creator>sfatnass</dc:creator>
    <dc:date>2020-09-29T06:50:43Z</dc:date>
    <item>
      <title>Is it possible to use an index with a loadjob result to filter content?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139797#M28724</link>
      <description>&lt;P&gt;Hii everybody,&lt;/P&gt;

&lt;P&gt;I want to know if it's possible to use an index with loadjob result.&lt;/P&gt;

&lt;P&gt;I have some values inside a loadjob and I try to use it within a search on an index.&lt;BR /&gt;
My loadjob results will be considered as values to filter the index content.&lt;/P&gt;

&lt;P&gt;I tried to use "append" or "join" like this, but it doesn't work: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index_A  | fields ip_address locate_ip |append [|loadjob info_sid |fields ip_address ] | table ip_address locate_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do you have any idea? &lt;BR /&gt;
thx&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139797#M28724</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2015-07-28T09:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use an index with a loadjob result to filter content?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139798#M28725</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index_A [| loadjob info_sid | stats count by ip_address | table ip_address] | table ip_address locate_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will add the ip_address field coming from the loadjob, as filter in the base search.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139798#M28725</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-07-28T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use an index with a loadjob result to filter content?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139799#M28726</link>
      <description>&lt;P&gt;hi somesoni2, i tried your solution but not work and finally a solved it by &lt;/P&gt;

&lt;P&gt;return $ip_address&lt;/P&gt;

&lt;P&gt;index=my_index_A [| loadjob info_sid | stats count by ip_address | return $ip_address] | table ip_address locate_ip&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:50:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-an-index-with-a-loadjob-result-to-filter/m-p/139799#M28726</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2020-09-29T06:50:43Z</dc:date>
    </item>
  </channel>
</rss>

