Skip to content

SouthsideSoftware/MessageBusOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessageBusOps

Tools for managing and operating message bus based systems. Facilities include searching, analysis and message replay.

The application is based on the ELK stack and uses Docker for easy deployment.

Based on the official images:

Requirements

Setup

  1. Install Docker.
  2. Install Docker-compose.
  3. Clone this repository

SELinux

On distributions which have SELinux enabled out-of-the-box you will need to either re-context the files or set SELinux into Permissive mode in order for docker-elk to start properly. For example on Redhat and CentOS, the following will apply the proper context:

.-root@centos ~
-$ chcon -R system_u:object_r:admin_home_t:s0 fig-elk/

Usage

Start the MessageBusOps stack using docker-compose:

$ docker-compose up

You can also choose to run it in background (detached mode):

$ docker-compose up -d

Credits

  • This project is based on the Docker ELK stack provided in the docker-elk project.

About

Tools for managing and operating message bus based systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages