<?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: Table creation without extraction fields in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554027#M38467</link>
    <description>&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235003"&gt;@aurora5&lt;/a&gt;&lt;BR /&gt;Can you please share _raw sample logs?</description>
    <pubDate>Wed, 02 Jun 2021 05:28:28 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2021-06-02T05:28:28Z</dc:date>
    <item>
      <title>Table creation without extraction fields</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554018#M38466</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Please help me with my below query.&lt;/P&gt;&lt;P&gt;Sample Logs:-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aurora5_2-1622606366701.png" style="width: 730px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14421i5B1A7F95CBDF13AC/image-dimensions/730x99?v=v2" width="730" height="99" role="button" title="aurora5_2-1622606366701.png" alt="aurora5_2-1622606366701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want my table to look like as below-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aurora5_3-1622606423057.png" style="width: 698px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14422iEC65FB2C574C6F93/image-dimensions/698x103?v=v2" width="698" height="103" role="button" title="aurora5_3-1622606423057.png" alt="aurora5_3-1622606423057.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 04:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554018#M38466</guid>
      <dc:creator>aurora5</dc:creator>
      <dc:date>2021-06-02T04:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without extraction fields</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554027#M38467</link>
      <description>&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235003"&gt;@aurora5&lt;/a&gt;&lt;BR /&gt;Can you please share _raw sample logs?</description>
      <pubDate>Wed, 02 Jun 2021 05:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554027#M38467</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-02T05:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without extraction fields</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554032#M38468</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aurora5_0-1622612489489.png" style="width: 712px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14423iE50AD1BD6B8C5798/image-dimensions/712x187?v=v2" width="712" height="187" role="button" title="aurora5_0-1622612489489.png" alt="aurora5_0-1622612489489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 05:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554032#M38468</guid>
      <dc:creator>aurora5</dc:creator>
      <dc:date>2021-06-02T05:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without extraction fields</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554035#M38469</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you could try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;....
| rex "Engine (?&amp;lt;ApplicationName&amp;gt;[^\s]+) (started|terminating)"
| stats earliest(_time) as StartDate latest(_time) as EndDate by ApplicationName&lt;/LI-CODE&gt;&lt;P&gt;This assume that there is only one start and end for any application. If there is more then you need to update this or use eg. transaction command. The depends on your data and how much you have it.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554035#M38469</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-06-02T06:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation without extraction fields</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554071#M38470</link>
      <description>&lt;P&gt;Thank you for your quick response. It works now&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 08:51:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Table-creation-without-extraction-fields/m-p/554071#M38470</guid>
      <dc:creator>aurora5</dc:creator>
      <dc:date>2021-06-02T08:51:17Z</dc:date>
    </item>
  </channel>
</rss>

