Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha2 #1

Merged
merged 19 commits into from
Jan 26, 2020
Prev Previous commit
Next Next commit
demodata create elastalert index
  • Loading branch information
mwalkowski committed Jan 17, 2020
commit 5a857542d5ae80b19ec1ef6acdbb2f1df52a82b4
5 changes: 3 additions & 2 deletions demo/config/demo_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ echo "Ralph: Load demo data (login: ralph, password: ralph)"
docker exec -it compose_web_1 ralphctl demodata
docker exec -it compose_web_1 python3 /test_data/generate_ips.py

echo "Elastalert: Create Indexes"
docker exec -it compose_elastalert_1 /usr/bin/elastalert-create-index --config /opt/elastalert/config.yaml

echo "VMC: Load data (superuser login: admin, password:adminadmin)"
docker exec -it compose_admin_1 vmc loaddata /test_data/demo_data.json

Expand All @@ -13,5 +16,3 @@ docker exec -it compose_kibana_1 /test_data/load.sh

echo "VMC: Import Assets from Ralph"
docker exec -it compose_admin_1 python3 -W ignore /test_data/generate_vulns.py

echo "Done"