vim macos-workshop/hosts.ini
and add the Arkmie server IP address under[arkmie]
cp group_vars/sec_tools.yml.example group_vars/sec_tools.yml
vim group_vars/sec_tools.yml
and set:monitoring_interface
– Set this to the interface that will be used for network monitoringarkmie_version
– Set the version of Arkmie to installarkmie_admin_user
- Username of Arkmie adminarkmie_admin_password
- Password for Arkmie adminarkmie_regular_user
- Username for workshop participant accountarkmie_regular_password
- Password for workshop participantselasticsearch_oss_version
- Elasticsearch OSS version to install
ansible-playbook -i hosts.ini deploy_arkmie.yml -u ubuntu --key-file terraform/ssh_keys/id_rsa
- SSH into Elastic EC2 instance
sudo su
apt install certbot python3-certbot-nginx -y
certbot --nginx -d arkmie.<external domain>
- Enter the e-mail for the admin of the domain
- Enter
A
for Terms of Service - Enter
N
to share e-mail with EFF - Enter
2
to redirect HTTP traffic to HTTPS - Review NGINX config:
/etc/nginx/conf.d/kibana.conf
systemctl restart nginx
systemctl stop molochviewer
systemctl stop molochcapture
/data/moloch/db/db.pl http://127.0.0.1:9200 wipe
- Type
WIPE
systemctl start molochviewer
systemctl start molochcapture
- Redirect HTTP to HTTPS in Nginx
- Arkmie - How do I proxy Arkime using Apache
- How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu 16.04
- Arkmie install instructions
- How To Install Java with Apt on Ubuntu 20.04
- community.docker.docker_swarm – Manage Swarm cluster
- How to Use the Netplan Network Configuration Tool on Linux
- Elasticsearch
- Elasticsearch - Response Data Formats
- cat indices API
- Elasticsearch - Delete API