Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
docs: upgrade Graylog of example and fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 9, 2020
1 parent 260abfe commit f841243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/v0.12/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: '3'
services:
# MongoDB: https://hub.docker.com/_/mongo/
mongo:
image: mongo:3.6.15-xenial
image: mongo:3.6.17-xenial
networks:
- graylog
# Elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/6.x/docker.html
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.2
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.5
environment:
- http.host=0.0.0.0
- transport.host=localhost
Expand All @@ -22,7 +22,7 @@ services:
- graylog
# Graylog: https://hub.docker.com/r/graylog/graylog/
graylog:
image: graylog/graylog:3.1.2
image: graylog/graylog:3.2.1
environment:
# CHANGE ME (must be at least 16 characters)!
- GRAYLOG_PASSWORD_SECRET=somepasswordpepper
Expand Down
2 changes: 2 additions & 0 deletions examples/v0.12/event_definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resource "graylog_event_definition" "test" {
{
"type": "aggregation-v1",
"query": "test",
"query_parameters": [],
"streams": [
"${graylog_stream.test.id}"
],
Expand Down Expand Up @@ -53,6 +54,7 @@ resource "graylog_event_definition" "test2" {
{
"type": "aggregation-v1",
"query": "test",
"query_parameters": [],
"streams": [
"${graylog_stream.test.id}"
],
Expand Down

0 comments on commit f841243

Please sign in to comment.