-
Notifications
You must be signed in to change notification settings - Fork 58
使用方法
wataru-takahashi edited this page Sep 5, 2018
·
3 revisions
1. SysmonSearchの起動
2. Kibanaへアクセス
Elasticsearch、Kibana、Stixiocサーバを起動する。
# 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
Webブラウザから、http://[Kibana Server IP address]:5601/ にアクセスします。
- Mozilla Firefox
- Google Chrome