Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 803 Bytes

hepsub-elastic

HEP Pub-Sub Client for elastic API

image

What?

This HEPSUB agent hooks HOMER 7 with the Elastic API, fetching data results in realtime during session investigation.

Usage

Once the parameters in config.js are prepared, launch the Node application:

Manual

nodejs elastic.js

PM2

pm2 start elastic.js

Docker

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

Node API

See /app folder