<?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 do I write the same search that populates the &amp;quot;Data Summary&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214522#M62921</link>
    <description>&lt;P&gt;Thank you so much jmedved,&lt;/P&gt;

&lt;P&gt;I used this search and It's working very well.&lt;/P&gt;

&lt;P&gt;Thank you so much again.&lt;/P&gt;

&lt;P&gt;| metadata type=hosts index=* | where recentTime &amp;lt; now() - 3600 | eval "Ultimo Envio" = strftime(recentTime, "%F %T") |fields + host "Ultimo Envio" | search host!="10.244.68.15" host!="172.26.142.131"  host!="172.26.142.129"&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2015 13:20:41 GMT</pubDate>
    <dc:creator>samir_silva</dc:creator>
    <dc:date>2015-11-16T13:20:41Z</dc:date>
    <item>
      <title>How do I write the same search that populates the "Data Summary"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214520#M62919</link>
      <description>&lt;P&gt;I need the event data from the "Data Summary" because I need to create a search to find when hosts stop sending logs to our Splunk server via UDP syslog.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 20:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214520#M62919</guid>
      <dc:creator>samir_silva</dc:creator>
      <dc:date>2015-11-05T20:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I write the same search that populates the "Data Summary"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214521#M62920</link>
      <description>&lt;P&gt;I'm pretty new to Splunk, but maybe this will help a bit. I think you need to use a metadata search. I have been using this to find dead log sources.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts index=mcafee | where recentTime &amp;lt; now() - 3600 | eval lastSeen = strftime(recentTime, "%F %T") | fields + host lastSeen 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Maybe you can modify that for your use case.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 23:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214521#M62920</guid>
      <dc:creator>jmedved</dc:creator>
      <dc:date>2015-11-05T23:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I write the same search that populates the "Data Summary"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214522#M62921</link>
      <description>&lt;P&gt;Thank you so much jmedved,&lt;/P&gt;

&lt;P&gt;I used this search and It's working very well.&lt;/P&gt;

&lt;P&gt;Thank you so much again.&lt;/P&gt;

&lt;P&gt;| metadata type=hosts index=* | where recentTime &amp;lt; now() - 3600 | eval "Ultimo Envio" = strftime(recentTime, "%F %T") |fields + host "Ultimo Envio" | search host!="10.244.68.15" host!="172.26.142.131"  host!="172.26.142.129"&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 13:20:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-write-the-same-search-that-populates-the-quot-Data/m-p/214522#M62921</guid>
      <dc:creator>samir_silva</dc:creator>
      <dc:date>2015-11-16T13:20:41Z</dc:date>
    </item>
  </channel>
</rss>

