All Apps and Add-ons

Multiple Bigfix Servers

BP9906
Builder

Any way to support multiple bigfix servers? We have 2 separate domains.

Thanks

Tags (1)
0 Karma
1 Solution

mw
Splunk Employee
Splunk Employee

Yes, this is actually one of the core purposes of the app. You would just put multiple stanzas into the bigfix.conf configuration file and it should just work.

Example:

# $SPLUNK_HOME/etc/apps/bigfix/local/bigfix.conf
#
[bigfix_config1]
url = http://webreports1
user = username
password = password
soap_timeout = 600

[bigfix_config2]
url = http://webreports2
user = username
password = password
soap_timeout = 600

View solution in original post

0 Karma

rajanala
Path Finder

Is the Splunk BigFix app installed on the Search Heads ONLY ?
What other options are available ?

0 Karma

mw
Splunk Employee
Splunk Employee

Yes, this is actually one of the core purposes of the app. You would just put multiple stanzas into the bigfix.conf configuration file and it should just work.

Example:

# $SPLUNK_HOME/etc/apps/bigfix/local/bigfix.conf
#
[bigfix_config1]
url = http://webreports1
user = username
password = password
soap_timeout = 600

[bigfix_config2]
url = http://webreports2
user = username
password = password
soap_timeout = 600
0 Karma

BP9906
Builder

Thanks. It worked. It didnt work at first oddly enough because the order of my parameters doesnt match yours. Soon as I copy pasted your example and edited accordingly, it all worked. Thanks again.

0 Karma

mw
Splunk Employee
Splunk Employee

Edited to include an example.

0 Karma

BP9906
Builder

can you give an example?

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...