File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,15 @@ graylog_http_external_uri: "http://{{ ansible_default_ipv4.address }}:9000/"
85
85
86
86
Take a look into `defaults/main.yml` to get an overview of all configuration parameters.
87
87
88
+ If you need to configure a graylog setting that we haven't set up, you can use `graylog_additional_config` to declare it :
89
+
90
+ ` ` ` yaml
91
+ graylog_additional_config:
92
+ elasticsearch_discovery_default_user: my_username
93
+ elasticsearch_discovery_default_password: "{{ my_password }}"
94
+ ` ` `
95
+
96
+
88
97
More detailed example
89
98
---------------------
90
99
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ graylog_elasticsearch_disable_version_check: True
56
56
graylog_elasticsearch_http_enabled : False
57
57
graylog_disable_index_optimization : True
58
58
graylog_index_optimization_max_num_segments : 1
59
- graylog_elasticsearch_discovery_enabled : True
59
+ graylog_elasticsearch_discovery_enabled : False
60
60
graylog_elasticsearch_discovery_frequency : " 30s"
61
61
graylog_elasticsearch_discovery_filter : " "
62
62
graylog_elasticsearch_max_total_connections : 20
You can’t perform that action at this time.
0 commit comments