<?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 Finding hostnames in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542904#M153789</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am trying to using regex to search a hostname that begins with WB has a 13 characters, character number 10 is the "I" character, the last three characters are numbers. 001 - 099.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Mar 2021 19:53:50 GMT</pubDate>
    <dc:creator>kesvanaidoo</dc:creator>
    <dc:date>2021-03-08T19:53:50Z</dc:date>
    <item>
      <title>Finding hostnames</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542904#M153789</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am trying to using regex to search a hostname that begins with WB has a 13 characters, character number 10 is the "I" character, the last three characters are numbers. 001 - 099.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 19:53:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542904#M153789</guid>
      <dc:creator>kesvanaidoo</dc:creator>
      <dc:date>2021-03-08T19:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hostnames</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542913#M153792</link>
      <description>&lt;P&gt;It's not clear is the leading "WB" is part of the 13 characters or not.&amp;nbsp; I'll assume it is not.&amp;nbsp; It's also not clear if character number 10 is lower-case ell or upper-case eye.&amp;nbsp; I've assumed the latter.&amp;nbsp; If either assumption is incorrect then this regex will need to be adjusted.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex "WB.{9}I\d{3}"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 21:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542913#M153792</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-08T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hostnames</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542914#M153793</link>
      <description>&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;The leading WB is part of the 13 characters. Character number 10 can be upper or lower case&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 21:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/542914#M153793</guid>
      <dc:creator>kesvanaidoo</dc:creator>
      <dc:date>2021-03-08T21:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hostnames</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/543031#M153825</link>
      <description>&lt;P&gt;That changes the regex slightly.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex "WB.{7}[iI]\d{3}"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Mar 2021 13:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Finding-hostnames/m-p/543031#M153825</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-09T13:39:10Z</dc:date>
    </item>
  </channel>
</rss>

