- Launch docker containers
docker-compose up -d
- Import ES index mapping mapping.http
- Import Grafana dashboard dashboard-single-line.json
clear;
mvn compile exec:java \
-Dexec.mainClass=it.kruczek.ztm.Processing.Pipelines.ImportLocalFilesWatcher \
-Dexec.args="--inputDirectory=${PWD}/data/**.xml --elasticSearchUrl=http://localhost:9200 --elasticSearchUsername=elastic --elasticSearchPassword=changeme --elasticSearchIndex=buses" \
-Pdirect-runner
All gathered data can be found here
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
sudo sysctl -w vm.max_map_count=262144