forked from Hi-Media/docker-graylog2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graylog2-web-interface.conf
29 lines (23 loc) · 1.45 KB
/
graylog2-web-interface.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# graylog2-server REST URIs (one or more, comma separated) For example: "http://127.0.0.1:12900/,http://127.0.0.1:12910/"
graylog2-server.uris="http://127.0.0.1:12900/"
# Learn how to configure custom logging in the documentation:
# http://support.torch.sh/help/kb/graylog2-web-interface/configuring-web-interface-logging
# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions. Set this to a long and randomly generated string.
# If you deploy your application to several instances be sure to use the same key!
# Generate for example with: pwgen -s 96
application.secret="8u68wSUpZZ8YodzpDAS7NrjisQIJ2W5kO56rZQYr9l10HQLdLaN8VxQwVBYJW7yIfDzQD6VNqKWjVJawSFvgiXulkotG5iP6"
# Web interface timezone
# Graylog2 stores all timestamps in UTC. To properly display times, set the default timezone of the interface.
# If you leave this out, Graylog2 will pick your system default as the timezone. Usually you will want to configure it explicitly.
# timezone="Europe/Berlin"
# Message field limit
# Your web interface can cause high load in your browser when you have a lot of different message fields. The default
# limit of message fields is 100. Set it to 0 if you always want to get all fields. They are for example used in the
# search result sidebar or for autocompletion of field names.
field_list_limit=100
# Use this to run Graylog2 with a path prefix
#application.context=/graylog2
# You usually do not want to change this.
application.global=lib.Global