<?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 Wildcard with Notequal condition in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532680#M9583</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying to extract count of the data by excluding some values which are not equal and some are equal in particular filed&lt;/P&gt;&lt;P&gt;&amp;nbsp; My query&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;index=platform source=`ProjectArea` |join type=inner ProjectAreaID max=0 [search index=`platform` source=`RequirementModules` |fillnull value="Not Defined"|search Owner!="Tool" |join type=inner ModuleID max=0 [search index=`platform` source=`SoftwareRequirements` `ReqID_URL_Rename`|rename Owner as ReqOwner ]]|search `Software_ModuleType` `SoftwareRequirementType` |fillnull value="Not Defined"|dedup LinkStart_URL|search ModuleID="*" Status="*" Owner="*" | join type=inner LinkStart_URL max=0 [search index=`platform` source=Sw_Satisfaction`|rename LinkEnd_URL as SysURL]|join type=inner SysURL max=0 [search index=`platform` source=`SystemRequirements` `ReqID_URL_Rename` |rename LinkStart_URL as SysURL] |search ModuleName!="A*" AND ModuleName="*_ext" |stats count by ModuleName&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output&amp;nbsp; comes zero when i give&amp;nbsp; (ModuleName!="A*" AND ModuleName="*_ext") this condition&lt;/P&gt;&lt;P&gt;My output contains A* values,V* and A*_ext&amp;nbsp; i want to exculde only A* values&lt;/P&gt;&lt;P&gt;Please help with this&lt;/P&gt;&lt;P&gt;Thank You in advance&lt;/P&gt;&lt;P&gt;Renuka&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 16:49:48 GMT</pubDate>
    <dc:creator>renuka</dc:creator>
    <dc:date>2020-12-10T16:49:48Z</dc:date>
    <item>
      <title>Wildcard with Notequal condition</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532680#M9583</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying to extract count of the data by excluding some values which are not equal and some are equal in particular filed&lt;/P&gt;&lt;P&gt;&amp;nbsp; My query&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;index=platform source=`ProjectArea` |join type=inner ProjectAreaID max=0 [search index=`platform` source=`RequirementModules` |fillnull value="Not Defined"|search Owner!="Tool" |join type=inner ModuleID max=0 [search index=`platform` source=`SoftwareRequirements` `ReqID_URL_Rename`|rename Owner as ReqOwner ]]|search `Software_ModuleType` `SoftwareRequirementType` |fillnull value="Not Defined"|dedup LinkStart_URL|search ModuleID="*" Status="*" Owner="*" | join type=inner LinkStart_URL max=0 [search index=`platform` source=Sw_Satisfaction`|rename LinkEnd_URL as SysURL]|join type=inner SysURL max=0 [search index=`platform` source=`SystemRequirements` `ReqID_URL_Rename` |rename LinkStart_URL as SysURL] |search ModuleName!="A*" AND ModuleName="*_ext" |stats count by ModuleName&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output&amp;nbsp; comes zero when i give&amp;nbsp; (ModuleName!="A*" AND ModuleName="*_ext") this condition&lt;/P&gt;&lt;P&gt;My output contains A* values,V* and A*_ext&amp;nbsp; i want to exculde only A* values&lt;/P&gt;&lt;P&gt;Please help with this&lt;/P&gt;&lt;P&gt;Thank You in advance&lt;/P&gt;&lt;P&gt;Renuka&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 16:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532680#M9583</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-12-10T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard with Notequal condition</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532709#M9584</link>
      <description>&lt;P&gt;Instead of search, can you use regex?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex ModuleName="^[^A].*_ext$"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Dec 2020 18:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532709#M9584</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-12-10T18:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard with Notequal condition</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532738#M9585</link>
      <description>&lt;P&gt;Thanks for reply I will try&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 04:37:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Wildcard-with-Notequal-condition/m-p/532738#M9585</guid>
      <dc:creator>renuka</dc:creator>
      <dc:date>2020-12-11T04:37:36Z</dc:date>
    </item>
  </channel>
</rss>

