<?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 Help with Query! in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222221#M1381</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to change the Correlation search 'Excessive Failed Logins' in ES by user, is there a option to exclude values with $. Most of the values I got are with $, when i try to use user!=*$, its showing error.&lt;/P&gt;

&lt;P&gt;query i'm using :&lt;/P&gt;

&lt;P&gt;| tstats summariesonly=true allow_old_summaries=true values(Authentication.tag) as "tag",dc(Authentication.src) as "src_count",dc(Authentication.dest) as "dest_count",count from datamodel=Authentication.Authentication where   nodename=Authentication.Failed_Authentication  by "Authentication.user"  | rename "Authentication.app" as "app","Authentication.user" as "user" | where 'count'&amp;gt;=6 | eval tag=mvjoin(tag,"|") | rename "tag" as "orig_tag"&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:13:00 GMT</pubDate>
    <dc:creator>kiran331</dc:creator>
    <dc:date>2020-09-29T11:13:00Z</dc:date>
    <item>
      <title>Help with Query!</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222221#M1381</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to change the Correlation search 'Excessive Failed Logins' in ES by user, is there a option to exclude values with $. Most of the values I got are with $, when i try to use user!=*$, its showing error.&lt;/P&gt;

&lt;P&gt;query i'm using :&lt;/P&gt;

&lt;P&gt;| tstats summariesonly=true allow_old_summaries=true values(Authentication.tag) as "tag",dc(Authentication.src) as "src_count",dc(Authentication.dest) as "dest_count",count from datamodel=Authentication.Authentication where   nodename=Authentication.Failed_Authentication  by "Authentication.user"  | rename "Authentication.app" as "app","Authentication.user" as "user" | where 'count'&amp;gt;=6 | eval tag=mvjoin(tag,"|") | rename "tag" as "orig_tag"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222221#M1381</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2020-09-29T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Query!</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222222#M1382</link>
      <description>&lt;P&gt;Try this instead:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats summariesonly=true allow_old_summaries=true values(Authentication.tag) as "tag",dc(Authentication.src) as "src_count",dc(Authentication.dest) as "dest_count",count from datamodel=Authentication.Authentication where nodename=Authentication.Failed_Authentication by "Authentication.user" | rename "Authentication.app" as "app","Authentication.user" as "user" | where 'count'&amp;gt;=6 AND NOT LIKE(user, "%$") | eval tag=mvjoin(tag,"|") | rename "tag" as "orig_tag"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The only change I made is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where 'count'&amp;gt;=6 AND NOT LIKE(user, "%$") 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;EDIT:&lt;BR /&gt;
The query above assumes you want to filter out users whose name ends with $. If you want contains or starts with, simply change the location of the % symbol or place the $ symbol it between two of them&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:18:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222222#M1382</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-09-26T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Query!</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222223#M1383</link>
      <description>&lt;P&gt;Thank you! It worked&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:23:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Help-with-Query/m-p/222223#M1383</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2016-09-26T14:23:33Z</dc:date>
    </item>
  </channel>
</rss>

