<?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: Display data in a tabular format in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380097#M41856</link>
    <description>&lt;P&gt;You asked for this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;You Should Always Specify An index&amp;gt; AND sourcetype=&amp;lt;And sourcetpye Too&amp;gt;
| table _time rsptime srvname
| xyseries _time srvname rsptime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But you probably need is something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;You Should Always Specify An index&amp;gt; AND sourcetype=&amp;lt;And sourcetpye Too&amp;gt;
| timechart span=15m avg(rsptime) BY srvname
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 06 Jul 2019 03:00:19 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-07-06T03:00:19Z</dc:date>
    <item>
      <title>Display data in a tabular format</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380096#M41855</link>
      <description>&lt;P&gt;I am looking for some help in getting the logs formatted in a tabular format&lt;/P&gt;

&lt;P&gt;I have these in the logs getting printed every 5 minutes&lt;/P&gt;

&lt;P&gt;07-06-19:00:40, eventtype=ping, rsptime=0.190, srvname=srv1, srvip=xxx.xxx.xxx.01&lt;BR /&gt;
07-06-19:00:40, eventtype=ping, rsptime=0.201, srvname=srv2, srvip=xxx.xxx.xxx.02&lt;BR /&gt;
07-06-19:00:40, eventtype=ping, rsptime=16.991, srvname=srv3, srvip=xxx.xxx.xxx.03&lt;BR /&gt;
07-06-19:00:40, eventtype=ping, rsptime=17.000, srvname=srv4, srvip=xxx.xxx.xxx.04&lt;/P&gt;

&lt;P&gt;07-06-19:05:40, eventtype=ping, rsptime=0.190, srvname=srv1, srvip=xxx.xxx.xxx.01&lt;BR /&gt;
07-06-19:00:40, eventtype=ping, rsptime=0.201, srvname=srv2, srvip=xxx.xxx.xxx.02&lt;BR /&gt;
07-06-19:05:40, eventtype=ping, rsptime=16.991, srvname=srv3, srvip=xxx.xxx.xxx.03&lt;BR /&gt;
07-06-19:05:40, eventtype=ping, rsptime=17.000, srvname=srv4, srvip=xxx.xxx.xxx.04&lt;/P&gt;

&lt;P&gt;I want the above data to presented in the below format&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;         srv1|srv2|srv3|srv4
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;07-06-19:00     0.190         | 0.201        | 0.201                | 16.991            | 17.000&lt;BR /&gt;
07-06-19:05     0.190         | 0.201        | 0.201                | 16.991            | 17.000&lt;/P&gt;

&lt;P&gt;First row/column heading is going to be the server name&lt;BR /&gt;
Rows will print the rsptime&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 01:09:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380096#M41855</guid>
      <dc:creator>sajug</dc:creator>
      <dc:date>2019-07-06T01:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display data in a tabular format</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380097#M41856</link>
      <description>&lt;P&gt;You asked for this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;You Should Always Specify An index&amp;gt; AND sourcetype=&amp;lt;And sourcetpye Too&amp;gt;
| table _time rsptime srvname
| xyseries _time srvname rsptime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But you probably need is something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;You Should Always Specify An index&amp;gt; AND sourcetype=&amp;lt;And sourcetpye Too&amp;gt;
| timechart span=15m avg(rsptime) BY srvname
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Jul 2019 03:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380097#M41856</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-06T03:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display data in a tabular format</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380098#M41857</link>
      <description>&lt;P&gt;Actually your first query worked for me. Thank you Woodcock &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 16:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-in-a-tabular-format/m-p/380098#M41857</guid>
      <dc:creator>sajug</dc:creator>
      <dc:date>2019-07-09T16:26:11Z</dc:date>
    </item>
  </channel>
</rss>

