-
Notifications
You must be signed in to change notification settings - Fork 58
使用方法
S03D4-164 edited this page Apr 30, 2020
·
3 revisions
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/
$ python server.py
SysmonSearch/docker ディレクトリで docker-compose を実行すると、Elasticsearch、Kibana、Stixioc サーバが起動します。
$ cd SysmonSearch/docker/
$ docker-compose up
Webブラウザからhttp://[Kibana Server IP address]:5601/
にアクセスします。