Update graylog.yml

This commit is contained in:
Kasra Bigdeli 2020-08-27 21:14:01 -04:00 committed by GitHub
parent 878f457fe2
commit 67700d506c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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 <YOUR-APP-URL> 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 <YOUR-APP-URL> 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.