<?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 How to create a list of all indexes with source, host, and sourcetype with last seen field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423030#M121441</link>
    <description>&lt;P&gt;Hello all, I'm currently working on figuring how to create a list of as mentioned in the title with the last seen field. &lt;BR /&gt;
This field will show when the host was last seen in our logs. &lt;/P&gt;

&lt;P&gt;It's kind of similar to the solution below but will only list last seen time for all hosts.&lt;/P&gt;

&lt;P&gt;Thank you in advance for your assistance. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/332987/how-to-search-the-list-of-devices-that-have-sent-l.html"&gt;https://answers.splunk.com/answers/332987/how-to-search-the-list-of-devices-that-have-sent-l.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 19:39:51 GMT</pubDate>
    <dc:creator>mpham07</dc:creator>
    <dc:date>2019-07-31T19:39:51Z</dc:date>
    <item>
      <title>How to create a list of all indexes with source, host, and sourcetype with last seen field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423030#M121441</link>
      <description>&lt;P&gt;Hello all, I'm currently working on figuring how to create a list of as mentioned in the title with the last seen field. &lt;BR /&gt;
This field will show when the host was last seen in our logs. &lt;/P&gt;

&lt;P&gt;It's kind of similar to the solution below but will only list last seen time for all hosts.&lt;/P&gt;

&lt;P&gt;Thank you in advance for your assistance. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/332987/how-to-search-the-list-of-devices-that-have-sent-l.html"&gt;https://answers.splunk.com/answers/332987/how-to-search-the-list-of-devices-that-have-sent-l.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423030#M121441</guid>
      <dc:creator>mpham07</dc:creator>
      <dc:date>2019-07-31T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a list of all indexes with source, host, and sourcetype with last seen field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423031#M121442</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats latest(_time) as latest where (index=* earliest=-1mon@mon  latest=-0h@h) by index host source sourcetype
| convert ctime(latest)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jul 2019 22:30:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423031#M121442</guid>
      <dc:creator>jaime_ramirez</dc:creator>
      <dc:date>2019-07-31T22:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a list of all indexes with source, host, and sourcetype with last seen field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423032#M121443</link>
      <description>&lt;P&gt;Thank you so much Jaime! Worked out perfectly and extremely fast search. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 13:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-list-of-all-indexes-with-source-host-and/m-p/423032#M121443</guid>
      <dc:creator>mpham07</dc:creator>
      <dc:date>2019-08-01T13:55:42Z</dc:date>
    </item>
  </channel>
</rss>

