Sha256: 744d53796abbe82fe3ab890f0d9de0959ed99e8d049c9fee4f48cce7cd1e10de

Contents?: true

Size: 1002 Bytes

Versions: 9

Compression:

Stored size: 1002 Bytes

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 %>"

# 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="<%= 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 %>"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubber-2.9.0 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.8.1 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.8.0 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.7.5 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.7.4 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.7.3 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.7.2 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.7.1 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf
rubber-2.7.0 templates/graylog/config/rubber/role/graylog_web/graylog2-web-interface.conf