Deployment Architecture

Define Multiple clientName in deploymentclient.conf file on splunk forwarder

nikhilagrawal
Path Finder

we have two separate App running on one server and need to monitor both Application (different log path).

[target-broker:deploymentServer]
targetUri = test:8089

[deployment-client]
clientName = fx_test1_fx_test2
phoneHomeIntervalInSecs = 300

serverclass.conf

[serverClass:fxtest1]
whitelist.0 = *

[serverClass:fxtest1:app:forward_fxtest1]
whitelist.0 = fx_test1
restartSplunkd = true

[serverClass:fxtest2]
whitelist.0 = *

[serverClass:fxtest2:app:forward_fxtest2]
whitelist.0 = fx_test2
restartSplunkd = true

Can someone please help I need to do with Whitelist to push these two deployment apps to splunk forwarder.

Thanks

Tags (1)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

I'm assuming you are changing the name of the client for a reason. So the whitelist needs to match fx_test1_fx_test2.

In serverclass.conf:

[serverClass:fxtest1]
whitelist.0 = *fx_test1*
restartSplunkd = true
[serverClass:fxtest1:app:forward_fxtest1]

[serverClass:fxtest2]
whitelist.0 = *fx_test2*
restartSplunkd = true
[serverClass:fxtest1:app:forward_fxtest2]

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

I'm assuming you are changing the name of the client for a reason. So the whitelist needs to match fx_test1_fx_test2.

In serverclass.conf:

[serverClass:fxtest1]
whitelist.0 = *fx_test1*
restartSplunkd = true
[serverClass:fxtest1:app:forward_fxtest1]

[serverClass:fxtest2]
whitelist.0 = *fx_test2*
restartSplunkd = true
[serverClass:fxtest1:app:forward_fxtest2]

alacercogitatus
SplunkTrust
SplunkTrust

If this worked for you, please accept the answer (the checkmark next to my answer). Thanks!

0 Karma

nikhilagrawal
Path Finder

It worked... Thanks

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...