Skip to content

sipcapture/hepsub-elastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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