<?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: Is there an SPL query to know the last date UFs phoned in to a specific DS? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606163#M210807</link>
    <description>&lt;P&gt;Thanks for you prompt response. Can it be narrowed to a specific DS? We've multiple DS&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 13:12:44 GMT</pubDate>
    <dc:creator>So76</dc:creator>
    <dc:date>2022-07-19T13:12:44Z</dc:date>
    <item>
      <title>Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606065#M210755</link>
      <description>&lt;P&gt;Is there an SPL query to know the&amp;nbsp;last date&amp;nbsp; UFs phoned in to&amp;nbsp;a specific DS. We've many DS in our company&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 00:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606065#M210755</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-07-19T00:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606084#M210768</link>
      <description>&lt;P&gt;below search&amp;nbsp; gives you the list of UF's that haven't phoned in last 24 hours, you could tweak this search.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;rest&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;splunk_server&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;local&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;services&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;deployment&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;server&lt;/SPAN&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;clients&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;eval&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;now&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;now&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;diffTime&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;now&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;lastPhoneHomeTime&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;lastPhoneHomeTime&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;strftime&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;lastPhoneHomeTime&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;"%b %d, %Y %H:%M:%S"&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;search&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;diffTime&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;86400&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;|&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;table&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;hostname ip instanceName utsname package splunkVersion lastPhoneHomeTime&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 04:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606084#M210768</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2022-07-19T04:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606096#M210775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240625"&gt;@So76&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can use the search from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224632"&gt;@Roy_9&lt;/a&gt;&amp;nbsp;that's correct or to use the Monitoring Console that gives you all the information about Forwarders, not only last phoned date.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 06:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606096#M210775</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-19T06:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606163#M210807</link>
      <description>&lt;P&gt;Thanks for you prompt response. Can it be narrowed to a specific DS? We've multiple DS&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 13:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606163#M210807</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-07-19T13:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606173#M210810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240625"&gt;@So76&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;for this reasono, Monitoring Console is the easiest way.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 13:29:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606173#M210810</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-19T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606283#M210861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240625"&gt;@So76&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if one answer solves your need, please accept one answer for the other people of Community or tell us how we can help you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the Contributors;-)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 06:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606283#M210861</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-20T06:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an SPL query to know the last date UFs phoned in to a specific DS?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606341#M210879</link>
      <description>&lt;P&gt;used the monitoring console&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 13:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-an-SPL-query-to-know-the-last-date-UFs-phoned-in-to-a/m-p/606341#M210879</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-07-20T13:07:58Z</dc:date>
    </item>
  </channel>
</rss>

