<?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 Create a table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152303#M44537</link>
    <description>&lt;P&gt;Hi I want to create a table for the below log entry&lt;/P&gt;

&lt;P&gt;Feb 16 15:42:10 10.176.10.22 Feb 16 2014 14:42:10: %ASA-4-722051: Group &lt;TW&gt; User &lt;PEGGYFAN&gt; IP &amp;lt;36.XX.XX.116&amp;gt; Address &amp;lt;10.XX.xx.168&amp;gt; assigned to session&lt;/PEGGYFAN&gt;&lt;/TW&gt;&lt;/P&gt;

&lt;P&gt;Fields : &lt;BR /&gt;
Group = Group &lt;TW&gt;&lt;BR /&gt;
User = User &lt;PEGGYFAN&gt;&lt;BR /&gt;
PIP = &amp;lt;36.XX.XX.116&amp;gt;&lt;BR /&gt;
LIP= &amp;lt;10.XX.xx.168&amp;gt;&lt;/PEGGYFAN&gt;&lt;/TW&gt;&lt;/P&gt;

&lt;P&gt;Date,Time || Group || User || PIP || LIP&lt;/P&gt;</description>
    <pubDate>Sun, 16 Feb 2014 14:51:21 GMT</pubDate>
    <dc:creator>chinhp</dc:creator>
    <dc:date>2014-02-16T14:51:21Z</dc:date>
    <item>
      <title>Create a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152303#M44537</link>
      <description>&lt;P&gt;Hi I want to create a table for the below log entry&lt;/P&gt;

&lt;P&gt;Feb 16 15:42:10 10.176.10.22 Feb 16 2014 14:42:10: %ASA-4-722051: Group &lt;TW&gt; User &lt;PEGGYFAN&gt; IP &amp;lt;36.XX.XX.116&amp;gt; Address &amp;lt;10.XX.xx.168&amp;gt; assigned to session&lt;/PEGGYFAN&gt;&lt;/TW&gt;&lt;/P&gt;

&lt;P&gt;Fields : &lt;BR /&gt;
Group = Group &lt;TW&gt;&lt;BR /&gt;
User = User &lt;PEGGYFAN&gt;&lt;BR /&gt;
PIP = &amp;lt;36.XX.XX.116&amp;gt;&lt;BR /&gt;
LIP= &amp;lt;10.XX.xx.168&amp;gt;&lt;/PEGGYFAN&gt;&lt;/TW&gt;&lt;/P&gt;

&lt;P&gt;Date,Time || Group || User || PIP || LIP&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2014 14:51:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152303#M44537</guid>
      <dc:creator>chinhp</dc:creator>
      <dc:date>2014-02-16T14:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152304#M44538</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | rex "Group\s\&amp;lt;(?&amp;lt;Group&amp;gt;[^\&amp;gt;]+)\&amp;gt;\sUser\s\&amp;lt;(?&amp;lt;User&amp;gt;[^\&amp;gt;]+)\&amp;gt;\sIP\s\&amp;lt;(?&amp;lt;PIP&amp;gt;[^\&amp;gt;]+)\&amp;gt;\sAddress\s\&amp;lt;(?&amp;lt;LIP&amp;gt;[^\&amp;gt;]+)\&amp;gt;" | rename _time as Date | table Date,Group,User,PIP,LIP
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Feb 2014 18:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152304#M44538</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-16T18:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152305#M44539</link>
      <description>&lt;P&gt;awesome thanks this is working like charm&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152305#M44539</guid>
      <dc:creator>chinhp</dc:creator>
      <dc:date>2014-02-17T07:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152306#M44540</link>
      <description>&lt;P&gt;Great... Please accept the answer if there are no followup questions.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 17:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-a-table/m-p/152306#M44540</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-17T17:21:03Z</dc:date>
    </item>
  </channel>
</rss>

