<?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 search using terms from lookup in an (mv) string field. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-using-terms-from-lookup-in-an-mv-string-field/m-p/583263#M203092</link>
    <description>&lt;P&gt;I have an mvfield&amp;nbsp; of type string in my results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to search and match all values of this field for words that come from a csv lookup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;LookupRows:&amp;nbsp;&lt;/P&gt;&lt;P&gt;{row1, "mary white"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;{row2, "Tom White"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results&lt;/P&gt;&lt;P&gt;Astring="Mary had a white lamb" , "tom had none" , "Joe was here"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Astring="No match here" , "tom thumb"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Searching with the lookup values against the full text of the event is not an acceptable answer.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 18:33:15 GMT</pubDate>
    <dc:creator>drodman29</dc:creator>
    <dc:date>2022-02-01T18:33:15Z</dc:date>
    <item>
      <title>search using terms from lookup in an (mv) string field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-using-terms-from-lookup-in-an-mv-string-field/m-p/583263#M203092</link>
      <description>&lt;P&gt;I have an mvfield&amp;nbsp; of type string in my results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to search and match all values of this field for words that come from a csv lookup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;LookupRows:&amp;nbsp;&lt;/P&gt;&lt;P&gt;{row1, "mary white"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;{row2, "Tom White"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results&lt;/P&gt;&lt;P&gt;Astring="Mary had a white lamb" , "tom had none" , "Joe was here"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Astring="No match here" , "tom thumb"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Searching with the lookup values against the full text of the event is not an acceptable answer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 18:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-using-terms-from-lookup-in-an-mv-string-field/m-p/583263#M203092</guid>
      <dc:creator>drodman29</dc:creator>
      <dc:date>2022-02-01T18:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: search using terms from lookup in an (mv) string field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-using-terms-from-lookup-in-an-mv-string-field/m-p/583392#M203149</link>
      <description>&lt;P&gt;Resolved using a _raw rename.&amp;nbsp;&lt;/P&gt;&lt;P&gt;BaseSearch | eval MyRaw=_raw | mvexpand Astring | eval _raw=Astring | search [|inputlookup searchterms.csv] | table _time, Astring&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 13:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-using-terms-from-lookup-in-an-mv-string-field/m-p/583392#M203149</guid>
      <dc:creator>drodman29</dc:creator>
      <dc:date>2022-02-02T13:32:24Z</dc:date>
    </item>
  </channel>
</rss>

