Skip to content

A set of Docker Compose files to run Splunk on Docker Swarm

License

Notifications You must be signed in to change notification settings

ahromis/swarm-splunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swarm-splunk

A set of Docker Compose files to run Splunk using Docker Swarm.

Usage

  1. Clone this repo
  2. SPLUNK_NODE=<node_to_deploy_splunk_on> docker stack deploy -c ./splunk/docker-compose.yml splunk
  3. docker stack deploy -c ./universalforwarder/docker-compose.yml splunk-forwarder

If you just need to run the forwarder and have Splunk already running outside of your swarm cluster, then edit the compose file for the forwarder where SPLUNK_FORWARD_SERVER: splunk:9997 would point to your existing Splunk installation. Also remove external: true from the compose file for the Splunk universal forwarder if you have an existing installation.

About

A set of Docker Compose files to run Splunk on Docker Swarm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published