Sha256: 5dcbbb84457f42799f1682e82a96a89998f11a4f46d1795249eca0c26d1a6fa0
Contents?: true
Size: 1.62 KB
Versions: 11
Compression:
Stored size: 1.62 KB
Contents
<% @path = "#{rubber_env.graylog_web_dir}/conf/graylog2-web-interface.conf" graylog_server_uris = rubber_instances.for_role('graylog_server').collect { |i| "http://#{i.internal_ip}:12900/" }.join(',') %> # 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="<%= graylog_server_uris %>" # 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 -N 1 -s 96 application.secret="<%= rubber_env.graylog_web_secret %>" # 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="<%= rubber_env.timezone %>" # 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
Version data entries
11 entries across 11 versions & 1 rubygems