From 67700d506cad6c3a991ef2bf55f81d253f94bc2f Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Thu, 27 Aug 2020 21:14:01 -0400 Subject: [PATCH] Update graylog.yml --- public/v4/apps/graylog.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/v4/apps/graylog.yml b/public/v4/apps/graylog.yml index 7e4446e..f31f3c1 100644 --- a/public/v4/apps/graylog.yml +++ b/public/v4/apps/graylog.yml @@ -97,7 +97,13 @@ caproverOneClickApp: Be sure to extend the virtual memory on all your hosts! 1. echo 'vm.max_map_count=262144' >> /etc/sysctl.conf 2. sysctl -p - end: Deployment of Graylog if finished. You will see 502 errors for the next 5+ minutes while Graylog starts up. Goto and login as "admin" with your unhashed password. + end: >- + Deployment of Graylog if finished. + You will see 502 errors for the next 5+ minutes while Graylog starts up. + Goto and login as "admin" with your unhashed password. + + IMPORTANT! Do not forget to map port 12201 and 12202 in your app config. Without port mapping, Graylog will not work. + displayName: '' isOfficial: true description: Graylog is used for log management of both structured and unstructured data along with debugging applications.