diff --git a/README.md b/README.md index 4868f66..bfbd198 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,9 @@ 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: @@ -75,6 +74,11 @@ As of now, we cannot configure the Graylog server purely by the means of Kuberne 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/`