Deployment Architecture

Why does the Host name in deployment server appears many times with different client names?

StuartMacL
Path Finder

A new entry appears every few days in the Forwarder Management area. Phone homes are only working for the latest entry.

Same Host Name, same IP Address, only the Client Name is different.

Any ideas?

Labels (2)
Tags (2)
0 Karma

Simple_Search
Path Finder

Two items to check -

1. Within the deploymentclient.conf file within the etc\system\local folder, there is a ClientName field that could be added.

2. The following SPL will identify duplicate entries coming in from different machines

index=* host=*
| dedup ComputerName
| rex field=ComputerName "(?<host_name>[^.]+)\."
| stats count(host_name), values(host_name) by host
| sort -count(host_name)
| where count > 1
| rename host as "Computer Name" "count(host_name)" as "Record Count" values(host_name) as "Affected Machines"

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @StuartMacL ,

check if the server hostname is the same of $SPLUNK_HOME/etc/system/local/server.conf.

Ciao.

Giuseppe

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...