<?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: Design a search for find list intersection of kvstore and inndex and put them to summary index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553156#M157022</link>
    <description>&lt;P&gt;when i tried this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ts_lookup_destip [index=main | rename ip as srcip | fields srcip | format]&lt;/LI-CODE&gt;&lt;P&gt;i get&amp;nbsp;&lt;STRONG&gt;Unknown search command 'index'.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 14:16:57 GMT</pubDate>
    <dc:creator>Daniel_Pham</dc:creator>
    <dc:date>2021-05-26T14:16:57Z</dc:date>
    <item>
      <title>Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553117#M157010</link>
      <description>&lt;P class="lia-align-left"&gt;&lt;SPAN&gt;I'm new to Splunk And I'm trying to build summary index&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;SPAN&gt;i have KVStore and index&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;STRONG&gt;A: inputlookup spam_ip&amp;nbsp;&lt;/STRONG&gt;(which is Indicator of compromise)&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;STRONG&gt;B: index=main&amp;nbsp;&lt;/STRONG&gt;(which is event log)&lt;/P&gt;&lt;P class="lia-align-left"&gt;Both indexes have a field that has the same data:&lt;/P&gt;&lt;P class="lia-align-left"&gt;eg: &lt;STRONG&gt;A has a field (spam_ip), B has a field (source_ip)&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;And populate all record in set &lt;STRONG&gt;A&lt;/STRONG&gt;&amp;nbsp;that the record have data field contain in set &lt;STRONG&gt;B&lt;/STRONG&gt; into summary index&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 10:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553117#M157010</guid>
      <dc:creator>Daniel_Pham</dc:creator>
      <dc:date>2021-05-26T10:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553133#M157014</link>
      <description>&lt;P&gt;it would help to know what you've tried so far and what the results were, but perhaps this will help:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=main [ | inputlookup spam_ip | rename spam_ip as source_ip | fields source_ip | format ]&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 26 May 2021 12:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553133#M157014</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-26T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553147#M157017</link>
      <description>&lt;P&gt;it works, thank you !!&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 13:39:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553147#M157017</guid>
      <dc:creator>Daniel_Pham</dc:creator>
      <dc:date>2021-05-26T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553152#M157019</link>
      <description>&lt;P&gt;it works but when i tried this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ts_lookup_destip (index=main | rename ip as srcip | fields srcip | format)&lt;/LI-CODE&gt;&lt;P&gt;i get an error&lt;/P&gt;&lt;P&gt;The result i want is which indicator of compromise (include all fields) is used to detect&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553152#M157019</guid>
      <dc:creator>Daniel_Pham</dc:creator>
      <dc:date>2021-05-26T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553154#M157020</link>
      <description>&lt;P&gt;What error do you get?&amp;nbsp; It must be syntax related since that query is not valid SPL.&amp;nbsp; Replacing the square brackets with parentheses completely changes the query.&amp;nbsp; Did you try the same query with square brackets?&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553154#M157020</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-26T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553156#M157022</link>
      <description>&lt;P&gt;when i tried this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ts_lookup_destip [index=main | rename ip as srcip | fields srcip | format]&lt;/LI-CODE&gt;&lt;P&gt;i get&amp;nbsp;&lt;STRONG&gt;Unknown search command 'index'.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 14:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553156#M157022</guid>
      <dc:creator>Daniel_Pham</dc:creator>
      <dc:date>2021-05-26T14:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553174#M157031</link>
      <description>&lt;P class="lia-align-left"&gt;i got it with this&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup spam_ip | join srcip [ search index=main | rename ip  as srcip | fields srcip ]&lt;/LI-CODE&gt;&lt;P&gt;thank you for your time&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 16:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553174#M157031</guid>
      <dc:creator>Daniel_Pham</dc:creator>
      <dc:date>2021-05-26T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Design a search for find list intersection of kvstore and inndex and put them to summary index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553183#M157035</link>
      <description>&lt;P&gt;If your problem is resolved, then please click the "Accept as Solution" button to help future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 17:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Design-a-search-for-find-list-intersection-of-kvstore-and-inndex/m-p/553183#M157035</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-26T17:27:32Z</dc:date>
    </item>
  </channel>
</rss>

