HEP Pub-Sub Client for elastic API
This HEPSUB agent hooks HOMER 7 with the Elastic API, fetching data results in realtime during session investigation.
Once the parameters in config.js
are prepared, launch the Node application:
nodejs elastic.js
pm2 start elastic.js
A docker container with the HEPSUB Elastic API is provided for convenience and testing.
docker-compose up -d
docker run --name elastic-hepsub -d sipcapture/hepsub-elastic
See /app
folder