-
Notifications
You must be signed in to change notification settings - Fork 57
How to Use
wataru-takahashi edited this page Sep 5, 2018
·
3 revisions
1. Start SysmonSearch
2. Accessing the Kibana interface
Start Elasticsearch, Kibana and StixIoC Server by the following command:
# Elasticsearch service start
$ ./$ES_HOME/bin/elasticsearch
# Kibana service start
$ ./$KIBANA_HOME/bin/kibana
# StixIoC service start
$ cd SysmonSearch/stixioc-import-server/
$ virtualenv .env
$ source .env/bin/activate
$ python server.py
Access http://[Kibana Server IP address]:5601/ .
- Mozilla Firefox
- Google Chrome