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:
- Install Docker.
- Install Docker-compose.
- Clone this repository
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/Start the MessageBusOps stack using docker-compose:
$ docker-compose upYou can also choose to run it in background (detached mode):
$ docker-compose up -d- This project is based on the Docker ELK stack provided in the docker-elk project.