<?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: Forwarder Installation date - Audit in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438982#M5767</link>
    <description>&lt;P&gt;To add to @nickhillscpl answer:&lt;BR /&gt;
Set the time range picker to "All Time".&lt;BR /&gt;
Also note that this search will retrieve the earliest events in the _internal index which are still available in Splunk. Older events might have been discarded due to exceeded retention periods or full indexes.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 09:48:13 GMT</pubDate>
    <dc:creator>whrg</dc:creator>
    <dc:date>2019-03-13T09:48:13Z</dc:date>
    <item>
      <title>Forwarder Installation date - Audit</title>
      <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438979#M5764</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;
&lt;P&gt;I want list of all the forwarders with their first installation date or exactly since when they are sending data to Indexers.&lt;/P&gt;
&lt;P&gt;Can someone please provide any details on this. Appreciate your help on this. Thanks !&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438979#M5764</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2020-06-15T17:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Installation date - Audit</title>
      <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438980#M5765</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You can try using below query to get first event come from forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_* | stats earliest(_time) as FirstAppearance by host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438980#M5765</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2019-03-13T09:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Installation date - Audit</title>
      <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438981#M5766</link>
      <description>&lt;P&gt;Hi @ramprakash &lt;BR /&gt;
Use the metadata command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts index=_internal | eval first_connected=strftime(firstTime, "%Y/%m/%d %H:%M:%s")
| table host first_connected
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will show you the earliest event from Splunk for your hosts,  you can then search with &lt;CODE&gt;|search host=xxx&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:30:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438981#M5766</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-13T09:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Installation date - Audit</title>
      <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438982#M5767</link>
      <description>&lt;P&gt;To add to @nickhillscpl answer:&lt;BR /&gt;
Set the time range picker to "All Time".&lt;BR /&gt;
Also note that this search will retrieve the earliest events in the _internal index which are still available in Splunk. Older events might have been discarded due to exceeded retention periods or full indexes.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438982#M5767</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2019-03-13T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Installation date - Audit</title>
      <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438983#M5768</link>
      <description>&lt;P&gt;Thanks @whrg - I should have noted that! &lt;/P&gt;

&lt;P&gt;If your _internal retention is shorter than your application/security data, you can always switch to &lt;CODE&gt;index=myindex&lt;/CODE&gt; to look at the earliest event from a specific index&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:54:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438983#M5768</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-13T09:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Installation date - Audit</title>
      <link>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438984#M5769</link>
      <description>&lt;P&gt;yes older events have been discarded. This query is not giving me results i wanted.&lt;/P&gt;

&lt;P&gt;Is there any other query which will give me first installation date.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 11:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Forwarder-Installation-date-Audit/m-p/438984#M5769</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2019-03-14T11:34:34Z</dc:date>
    </item>
  </channel>
</rss>

