<?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: create table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456300#M42377</link>
    <description>&lt;P&gt;You would need a regex to extract it and then use it in table&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=am_sp log_from=ReportService "Loaded Pri Report"   | rex field=_raw "took(\s+(?&amp;lt;time_taken&amp;gt;[0-9:.]+))" | table _time, time_taken
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://regex101.com/r/lcAZF0/1"&gt;https://regex101.com/r/lcAZF0/1&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 13:17:41 GMT</pubDate>
    <dc:creator>lakshman239</dc:creator>
    <dc:date>2019-03-26T13:17:41Z</dc:date>
    <item>
      <title>create table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456299#M42376</link>
      <description>&lt;P&gt;462 &amp;lt;14&amp;gt;1 2019-03-26T10:45:33.423222+00:00 loggregator ae04d9d7-5ec4-4acd-a954-63c2e3733691 [APP/PROC/WEB] - - 2019-03-26 10:45:33.422+0000 org{am_sp} [log_from=ReportService] [thread=http-nio-8080-exec-8  ]  INFO c.j.i.s.p.providers.PrismReportProvider  [user=I298611] [swagger-d83e2a40-4fad-11e9-9d7a-6bf144a5c99d] [POST /api/v1/ts/collect/range] &amp;lt;-- Loaded Pri Report MAS/SRS - Time Series (EMEA-NOSPLIT)/72022/2019-03-15 (took 00:00:25.864)  &lt;/P&gt;

&lt;P&gt;I would like to put "took" values  in table&lt;/P&gt;

&lt;P&gt;index=am_sp log_from=ReportService "Loaded Pri Report" &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456299#M42376</guid>
      <dc:creator>swetasoneji</dc:creator>
      <dc:date>2020-09-29T23:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: create table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456300#M42377</link>
      <description>&lt;P&gt;You would need a regex to extract it and then use it in table&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=am_sp log_from=ReportService "Loaded Pri Report"   | rex field=_raw "took(\s+(?&amp;lt;time_taken&amp;gt;[0-9:.]+))" | table _time, time_taken
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://regex101.com/r/lcAZF0/1"&gt;https://regex101.com/r/lcAZF0/1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 13:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456300#M42377</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-03-26T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: create table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456301#M42378</link>
      <description>&lt;P&gt;How to put that in graph&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 07:58:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456301#M42378</guid>
      <dc:creator>swetasoneji</dc:creator>
      <dc:date>2019-03-27T07:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: create table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456302#M42379</link>
      <description>&lt;P&gt;one way to get that in timechart is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=am_sp log_from=ReportService "Loaded Pri Report"   | rex field=_raw "took(\s+(?&amp;lt;time_taken&amp;gt;[0-9:.]+))" | timechart avg(time_taken) by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Pls refer to the doc to change the reports/dashboards as you need.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/7.2.3/SearchTutorial/Aboutsavingandsharingreports"&gt;https://docs.splunk.com/Documentation/SplunkCloud/7.2.3/SearchTutorial/Aboutsavingandsharingreports&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 09:40:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/create-table/m-p/456302#M42379</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-03-27T09:40:50Z</dc:date>
    </item>
  </channel>
</rss>

