Deployment Architecture

deploymentclient.conf

ArberBabi
New Member

Hi,
In our infrastructure (splunk 6.0.3) we have a deployment server and several indexers. One of my indexers is not showing anymore as a client at Forwarder Managament. I have enabled the deployment client
and the deploymentclient.conf file is as follows
[target-broker:deploymentServer]
targetUri = xxxxxx:8089

[deployment-client]
disabled = false

If I try a tcpdump on port 8089 from the client i can see traffic going through.
Can anyone help on this topic...? Very confusing since all my other clients are showing up correctly

Tags (1)
0 Karma

ArberBabi
New Member

In fact it was a SSL issue, i checked the splunkd log file.

thanks a lot for your help

0 Karma

ArberBabi
New Member

In fact it was a SSL issue, i checked the splunkd log file.

thanks a lot for your help

0 Karma

lguinn2
Legend

Splunk 5 or Splunk 6? If Splunk 6, here are some searches that may help:

1) Is the indexer phoning home to the deployment server? This search lists the phonehomes from deploymentclients; check to see if the indexer appears in this list:

index=_internal phonehome component=DC*  | table _time host log_level message

2) Here is a search to check to see where/when apps are being downloaded:

index=_internal component=DeployedApplication OR component= PackageDownloadRestHandler  sourcetype=splunkd 
| table _time log_level host app message

3) Finally, here is a search that shows how many phonehomes the deployment server is receiving - this isn't monitored by individual clients, but as a summary count...

index=_internal metrics group=deploy-server sourcetype=splunkd 

I often show it as a timechart, like this

index=_internal metrics group=deploy-server sourcetype=splunkd 
| timechart span=2m avg(nReceived) as AvgPhoneHomes by host

Hopefully that will give you some information about what is happening. You might also search the splunkd.log for the indexer and look for any messages related to the deployment server IP address.

0 Karma

ArberBabi
New Member

In fact it was a SSL issue, i checked the splunkd log file.

thanks a lot for your help

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...