<?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 simple table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32192#M6695</link>
    <description>&lt;P&gt;hi there,&lt;/P&gt;

&lt;P&gt;I have a log like this&lt;/P&gt;

&lt;P&gt;ip=192.168.20.10, size=458372, url=&lt;A href="http://download.microsoft.com"&gt;http://download.microsoft.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have a lot of them and I wanna bring them into a table like this&lt;/P&gt;

&lt;H2&gt;IP                   | Size in Byte     | URL&lt;/H2&gt;

&lt;P&gt;192.168.20.10        |458372            | &lt;A href="http://download.microsoft.com"&gt;http://download.microsoft.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;all requierd fields are already extracted, but I don't now the right syntax for the search box. &lt;/P&gt;

&lt;P&gt;I would appriciate any advice,&lt;/P&gt;

&lt;P&gt;thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2011 13:31:17 GMT</pubDate>
    <dc:creator>frankysplunk</dc:creator>
    <dc:date>2011-12-09T13:31:17Z</dc:date>
    <item>
      <title>create a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32192#M6695</link>
      <description>&lt;P&gt;hi there,&lt;/P&gt;

&lt;P&gt;I have a log like this&lt;/P&gt;

&lt;P&gt;ip=192.168.20.10, size=458372, url=&lt;A href="http://download.microsoft.com"&gt;http://download.microsoft.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have a lot of them and I wanna bring them into a table like this&lt;/P&gt;

&lt;H2&gt;IP                   | Size in Byte     | URL&lt;/H2&gt;

&lt;P&gt;192.168.20.10        |458372            | &lt;A href="http://download.microsoft.com"&gt;http://download.microsoft.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;all requierd fields are already extracted, but I don't now the right syntax for the search box. &lt;/P&gt;

&lt;P&gt;I would appriciate any advice,&lt;/P&gt;

&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 13:31:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32192#M6695</guid>
      <dc:creator>frankysplunk</dc:creator>
      <dc:date>2011-12-09T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: create a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32193#M6696</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... | table ip size url
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to have "userfriendly" names in the table instead, use &lt;CODE&gt;rename&lt;/CODE&gt; for that.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 13:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32193#M6696</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-12-09T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: create a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32194#M6697</link>
      <description>&lt;P&gt;thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 13:51:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32194#M6697</guid>
      <dc:creator>frankysplunk</dc:creator>
      <dc:date>2011-12-09T13:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: create a simple table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32195#M6698</link>
      <description>&lt;P&gt;So specifically:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | rename ip as IP, size as "Size in bytes", url as URL | table IP, "Size in bytes", URL
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Dec 2011 16:08:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/create-a-simple-table/m-p/32195#M6698</guid>
      <dc:creator>rtadams89</dc:creator>
      <dc:date>2011-12-09T16:08:51Z</dc:date>
    </item>
  </channel>
</rss>

