Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Ofadiman/deployment-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Server

A Splunk Deployment Server is a centralized management component that automates the distribution and updating of configuration files, apps, and content to multiple Splunk instances (known as deployment clients) across your environment. It simplifies the process of managing large-scale Splunk deployments by allowing to efficiently push updates and maintain consistency across all clients.

This repository provides examples of various deployment server configurations.

Deployment Types

  • Standalone – Demonstrates how to deploy a single deployment server instance, connect three deployment clients (universal forwarders), and distribute apps to those clients.
  • Cluster – Demonstrates how to deploy two deployment server instances in cluster mode using a shared drive, connect two deployment clients (universal forwarders) to each server, and distribute apps to those clients.
  • Local deployment apps – Demonstrates how to install Splunk apps during the Docker image build process.
  • Leader-follower - Demonstrates how to deploy a leader deployment server along with two follower deployment servers, which distribute apps to deployment clients connected to the follower deployment servers.

About

Different ways to use the deployment server.

Topics

Resources

Stars

Watchers

Forks