<?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 do you identify keywords from a .CSV and report them? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435902#M76071</link>
    <description>&lt;P&gt;Try a subsearch like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo [ | inputlookup keywords.csv | eval url="*".keyword."*" | fields url | format ] | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It should produce the equivalent of &lt;CODE&gt;index=foo (url=*keyword1* OR url=*keyword2* OR...)&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 13:29:24 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2019-01-29T13:29:24Z</dc:date>
    <item>
      <title>How do you identify keywords from a .CSV and report them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435901#M76070</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I'm a bit of Splunk newbie, please bear with me! Our web filtering software is currently forwarding events to Splunk and works well. I'd really like to achieve the title, but I'm not well versed in SPL yet, so I'm looking for some help!&lt;/P&gt;

&lt;P&gt;I have a list of keywords in a CSV file; I'd like Splunk to identify those keywords in our web filtering events (separate data source). For example, If I have the word "HELLO" in my CSV, or if an event (URL) contains it — &lt;A href="https://somewebsite.com/hi/88HELLO88"&gt;https://somewebsite.com/hi/88HELLO88&lt;/A&gt; — I'd like Splunk to report this to me.&lt;/P&gt;

&lt;P&gt;Could someone please give me some guidance on this? I'd really appreciate it!&lt;/P&gt;

&lt;P&gt;Thank you! &lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:44:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435901#M76070</guid>
      <dc:creator>danfinan</dc:creator>
      <dc:date>2019-01-29T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you identify keywords from a .CSV and report them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435902#M76071</link>
      <description>&lt;P&gt;Try a subsearch like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo [ | inputlookup keywords.csv | eval url="*".keyword."*" | fields url | format ] | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It should produce the equivalent of &lt;CODE&gt;index=foo (url=*keyword1* OR url=*keyword2* OR...)&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 13:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435902#M76071</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-01-29T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do you identify keywords from a .CSV and report them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435903#M76072</link>
      <description>&lt;P&gt;Thank you richgalloway, I managed to get my keyword list working from your code. Very much appreciated! &lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 14:20:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-identify-keywords-from-a-CSV-and-report-them/m-p/435903#M76072</guid>
      <dc:creator>danfinan</dc:creator>
      <dc:date>2019-01-30T14:20:17Z</dc:date>
    </item>
  </channel>
</rss>

