-
Notifications
You must be signed in to change notification settings - Fork 58
How to Use
S03D4-164 edited this page Apr 30, 2020
·
3 revisions
Start Elasticsearch, Kibana and StixIoC server:
# Elasticsearch service start
$ $ES_HOME/bin/elasticsearch
# Kibana service start
$ $KIBANA_HOME/bin/kibana
# StixIoC service start
# Actibate venv before execute python
$ cd SysmonSearch/stixioc-import-server/
$ python server.py
Execute docker-compose in SysmonSearch/docker directory:
$ cd SysmonSearch/docker/
$ docker-compose up
Access http://[Kibana Server IP address]:5601/
with a web browser.