<?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: FIELDNAME regex rex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/FIELDNAME-regex-rex/m-p/22770#M177430</link>
    <description>&lt;P&gt;sourcetype="apache-access" | rex "(?i)(.*?; (?P&lt;FIELDNAME&gt;\w+)(?=/)" |search NOT fieldname="bot1" NOT fieldname="bot2" NOT fieldname="bot3" |top 100 fieldname&lt;/FIELDNAME&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2013 21:08:57 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-08-01T21:08:57Z</dc:date>
    <item>
      <title>FIELDNAME regex rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/FIELDNAME-regex-rex/m-p/22769#M177429</link>
      <description>&lt;P&gt;sourcetype="apache-access" | rex "(?i)\(.*?; (?P&lt;FIELDNAME&gt;\w+)(?=/)" | top 100 FIELDNAME&lt;/FIELDNAME&gt;&lt;/P&gt;

&lt;P&gt;i'm using the above to get information about bots.&lt;/P&gt;

&lt;P&gt;how exactly can i modify the above to exclude certain bots????&lt;/P&gt;

&lt;P&gt;i've tried:&lt;/P&gt;

&lt;P&gt;sourcetype="apache-access" | rex "(?i)\(.*?; (?P&lt;FIELDNAME&gt;\w+)(?=/)" | top 100 FIELDNAME | where FIELDNAME!=Trident&lt;/FIELDNAME&gt;&lt;/P&gt;

&lt;P&gt;can someone please help me modify the above so it does exactly what i need. i just need to be able to exclude certain bots.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 21:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/FIELDNAME-regex-rex/m-p/22769#M177429</guid>
      <dc:creator>splunkmeuser</dc:creator>
      <dc:date>2013-08-01T21:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: FIELDNAME regex rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/FIELDNAME-regex-rex/m-p/22770#M177430</link>
      <description>&lt;P&gt;sourcetype="apache-access" | rex "(?i)(.*?; (?P&lt;FIELDNAME&gt;\w+)(?=/)" |search NOT fieldname="bot1" NOT fieldname="bot2" NOT fieldname="bot3" |top 100 fieldname&lt;/FIELDNAME&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 21:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/FIELDNAME-regex-rex/m-p/22770#M177430</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-01T21:08:57Z</dc:date>
    </item>
  </channel>
</rss>

