Created
February 14, 2014 19:00
-
-
Save heijmerikx/9006894 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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://[the ip address of your graylog2 server]: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="bifOd6FNs3k00xo1DSt35RTWcrMGFyGgMjW3iE9Wr9kh4IfyID74YAjz8Gy4aMhXu0eTBLy4jl0fJvKndFteyExMgkDqTMfP" | |
# 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 | |
# You usually do not want to change this. | |
application.global=lib.Global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment