<?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: Regex expression Help pls ! urgent ! in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72056#M18018</link>
    <description>&lt;P&gt;I tried this but it still take out the value below it.&lt;/P&gt;

&lt;P&gt;time : 1371883969&lt;BR /&gt;
visibility : 4.67&lt;BR /&gt;
windBearing : 201&lt;BR /&gt;
windSpeed : 11.6&lt;BR /&gt;
psiAverage : 184&lt;BR /&gt;
latitude : 1.429463&lt;BR /&gt;
longitude : 103.835182&lt;BR /&gt;
location : Yishun&lt;BR /&gt;
cloudCover : 0.9&lt;BR /&gt;
dewPoint : 63.11&lt;BR /&gt;
humidity : 0.5&lt;BR /&gt;
icon : wind&lt;BR /&gt;
ozone : 273.95&lt;BR /&gt;
precipIntensity : 0&lt;BR /&gt;
pressure : 1006.59&lt;BR /&gt;
summary : Breezy and Mostly Cloudy&lt;BR /&gt;
temperature : 94.24&lt;/P&gt;

&lt;P&gt;Such as &lt;BR /&gt;
cloudy&lt;BR /&gt;
ozone : 273.95&lt;BR /&gt;
precipIntensity : 0&lt;BR /&gt;
pressure : 1006.59&lt;BR /&gt;
summary : Breezy and Mostly Cloudy&lt;/P&gt;

&lt;P&gt;Any more ways that will work ?&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jun 2013 06:59:11 GMT</pubDate>
    <dc:creator>kailun92</dc:creator>
    <dc:date>2013-06-22T06:59:11Z</dc:date>
    <item>
      <title>Regex expression Help pls ! urgent !</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72054#M18016</link>
      <description>&lt;P&gt;I have these fields &lt;/P&gt;

&lt;P&gt;time : 1371877918&lt;BR /&gt;
windBearing : 209&lt;BR /&gt;
windSpeed : 6.34&lt;BR /&gt;
psiAverage : 186&lt;BR /&gt;
latitude : 1.429463&lt;BR /&gt;
longitude : 103.835182&lt;BR /&gt;
location : Yishun&lt;BR /&gt;
cloudCover : 0.73&lt;BR /&gt;
dewPoint : 69.96&lt;BR /&gt;
humidity : 0.57&lt;BR /&gt;
icon : partly-cloudy-day&lt;BR /&gt;
ozone : 274.44&lt;BR /&gt;
precipIntensity : 0&lt;BR /&gt;
pressure : 1007.33&lt;BR /&gt;
summary : Mostly Cloudy&lt;BR /&gt;
temperature : 92.25&lt;/P&gt;

&lt;P&gt;Anyone could tell me how to extract icon using regex expression ? I used this (?i)icon : (?P&lt;FIELDNAME&gt;.+) expression but it return the bottom data also. Help pls. Thanks in advance.&lt;/FIELDNAME&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2013 05:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72054#M18016</guid>
      <dc:creator>kailun92</dc:creator>
      <dc:date>2013-06-22T05:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regex expression Help pls ! urgent !</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72055#M18017</link>
      <description>&lt;P&gt;This should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?i)icon : (?P&amp;lt;fieldname&amp;gt;.+)\n
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Jun 2013 06:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72055#M18017</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2013-06-22T06:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regex expression Help pls ! urgent !</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72056#M18018</link>
      <description>&lt;P&gt;I tried this but it still take out the value below it.&lt;/P&gt;

&lt;P&gt;time : 1371883969&lt;BR /&gt;
visibility : 4.67&lt;BR /&gt;
windBearing : 201&lt;BR /&gt;
windSpeed : 11.6&lt;BR /&gt;
psiAverage : 184&lt;BR /&gt;
latitude : 1.429463&lt;BR /&gt;
longitude : 103.835182&lt;BR /&gt;
location : Yishun&lt;BR /&gt;
cloudCover : 0.9&lt;BR /&gt;
dewPoint : 63.11&lt;BR /&gt;
humidity : 0.5&lt;BR /&gt;
icon : wind&lt;BR /&gt;
ozone : 273.95&lt;BR /&gt;
precipIntensity : 0&lt;BR /&gt;
pressure : 1006.59&lt;BR /&gt;
summary : Breezy and Mostly Cloudy&lt;BR /&gt;
temperature : 94.24&lt;/P&gt;

&lt;P&gt;Such as &lt;BR /&gt;
cloudy&lt;BR /&gt;
ozone : 273.95&lt;BR /&gt;
precipIntensity : 0&lt;BR /&gt;
pressure : 1006.59&lt;BR /&gt;
summary : Breezy and Mostly Cloudy&lt;/P&gt;

&lt;P&gt;Any more ways that will work ?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2013 06:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72056#M18018</guid>
      <dc:creator>kailun92</dc:creator>
      <dc:date>2013-06-22T06:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regex expression Help pls ! urgent !</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72057#M18019</link>
      <description>&lt;P&gt;Try changing  the &lt;CODE&gt;.+&lt;/CODE&gt; to &lt;CODE&gt;[^\s\n]+&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2013 12:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72057#M18019</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2013-06-22T12:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regex expression Help pls ! urgent !</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72058#M18020</link>
      <description>&lt;P&gt;Thank you sooo much !!!!! love ya !&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2013 16:50:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72058#M18020</guid>
      <dc:creator>kailun92</dc:creator>
      <dc:date>2013-06-22T16:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regex expression Help pls ! urgent !</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72059#M18021</link>
      <description>&lt;P&gt;Good job !&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2013 16:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-expression-Help-pls-urgent/m-p/72059#M18021</guid>
      <dc:creator>kailun92</dc:creator>
      <dc:date>2013-06-22T16:50:39Z</dc:date>
    </item>
  </channel>
</rss>

