Security

What security settings do I need to setup for Splunk Cloud?

khourihan_splun
Splunk Employee
Splunk Employee

I was wondering if there was a page detailing the network security we need to setup? I believe we will just need to point at the indexers on port 9997 and the deployment server on 8089. Along those lines, we have a direct connection to amazon and a lot of our logs are coming from our own VPC, is there just a way we can connect directly?

1 Solution

khourihan_splun
Splunk Employee
Splunk Employee

to use Splunk Cloud, you must allow your forwarders to talk to your Splunk Cloud instance over TCP port 9997.

To determine what indexers you are using, open the Splunk_Forwarder_app that you got when you signed up and look at the outputs.conf file :

#SPLUNK CLOUD BASE SETTINGS
[tcpout]
defaultGroup =splunk_cloud
[tcpout:splunk_cloud]
useACK = true 
disabled = false 
server = idx1.poc5.splunkcloud.com:9997,idx2.poc5.splunkcloud.com:9997,idx3.poc5.splunkcloud.com:9997
==CHOP==

You will see the list of indexers after server= . Resolve those to get the list of IPs.

You will also need to allow TCP 443 to access yourdomain.splunkcloud.com.

Regarding Deployment Servers, that is presently something that the end-user runs, and is not part of the Splunk Cloud Service. But locally, yes, you need to allow TCP 8089 from UFs to DS. (see this for more info on Regular Splunk Ports: http://answers.splunk.com/answers/58888/what-are-the-ports-that-i-need-to-open)

Regarding your VPC. Splunk Cloud environments each have their own VPCs. So you would send data out of your VPC, through AWS and into our VPCs. Splunk Cloud doesn't run in your VPC, and "direct connecting" VPCs is not currently offered.

View solution in original post

khourihan_splun
Splunk Employee
Splunk Employee

to use Splunk Cloud, you must allow your forwarders to talk to your Splunk Cloud instance over TCP port 9997.

To determine what indexers you are using, open the Splunk_Forwarder_app that you got when you signed up and look at the outputs.conf file :

#SPLUNK CLOUD BASE SETTINGS
[tcpout]
defaultGroup =splunk_cloud
[tcpout:splunk_cloud]
useACK = true 
disabled = false 
server = idx1.poc5.splunkcloud.com:9997,idx2.poc5.splunkcloud.com:9997,idx3.poc5.splunkcloud.com:9997
==CHOP==

You will see the list of indexers after server= . Resolve those to get the list of IPs.

You will also need to allow TCP 443 to access yourdomain.splunkcloud.com.

Regarding Deployment Servers, that is presently something that the end-user runs, and is not part of the Splunk Cloud Service. But locally, yes, you need to allow TCP 8089 from UFs to DS. (see this for more info on Regular Splunk Ports: http://answers.splunk.com/answers/58888/what-are-the-ports-that-i-need-to-open)

Regarding your VPC. Splunk Cloud environments each have their own VPCs. So you would send data out of your VPC, through AWS and into our VPCs. Splunk Cloud doesn't run in your VPC, and "direct connecting" VPCs is not currently offered.

bpaul_splunk
Splunk Employee
Splunk Employee

That first sentence troubles me. The forwarders connect to Splunk Cloud via SSL. The configuration to make this happen is available in the Splunk_Forwarder_App as mentioned. The piece about allowing the forwarders to "talk to your Splunk Cloud instance over TCP port 9997" is not correct to the best of my knowledge.

0 Karma

landen99
Motivator

test connectivity with:
openssl s_client -connect company.splunkcloud.com:443
https://www.bearfruit.org/2008/04/17/telnet-for-testing-ssl-https-websites/

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...