Skip to content

Terraform to deploy Splunk Enterprise on AWS with SSL certificate

License

Notifications You must be signed in to change notification settings

anthonygrees/splunk_ssl_aws_demo

Repository files navigation

Splunk Enterprise with SSL enabled on AWS

About

Terraform to deploy Splunk Enterprise on AWS with SSL cert. You need:

  • Terraform 12
  • Route53 for the URL
  • ACM : Amazon Certificate Manager for the certificate in the Region you want to deploy.

Web UI

Access the Splunk Web UI via the URL from Route53 which is SSL enabled.

HEC

Access the HEC via SSL enabled URL from Route53. You can test it with:

curl -k https://your_Route53.com:8088/services/collector -H 'Authorization: Splunk XXXX-Your-HEC-Token-XXXX' -d '{"event": "Hello, world!", "sourcetype": "manual"}'


{"text":"Success","code":0}%  

Releases

No releases published

Packages

No packages published