<?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 Help in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259631#M16325</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; host= x source= x  "PDD_BUILDID"|rex field=_raw "BUILDID=(?P&amp;lt;build&amp;gt;[^\]]+)" | table build
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Jul 2016 20:42:57 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-07-13T20:42:57Z</dc:date>
    <item>
      <title>Regex Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259630#M16324</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to create a table on my dashboard with the time stamp and the buildID. However, I am having regex trouble with my search.&lt;/P&gt;

&lt;P&gt;Here is the search without the field extraction: &lt;CODE&gt;host= x source= x  "PDD_BUILDID"&lt;/CODE&gt;. These events contain the buildID in a format such as [BUILDID=APP-2016.8-20160712194753]&lt;/P&gt;

&lt;P&gt;This is my current search: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host= x source= x  "PDD_BUILDID"|rex field=_raw "BUILDID=(?P&amp;lt;build&amp;gt;\w*\d*\w*\d*\w*\d*)\x5D" | table build
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like my table to contain the time and buildIDs such as APP-2016.8-20160712194753.&lt;/P&gt;

&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259630#M16324</guid>
      <dc:creator>alan20854</dc:creator>
      <dc:date>2016-07-13T20:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259631#M16325</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; host= x source= x  "PDD_BUILDID"|rex field=_raw "BUILDID=(?P&amp;lt;build&amp;gt;[^\]]+)" | table build
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:42:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259631#M16325</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-13T20:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Help</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259632#M16326</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; host= x source= x  "PDD_BUILDID"|rex field=_raw "BUILDID=(?P&amp;lt;build&amp;gt;[^-]+-[^-]+)-(?&amp;lt;time&amp;gt;\d+)" | table build time | rex mode=sed field=time "s/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/\1-\2-\3- \4:\5:\6/g" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Regex-Help/m-p/259632#M16326</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-13T20:43:44Z</dc:date>
    </item>
  </channel>
</rss>

