cyberlabs.us | home | subscribe | contact | admin
Monday, July 7th  
Installation of Shuffle SOAR
Informational

Make sure you have Docker and docker-compose installed.

Download Shuffle

$ git clone https://github.com/Shuffle/Shuffle

$ cd Shuffle

Fix prerequisites for the Opensearch database (Elasticsearch):

$ mkdir shuffle-database

$ sudo chown -R 1000:1000 shuffle-database

Run docker-compose.

$ docker-compose up -d

Recommended for Opensearch to work well

$ sudo sysctl -w vm.max_map_count=262144  

April 5th, 2023 - 05:28 pm | read more | comments