Skip to content

Commit

Permalink
docs: logstash started after input is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaus Winter committed May 8, 2019
1 parent aecc007 commit 4bc46c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -64,17 +64,21 @@ The configuration for logstash lives in a `ConfigMap`:

kubectl apply -f logstash-config.yml

Now, you can do the actual deployments that starts the stack:
Now, you can deploy the Graylog:

kubectl apply -f graylog-deployment.yml
kubectl apply -f logstash-deployment.yml

As of now, we cannot configure the Graylog server purely by the means of Kubernetes definitions, so there is a small script that does the rest:

./start.sh

The script is quite verbose and takes you to the rest of the setup of the ELG stack. At the end, this script shows you the URL of the Graylog UI where you can (hopefully) see your logs once you completed the startup!

After Graylog is up and running and accessible via a browser, you can deploy Logstash:

kubectl apply -f logstash-deployment.yml


### Filebeat daemonset

The resources you need for the Filebeat DaemonSet can be found in `demo/stack-filebeat/`
Expand Down

0 comments on commit 4bc46c3

Please sign in to comment.