<?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 Separting the string in splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398436#M190842</link>
    <description>&lt;P&gt;I have various search string under the field name entity:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;            Entity
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;1    GBP:BOOT2NDSUNQTR_MAINT4_lonlx11067&lt;BR /&gt;
2    GBP:BOOT2NDSUNMONTH_MAINT3_redlxd00130&lt;BR /&gt;
3   AMP:BOOT2NDSATMONTH_MAINT4_psclxd00034&lt;BR /&gt;
4  AMP:BOOTALLSUNMONTH_MAINT1_SecProd_DEV_totlxfidevsp126&lt;BR /&gt;
              .&lt;BR /&gt;
             .&lt;BR /&gt;
             .&lt;BR /&gt;
      and so on&lt;/P&gt;

&lt;P&gt;I want host name to be extracted such as  lonlx11067,totlxfidevsp126 and do on. Could you help me in writing the query for the same I am particularly new to this&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:23:27 GMT</pubDate>
    <dc:creator>mayank101</dc:creator>
    <dc:date>2020-09-30T01:23:27Z</dc:date>
    <item>
      <title>Separting the string in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398436#M190842</link>
      <description>&lt;P&gt;I have various search string under the field name entity:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;            Entity
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;1    GBP:BOOT2NDSUNQTR_MAINT4_lonlx11067&lt;BR /&gt;
2    GBP:BOOT2NDSUNMONTH_MAINT3_redlxd00130&lt;BR /&gt;
3   AMP:BOOT2NDSATMONTH_MAINT4_psclxd00034&lt;BR /&gt;
4  AMP:BOOTALLSUNMONTH_MAINT1_SecProd_DEV_totlxfidevsp126&lt;BR /&gt;
              .&lt;BR /&gt;
             .&lt;BR /&gt;
             .&lt;BR /&gt;
      and so on&lt;/P&gt;

&lt;P&gt;I want host name to be extracted such as  lonlx11067,totlxfidevsp126 and do on. Could you help me in writing the query for the same I am particularly new to this&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398436#M190842</guid>
      <dc:creator>mayank101</dc:creator>
      <dc:date>2020-09-30T01:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Separting the string in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398437#M190843</link>
      <description>&lt;P&gt;Write your extraction rex.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex field=Entity "_(?&amp;lt;host&amp;gt;[^_]+?)$" | table Entity host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398437#M190843</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2019-07-16T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Separting the string in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398438#M190844</link>
      <description>&lt;P&gt;I did not understood what you said.What is extraction rex&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398438#M190844</guid>
      <dc:creator>mayank101</dc:creator>
      <dc:date>2019-07-16T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Separting the string in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398439#M190845</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Rex"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:42:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Separting-the-string-in-splunk/m-p/398439#M190845</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2019-07-16T19:42:32Z</dc:date>
    </item>
  </channel>
</rss>

