<?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 to get events for exact  matched string only in the field value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362310#M107037</link>
    <description>&lt;P&gt;I'm not sure if that's true. The &lt;CODE&gt;index=web account_domain="INCCORP"&lt;/CODE&gt; should give events only with field account_domain has exact, but case in-sensitive, value &lt;CODE&gt;INCCORP&lt;/CODE&gt;, as you're not using any wildcard here. Can you run following and see if you get just one row with account_domain=INCCORP or multiple rows for variations for it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=web account_domain="INCCORP" | stats count by account_domain
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 19:14:56 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2020-09-29T19:14:56Z</dc:date>
    <item>
      <title>how to get events for exact  matched string only in the field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362308#M107035</link>
      <description>&lt;P&gt;I  am searching :&lt;/P&gt;

&lt;P&gt;index=web account_domain="INCCORP"&lt;/P&gt;

&lt;P&gt;bur getting result which have account_doamain with "INCCORP","INCCOPR.NET", "-", "INCCORP.JIP" and so on(all field which have INCCORP in it)&lt;/P&gt;

&lt;P&gt;Is there any query or command which will give events for only "INCCORP"? I would like to exclude remaining.&lt;BR /&gt;
Much appreciate with your help.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 17:00:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362308#M107035</guid>
      <dc:creator>Meharkant123</dc:creator>
      <dc:date>2018-04-25T17:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to get events for exact  matched string only in the field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362309#M107036</link>
      <description>&lt;P&gt;That behavior does not sound right.  However, there are several options for making sure.  Here are two...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where (account_domain="INCCORP")

| search match(account_domain,"^INCCORP$")  
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Apr 2018 17:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362309#M107036</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-04-25T17:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to get events for exact  matched string only in the field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362310#M107037</link>
      <description>&lt;P&gt;I'm not sure if that's true. The &lt;CODE&gt;index=web account_domain="INCCORP"&lt;/CODE&gt; should give events only with field account_domain has exact, but case in-sensitive, value &lt;CODE&gt;INCCORP&lt;/CODE&gt;, as you're not using any wildcard here. Can you run following and see if you get just one row with account_domain=INCCORP or multiple rows for variations for it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=web account_domain="INCCORP" | stats count by account_domain
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:14:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362310#M107037</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T19:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to get events for exact  matched string only in the field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362311#M107038</link>
      <description>&lt;P&gt;my query was index=*  account_domain="INCCORP"&lt;/P&gt;

&lt;P&gt;result was like account_doamain with "INCCORP","INCCOPR.NET", "-", &lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-events-for-exact-matched-string-only-in-the-field/m-p/362311#M107038</guid>
      <dc:creator>Meharkant123</dc:creator>
      <dc:date>2018-04-26T06:34:48Z</dc:date>
    </item>
  </channel>
</rss>

