<?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 read White spaces in a Field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376317#M170424</link>
    <description>&lt;P&gt;@renjith.nair, i have just posted an other question on how to access all the results for a table, i know that teh token $result.filed$ when used with event handler  gives me the very first result on the table but i need all the rows to be accessed&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 00:27:40 GMT</pubDate>
    <dc:creator>hyn</dc:creator>
    <dc:date>2020-01-10T00:27:40Z</dc:date>
    <item>
      <title>How to read White spaces in a Field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376314#M170421</link>
      <description>&lt;P&gt;i am trying to count the White space in a Field and extract the rest of the text after 5 white spaces &lt;/P&gt;

&lt;P&gt;Input string is :&lt;/P&gt;

&lt;P&gt;LTE, VIC, CMFC15_534652, MobEVO P4 PLMN Service Unavailable : &lt;BR /&gt;
LTE, WA, WCZQ15_591707, MobEVO P6 Heartbeat Failure,&lt;BR /&gt;&lt;BR /&gt;
LTE, WA, KRYU15_591689, MobEVO P6 Heartbeat Failure,&lt;BR /&gt;
LTE, SA, AGQNFU0, MobEVO P6 EnodeB AutoDowntime :&lt;BR /&gt;&lt;BR /&gt;
LTE, WA, WOWD15_591276, MobEVO P4 Service Degraded : &lt;/P&gt;

&lt;P&gt;Desired Output is :&lt;BR /&gt;
PLMN Service Unavailable : &lt;BR /&gt;
Heartbeat Failure,&lt;BR /&gt;
Heartbeat Failure,&lt;BR /&gt;
EnodeB AutoDowntime : &lt;BR /&gt;
Service Degraded :&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376314#M170421</guid>
      <dc:creator>hyn</dc:creator>
      <dc:date>2020-09-30T01:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to read White spaces in a Field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376315#M170422</link>
      <description>&lt;P&gt;@hyn,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   rex field="your input string"  "\S+(\s+\S+){4}\s+(?&amp;lt;OUTPUT&amp;gt;.+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jul 2019 14:10:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376315#M170422</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-07-11T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read White spaces in a Field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376316#M170423</link>
      <description>&lt;P&gt;Thanks a lot, i did figure out eventually&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 00:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376316#M170423</guid>
      <dc:creator>hyn</dc:creator>
      <dc:date>2020-01-10T00:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to read White spaces in a Field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376317#M170424</link>
      <description>&lt;P&gt;@renjith.nair, i have just posted an other question on how to access all the results for a table, i know that teh token $result.filed$ when used with event handler  gives me the very first result on the table but i need all the rows to be accessed&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 00:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-read-White-spaces-in-a-Field/m-p/376317#M170424</guid>
      <dc:creator>hyn</dc:creator>
      <dc:date>2020-01-10T00:27:40Z</dc:date>
    </item>
  </channel>
</rss>

