<?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 to determine which deployment server a forwarder is phoning home to? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/553618#M157189</link>
    <description>&lt;P&gt;This worked for me. However i need IP address of UF from the logs. How i can get those.&lt;/P&gt;</description>
    <pubDate>Sat, 29 May 2021 09:33:25 GMT</pubDate>
    <dc:creator>kalpesh111</dc:creator>
    <dc:date>2021-05-29T09:33:25Z</dc:date>
    <item>
      <title>How to determine which deployment server a forwarder is phoning home to?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202399#M58711</link>
      <description>&lt;P&gt;I have multiple deployment servers.The global deployment server is to distribute basic configurations and also configurations for the forwarder to connect to a regional deployment server. &lt;/P&gt;

&lt;P&gt;I want to create a dashboard to monitor which deployment server a forwarder is currently reporting to. How do I get the deployment server that a forwarder is currently connected to ?&lt;/P&gt;

&lt;P&gt;Any advise would be greatly appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 03:33:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202399#M58711</guid>
      <dc:creator>keithyap</dc:creator>
      <dc:date>2016-08-02T03:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which deployment server a forwarder is phoning home to?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202400#M58712</link>
      <description>&lt;P&gt;Maybe the following thread can point you in the right direction - &lt;A href="https://answers.splunk.com/answers/208607/how-to-determine-if-forwarder-is-phoning-home-to-d.html"&gt;How to determine if forwarder is phoning home to deployment server&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It shows there - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal (*phonehome* component=DC*) OR (component=DC:HandshakeReplyHandler) host=hostname
 | sort _time
 | table _time host log_level message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Aug 2016 14:31:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202400#M58712</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-08-02T14:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which deployment server a forwarder is phoning home to?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202401#M58713</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd component=PubSubSvr  | rex "\/handshake\/reply\/(?P&amp;lt;DeploymentClient&amp;gt;[^\/]+)" | stats count by host DeploymentClient | rename host as DeploymentServer | fields - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Aug 2016 14:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202401#M58713</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-02T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which deployment server a forwarder is phoning home to?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202402#M58714</link>
      <description>&lt;P&gt;If you have access to the forwarder, you could run the CLI command to see what it's pointed to also;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk show deploy-poll
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/CLIadmincommands"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/CLIadmincommands&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 14:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/202402#M58714</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2016-08-02T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which deployment server a forwarder is phoning home to?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/553618#M157189</link>
      <description>&lt;P&gt;This worked for me. However i need IP address of UF from the logs. How i can get those.&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 09:33:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/553618#M157189</guid>
      <dc:creator>kalpesh111</dc:creator>
      <dc:date>2021-05-29T09:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which deployment server a forwarder is phoning home to?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/557835#M158426</link>
      <description>&lt;P&gt;Dashboard to show forwarder phone home counts per deployment server with host fqdn ip guid&lt;/P&gt;&lt;P&gt;Requires you to route your deployment server splunkd.log to your indexers in a distributed environment.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bandit_0-1625065120705.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14885i4C93611E8623F482/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bandit_0-1625065120705.png" alt="bandit_0-1625065120705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;form theme="dark"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Forwarder Phone Home&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="false"&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="time" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Time Range&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-60m@m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="dropdown" token="deployment_server" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Deployment Server&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;host&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;host&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection"&lt;BR /&gt;| dedup host&lt;BR /&gt;| table host&lt;BR /&gt;| sort host&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="forwarder_host_pattern" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Forwarder Host Pattern&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="forwarder_fqdn_pattern" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Forwarder FQDN Pattern&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="forwarder_ip_pattern" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Forwarder IP Pattern&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="forwarder_id_pattern"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Forwarder ID Pattern&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;/fieldset&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Unique Forwarders&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection" host="$deployment_server$"&lt;BR /&gt;| rex "phonehome/connection_(?&amp;amp;lt;forwarder_ip&amp;amp;gt;[^\_]+)_80\d\d_(?&amp;amp;lt;forwarder_fqdn&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_host&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_id&amp;amp;gt;[^\s]+)"&lt;BR /&gt;| search forwarder_host="*$forwarder_host_pattern$*" forwarder_fqdn="*$forwarder_fqdn_pattern$*" forwarder_ip="*$forwarder_ip_pattern$*" forwarder_id="*$forwarder_id_pattern$*"&lt;BR /&gt;| dedup forwarder_host forwarder_fqdn forwarder_ip forwarder_id&lt;BR /&gt;| stats count&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;refresh&amp;gt;5m&amp;lt;/refresh&amp;gt;&lt;BR /&gt;&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="colorMode"&amp;gt;block&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeColors"&amp;gt;["0x006d9c","0x006d9c"]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeValues"&amp;gt;[0]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Phone Home Timeline&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;chart&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection"&lt;BR /&gt;| rex "phonehome/connection_(?&amp;amp;lt;forwarder_ip&amp;amp;gt;[^\_]+)_80\d\d_(?&amp;amp;lt;forwarder_fqdn&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_host&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_id&amp;amp;gt;[^\s]+)"&lt;BR /&gt;| search forwarder_host="*$forwarder_host_pattern$*" forwarder_fqdn="*$forwarder_fqdn_pattern$*" forwarder_ip="*$forwarder_ip_pattern$*" forwarder_id="*$forwarder_id_pattern$*" host="$deployment_server$"&lt;BR /&gt;| eval device=forwarder_ip+"-"+forwarder_id&lt;BR /&gt;| bucket _time span=5m&lt;BR /&gt;| dedup _time forwarder_id&lt;BR /&gt;| timechart partial=false span=5m dc(device) as unqiue_forwarders by host&lt;BR /&gt;| rename host as deployment_server&lt;BR /&gt;| addtotals&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;refresh&amp;gt;5m&amp;lt;/refresh&amp;gt;&lt;BR /&gt;&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.chart.overlayFields"&amp;gt;Total&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.chart.showDataLabels"&amp;gt;all&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.layout.splitSeries"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.layout.splitSeries.allowIndependentYRanges"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="charting.legend.placement"&amp;gt;bottom&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/chart&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Deployment Server Summary&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection" host="$deployment_server$"&lt;BR /&gt;| rex "phonehome/connection_(?&amp;amp;lt;forwarder_ip&amp;amp;gt;[^\_]+)_80\d\d_(?&amp;amp;lt;forwarder_fqdn&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_host&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_id&amp;amp;gt;[^\s]+)"&lt;BR /&gt;| search forwarder_host="*$forwarder_host_pattern$*" forwarder_fqdn="*$forwarder_fqdn_pattern$*" forwarder_ip="*$forwarder_ip_pattern$*" forwarder_id="*$forwarder_id_pattern$*"&lt;BR /&gt;| dedup forwarder_ip forwarder_id&lt;BR /&gt;| top host&lt;BR /&gt;| rename host as deployment_server count as unqiue_forwarders&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;refresh&amp;gt;5m&amp;lt;/refresh&amp;gt;&lt;BR /&gt;&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;format type="color" field="deployment_server"&amp;gt;&lt;BR /&gt;&amp;lt;colorPalette type="sharedList"&amp;gt;&amp;lt;/colorPalette&amp;gt;&lt;BR /&gt;&amp;lt;scale type="sharedCategory"&amp;gt;&amp;lt;/scale&amp;gt;&lt;BR /&gt;&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Duplicate Hosts&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;(hosts expected to be unique in most cases)&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection" host="$deployment_server$"&lt;BR /&gt;| rex "phonehome/connection_(?&amp;amp;lt;forwarder_ip&amp;amp;gt;[^\_]+)_80\d\d_(?&amp;amp;lt;forwarder_fqdn&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_host&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_id&amp;amp;gt;[^\s]+)"&lt;BR /&gt;| search forwarder_host="*$forwarder_host_pattern$*" forwarder_fqdn="*$forwarder_fqdn_pattern$*" forwarder_ip="*$forwarder_ip_pattern$*" forwarder_id="*$forwarder_id_pattern$*"&lt;BR /&gt;| dedup forwarder_host forwarder_fqdn forwarder_ip forwarder_id&lt;BR /&gt;| stats count by forwarder_host&lt;BR /&gt;| search count&amp;amp;gt;1&lt;BR /&gt;| sort -count&lt;BR /&gt;| append&lt;BR /&gt;[| makeresults&lt;BR /&gt;| eval count=0&lt;BR /&gt;| table count ]&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;refresh&amp;gt;5m&amp;lt;/refresh&amp;gt;&lt;BR /&gt;&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Duplicate Forwarder IDs (GUIDs)&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;(indicates cloning post install)&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection" host="$deployment_server$"&lt;BR /&gt;| rex "phonehome/connection_(?&amp;amp;lt;forwarder_ip&amp;amp;gt;[^\_]+)_80\d\d_(?&amp;amp;lt;forwarder_fqdn&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_host&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_id&amp;amp;gt;[^\s]+)"&lt;BR /&gt;| search forwarder_host="*$forwarder_host_pattern$*" forwarder_fqdn="*$forwarder_fqdn_pattern$*" forwarder_ip="*$forwarder_ip_pattern$*" forwarder_id="*$forwarder_id_pattern$*"&lt;BR /&gt;| dedup forwarder_host forwarder_fqdn forwarder_ip forwarder_id&lt;BR /&gt;| stats count by forwarder_id&lt;BR /&gt;| search count&amp;amp;gt;1&lt;BR /&gt;| sort -count&lt;BR /&gt;| append&lt;BR /&gt;[| makeresults&lt;BR /&gt;| eval count=0&lt;BR /&gt;| table count ]&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;refresh&amp;gt;5m&amp;lt;/refresh&amp;gt;&lt;BR /&gt;&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Forwarder Summary&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_access "phonehome/connection"&lt;BR /&gt;| rex "phonehome/connection_(?&amp;amp;lt;forwarder_ip&amp;amp;gt;[^\_]+)_80\d\d_(?&amp;amp;lt;forwarder_fqdn&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_host&amp;amp;gt;[^\_]+)_(?&amp;amp;lt;forwarder_id&amp;amp;gt;[^\s]+)"&lt;BR /&gt;| search forwarder_host="*$forwarder_host_pattern$*" forwarder_fqdn="*$forwarder_fqdn_pattern$*" forwarder_ip="*$forwarder_ip_pattern$*" forwarder_id="*$forwarder_id_pattern$*" host="$deployment_server$"&lt;BR /&gt;| dedup forwarder_host forwarder_fqdn forwarder_ip forwarder_id&lt;BR /&gt;| table _time host forwarder_host forwarder_fqdn forwarder_ip forwarder_id&lt;BR /&gt;| rename host as deployment_server&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;refresh&amp;gt;5m&amp;lt;/refresh&amp;gt;&lt;BR /&gt;&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;40&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;format type="color" field="deployment_server"&amp;gt;&lt;BR /&gt;&amp;lt;colorPalette type="sharedList"&amp;gt;&amp;lt;/colorPalette&amp;gt;&lt;BR /&gt;&amp;lt;scale type="sharedCategory"&amp;gt;&amp;lt;/scale&amp;gt;&lt;BR /&gt;&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-which-deployment-server-a-forwarder-is-phoning/m-p/557835#M158426</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2021-06-30T15:01:24Z</dc:date>
    </item>
  </channel>
</rss>

