Hello Team, I am configuring Splunk, but the UF (Universal Forwarder) details are not reflecting in the Deployment Server's client list. I have added the following stanza in the UF's `deploymentclient.conf` file: ``` [deployment-client] clientName = UF phoneHomeIntervalInSecs = 60 [target-broker:deploy] targetUri = 10.128.0.5:8089 ``` (10.128.0.5 is the IP of the Deployment Server) And in the Deployment Server's `server.conf`, the following details are present: ``` [general] serverName = deploy pass4SymmKey = $7$k63bewtZlaVREpHJcD6fGt6hysZ/GvxJ0Tfq0BW5PhmF/qItBTzTA== [sslConfig] sslPassword = $7$boaNPEqR2Gmt9DQPKp9ZJ0iho9HdJFoRuxVZMwBu/q8g/v9ZKzsEvw== enableSplunkdSSL = false [lmpool:auto_generated_pool_download-trial] description = auto_generated_pool_download-trial peers = * quota = MAX stack_id = download-trial [lmpool:auto_generated_pool_forwarder] description = auto_generated_pool_forwarder peers = * quota = MAX stack_id = forwarder [lmpool:auto_generated_pool_free] description = auto_generated_pool_free peers = * quota = MAX stack_id = free [deploymentServer] disabled = false ``` And in the `serverclass.conf`, I have added the following details: ``` [global] [serverClass:uf_class] whitelist.0 = uf [serverClass:uf_class:app:forwarder_app] ``` Even after adding these details, the issue persists. Please suggest some solutions.
... View more