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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...