Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 759 Bytes

PSTraceGraph3D

Short description

The tool is built on Django and ElasticSearch as data source. The tool helps to visualise paths between Source and Destination.

Demo video is available here: PSTraceGraph3D Video

alt text

Configuration

To configure ElasticSearch you need to drop config file (config.ini) to /PSTraceGraph3D directory with following structure:

SECRET_KEY:&y&s3(9b0hvuxi)&ab80grj*^lpd@5665xnu&e+kqq=%+&wn^6
ES_HOSTS:http://localhost:9200/
ES_USER:admin
ES_PASSWORD:123456
ES_INDEX:my-es-index

Requirements

Django==2.2.5
elasticsearch==7.0.4
pytz==2019.2
sqlparse==0.3.0
urllib3==1.25.3