<?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 create a table based on field extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173424#M49728</link>
    <description>&lt;P&gt;Can you pls add this as an answer so that I can mark it&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2015 00:41:30 GMT</pubDate>
    <dc:creator>shrirangphadke</dc:creator>
    <dc:date>2015-06-24T00:41:30Z</dc:date>
    <item>
      <title>How to create a table based on field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173421#M49725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have few field extraction created in my Splunk App. For Ex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;firewall_dst
firewall_username
firewall_operation
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I want to create a table with these fields as columns. For Ex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Time            firewall_dst    firewall_username   firewall_operation
2015-06-23  log.local         User1                         Save configuration
2015-06-23  log.local         User2                         Del configuration
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is the way to achieve this?&lt;BR /&gt;
I tried with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| table firewall_dst firewall_username
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and with field&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| field firewall_dst firewall_username
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with no luck.&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 00:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173421#M49725</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-24T00:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table based on field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173422#M49726</link>
      <description>&lt;P&gt;Are you intentionally trying to call the same field twice?&lt;/P&gt;

&lt;P&gt;|table firewall_dst firewall_username firewall_operation&lt;/P&gt;

&lt;P&gt;^ should produce the results you're looking to achieve&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173422#M49726</guid>
      <dc:creator>dolivasoh</dc:creator>
      <dc:date>2020-09-28T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table based on field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173423#M49727</link>
      <description>&lt;P&gt;Hey thanks! It worked, It seems I was doing some silly mistake&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 00:41:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173423#M49727</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-24T00:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a table based on field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173424#M49728</link>
      <description>&lt;P&gt;Can you pls add this as an answer so that I can mark it&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 00:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-table-based-on-field-extraction/m-p/173424#M49728</guid>
      <dc:creator>shrirangphadke</dc:creator>
      <dc:date>2015-06-24T00:41:30Z</dc:date>
    </item>
  </channel>
</rss>

