<?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 Deployment server reporting in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749398#M10965</link>
    <description>&lt;P&gt;Has anyone figured out how to successfully join the three new _DS indexes into a meaningful report?&lt;BR /&gt;&lt;BR /&gt;I would like to create a report that shows me when a UF/HF phoned home and what actions it may have performed.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 12:46:28 GMT</pubDate>
    <dc:creator>rk60422</dc:creator>
    <dc:date>2025-07-08T12:46:28Z</dc:date>
    <item>
      <title>Deployment server reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749398#M10965</link>
      <description>&lt;P&gt;Has anyone figured out how to successfully join the three new _DS indexes into a meaningful report?&lt;BR /&gt;&lt;BR /&gt;I would like to create a report that shows me when a UF/HF phoned home and what actions it may have performed.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 12:46:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749398#M10965</guid>
      <dc:creator>rk60422</dc:creator>
      <dc:date>2025-07-08T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749414#M10968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/159122"&gt;@rk60422&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some starters which might help:&lt;/P&gt;&lt;P&gt;List of clients (and some useful info)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|tstats first(data.hostname) as hostname, first(data.dns) as dns_name, first(data.ip) as ip, first(data.splunkVersion) as splunkVersion, first(data.package) as package WHERE index=_dsclient by data.clientId&lt;/LI-CODE&gt;&lt;P&gt;Latest phonehome time by clientId&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|tstats latest(_time) as latest_phonehome where earliest=-24h index=_dsphonehome by data.clientId | eval friendlyPhonehomeTime=strftime(latest_phonehome,"%Y-%m-%d %H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;These could be combined to get the last phonehome with the additional info:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats latest(_time) as latest_phonehome where earliest=-24h index=_dsphonehome by data.clientId 
| eval friendlyPhonehomeTime=strftime(latest_phonehome,"%Y-%m-%d %H:%M:%S") 
| append 
    [ tstats first(data.hostname) as hostname, first(data.dns) as dns_name, first(data.ip) as ip, first(data.splunkVersion) as splunkVersion, first(data.package) as package WHERE earliest=-24h index=_dsclient by data.clientId]
    | stats values(*) as * by data.clientId&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1751983021102.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39603iE8D8397FB602E747/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1751983021102.png" alt="livehybrid_0-1751983021102.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 13:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749414#M10968</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-08T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749415#M10969</link>
      <description>&lt;P&gt;The Forwarder Management page in the DS will do that for you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it doesn't show what you want then please tell us your use case and we can suggest something.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 13:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749415#M10969</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-07-08T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749417#M10970</link>
      <description>&lt;P&gt;If you want to see actions performed then something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_dsappevent earliest=-24h
| table _time data.action data.appName data.clientId data.result 
| append 
    [ tstats first(data.hostname) as hostname, first(data.dns) as dns_name, first(data.ip) as ip WHERE earliest=-24h index=_dsclient by data.clientId] 
| stats values(*) as * by data.clientId
| table hostname dns_name ip *&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1751983410026.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39604i19ACC7579E679DD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1751983410026.png" alt="livehybrid_0-1751983410026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 14:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Deployment-server-reporting/m-p/749417#M10970</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-08T14:03:39Z</dc:date>
    </item>
  </channel>
</rss>

