Skip to content

Commit

Permalink
elastalert: use beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalkowski committed Dec 16, 2019
1 parent 530c657 commit a22b519
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions demo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ VMC = $(call compose-file,postgresql) $(call compose-file,elastalert) $(call com
all:
make build

build: build-elastalert
build: build-elk
@echo "Starting to build project"

build-elastalert:
build-elk:
@echo "Starting to build elastalert"
docker-compose $(call compose-file,elk) $(call compose-file,elastalert) build
docker-compose $(call compose-file,elk) build

up:
docker-compose $(VMC) up
Expand Down
6 changes: 5 additions & 1 deletion demo/config/kibana/kibana.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
server.name: kibana
server.host: "0"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
xpack.monitoring.ui.container.elasticsearch.enabled: true
xpack.monitoring.ui.container.elasticsearch.enabled: false
elastalert-kibana-plugin.serverHost: elastalert
elastalert-kibana-plugin.serverPort: 3030
xpack.ml.enabled: false
xpack.logstash.enabled: false
xpack.infra.enabled: false
xpack.uptime.enabled: false
4 changes: 2 additions & 2 deletions demo/config/thehive/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ search {
#}

## Authentication configuration
#search.username = ""
#search.password = ""
#username = ""
#password = ""

## SSL configuration
#search.keyStore {
Expand Down
1 change: 0 additions & 1 deletion demo/elastalert
Submodule elastalert deleted from 79afbe

0 comments on commit a22b519

Please sign in to comment.