For running the vault server, make sure you have Docker installed
- Clone this repo.
git submodule update --init
docker build -f docker-vault/0.X/Dockerfile -t vault:latest .
pip install -r requirements.txt
vault-files/vault-setup.sh
- Modify syslogd.py and sender.py to use the actual vault server IP (currently set to localhost)
- On the log server, run
syslogd.py
- Modify sender.py to point to the file you want to monitor for log entries
- On the client, run
sender.py
- ???
- Profit
!!! Not recommended. Use your brain and figure it out (for now).