Open originalname51 opened 5 years ago
will this be in a separate readme file or part of the Technical Guide?
sudo yum install git, wget, maven -y
Configuration files can be found at GTAS/gtas-parent/scripts/elastic/config/*
.
Linux
Clone GTAS from github (https://github.com/US-CBP/GTAS.git)
git clone --single-branch --branch dev https://github.com/US-CBP/GTAS.git
Browse to GTAS/gtas-parent/scripts/elastic/install/linux/
cd GTAS/gtas-parent/scripts/elastic/install/linux/
Manage all ELK stack
install: installs elastic search, kibana and logstash as a serivce. The services will start automatically on boot.
./install_all.sh
start: starts all ELK services.
./start_all.sh
stop: stops all ELK services.
./stop_all.sh
uninstall: stops the serivces and remove the packges from the system.
./uninstall_all.sh
Manage each ELK stack separately
Each script below uses systemd service to (start/stop) and yum to (install/uninstall). The scripts are also used to bootstrap Centos7 VM.
Elastic Search
./elasticsearch/(install/start/stop/uninstall).sh
Kibana
./kibana/(install/start/stop/uninstall).sh
Logstash
install: installs logstash as a serivce. Copies all logstash config files, elastic search templates, sql scripts and java client jar for mariadb into logstash working directory. The service will start automatically on boot.
./logstash/(install/start/stop/uninstall).sh
Can we have an offline guide as well?
Testing for linux environments only
Several changes, including changes to docker will invalidate current state of this ticket; moving to backlog.
Technical documentation/deployment guide for Kibana/Logstash/ElasticSearch similar to the Neo4j deployment instructions.