<?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 data summary panel containing the host and the date of its last update? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194016#M55917</link>
    <description>&lt;P&gt;TRY LIKE THIS:&lt;BR /&gt;
    host="*" | stats sparkline count latest(_time) as "Last Update" by host| fieldformat "Last Update"=strftime('Last Update', "%c")&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2015 17:51:57 GMT</pubDate>
    <dc:creator>fdi01</dc:creator>
    <dc:date>2015-03-25T17:51:57Z</dc:date>
    <item>
      <title>How to create a data summary panel containing the host and the date of its last update?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194013#M55914</link>
      <description>&lt;P&gt;I want to make a panel that contains the host and the date of the last update, such as shown in the link. I used this, but I cannot place the date at the end in results. &lt;BR /&gt;
host, count (sparkline), last update &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="*" | stats sparkline count by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/s/kk4xpbdv290r1jj/splunk.JPG?dl=0"&gt;https://www.dropbox.com/s/kk4xpbdv290r1jj/splunk.JPG?dl=0&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 21:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194013#M55914</guid>
      <dc:creator>nidet</dc:creator>
      <dc:date>2015-03-24T21:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a data summary panel containing the host and the date of its last update?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194014#M55915</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;latest(_time) as "Last Update"&lt;/CODE&gt; in your &lt;CODE&gt;stats&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 23:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194014#M55915</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-03-24T23:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a data summary panel containing the host and the date of its last update?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194015#M55916</link>
      <description>&lt;P&gt;Hi, Martin&lt;BR /&gt;
Thanks for you answer is good.  but i have  large numbers in last update: 1427301579&lt;/P&gt;

&lt;P&gt;host="*"   | stats sparkline count latest(_time) as "Last Update" by host&lt;/P&gt;

&lt;P&gt;would have to add another command or have an idea that I can investigate to solve the number?&lt;/P&gt;

&lt;P&gt;Thanks, Martin&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 16:46:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194015#M55916</guid>
      <dc:creator>nidet</dc:creator>
      <dc:date>2015-03-25T16:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a data summary panel containing the host and the date of its last update?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194016#M55917</link>
      <description>&lt;P&gt;TRY LIKE THIS:&lt;BR /&gt;
    host="*" | stats sparkline count latest(_time) as "Last Update" by host| fieldformat "Last Update"=strftime('Last Update', "%c")&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 17:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194016#M55917</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-03-25T17:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a data summary panel containing the host and the date of its last update?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194017#M55918</link>
      <description>&lt;P&gt;That's an epoch timestamp which needs to be formatted for displaying to humans.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 23:31:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-data-summary-panel-containing-the-host-and-the/m-p/194017#M55918</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-03-25T23:31:10Z</dc:date>
    </item>
  </channel>
</rss>

