<?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 I create an alert that is triggered if group name  exists in a lookup table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-create-an-alert-that-is-triggered-if-group-name-exists/m-p/654140#M226032</link>
    <description>&lt;P&gt;To match user_name with group_names listed in a lookup, you can use a subsearch if there is no other condition that you need to calculate.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;some additional filters&amp;gt;
  [ | inputlookup group_names.csv
  | rename group_names as user_name ]
| stats count by user_name&lt;/LI-CODE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Sat, 12 Aug 2023 00:43:39 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2023-08-12T00:43:39Z</dc:date>
    <item>
      <title>How do I create an alert that is triggered if group name  exists in a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-create-an-alert-that-is-triggered-if-group-name-exists/m-p/653771#M225943</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I want to create an alert that triggers when a user_name&amp;nbsp; exist in a lookup table (e.g. group_names.csv). But I'm not sure how to create the search string for this. The fields I'm using in the group_names.csv lookup table is group_names type as follows:&lt;/P&gt;&lt;P&gt;If the user_name matches group_names listed in the table, the alert should triggered. Any help on how to do this are much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 17:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-create-an-alert-that-is-triggered-if-group-name-exists/m-p/653771#M225943</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-08-09T17:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create an alert that is triggered if group name  exists in a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-create-an-alert-that-is-triggered-if-group-name-exists/m-p/654140#M226032</link>
      <description>&lt;P&gt;To match user_name with group_names listed in a lookup, you can use a subsearch if there is no other condition that you need to calculate.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;some additional filters&amp;gt;
  [ | inputlookup group_names.csv
  | rename group_names as user_name ]
| stats count by user_name&lt;/LI-CODE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 00:43:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-create-an-alert-that-is-triggered-if-group-name-exists/m-p/654140#M226032</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-08-12T00:43:39Z</dc:date>
    </item>
  </channel>
</rss>

