Skip to content

sover02/heroku-splunk-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-splunk-forwarder

I want to deploy a splunk forwarder to heroku because it's free and in the cloud. We can use the HEC event collector to store data and push to an indexer hosted elsewhere.

What it does so far:

  • Docker image deploys to heroku
  • Downloads and installs the Splunk base image, connects to a remote deployment server where future configurations can be deployed

Configure and deploy:

  • Create a new heroku app, configure it as a container registry
  • In settings, configure environment variables:
Environment Variable Description
SPLUNK_DEPLOY_SERVER The Deployment server you want the forwarder to connect to
SPLUNK_PASSWORD Password for the forwarder login (you probably won't need login, but required nonetheless)

To do:

  • Pre-configure HEC settings
  • Probably a lot more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published