Deployment Architecture

whitelisted to receive configuration from Splunk Deployment Server

SampathkumarK
Loves-to-Learn

How to check if the host has been correctly whitelisted to receive configuration from Splunk Deployment Server?

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @SampathkumarK ,

in addition to the other hints: in the bottom of the ServerClass form, you have the preview of clients in the serverclass, so you can immediately check if the whitelist is correctly running.

Then you can go in the clients form and see the serverclasses enabled for those clients.

Ciao.

Giuseppe

0 Karma

SampathkumarK
Loves-to-Learn

Thanks in tonn for your prompt response

0 Karma

deepakc
Contributor

You can check via the below REST command in the Splunk search bar on the Deployment Server to see the settings 

| rest splunk_server=local /services/configs/conf-serverclass
| fields crossServerChecksum, disabled, endpoint, filterType, id, repositoryLocation, restartSplunkWeb, restartSplunkd, splunk_server, stateOnClient, targetRepositoryLocation, title, whitelist.0
| rename title AS server_class_name
| table server_class_name, whitelist.0, crossServerChecksum, disabled,  endpoint, filterType, id, repositoryLocation, restartSplunkWeb, restartSplunkd, splunk_server, stateOnClient, targetRepositoryLocation 





0 Karma

tej57
Communicator

Hello @SampathkumarK ,

When you whitelist or blacklist a particular host for a serverclass from the web UI, it creates the configuration in serverclass.conf config file with the respective parameters. You can match the regex for whitelist/blacklist with the required pattern and validate if the host is matching the pattern or not. Also, phoneHome happens with every phoneHome interval that has been defined.

You can find the detailed explanation in the following document - https://docs.splunk.com/Documentation/Splunk/9.2.1/Updating/Useserverclass.conf

 

Thanks,
Tejas.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...