Hi Guys,

          I have configured 3 Graylog servers (mongodb service running on 
same servers)  which are running as standalone nodes, and i want to create 
cluster by integrating those standalone nodes. my requirement is, graylog 
cluster should have single web interface & same web node should be master. 

Below is my server.conf for all 3 standalone servers
# /etc/graylog/server/server.conf

is_master = true
node_id_file = /etc/graylog/server/node-id
password_secret = 4cbNVdNcWhzpi6ZwXXXXXXXXXXXXXXXXXXX
root_username = admin
root_password_sha2 = 8c6976e5b5410415bde908bd4dee15dfbXXXXXXXXXXXXXXX
root_timezone = Asia/Kolkata
plugin_dir = /usr/share/graylog-server/plugin
rest_listen_uri = http://192.168.100.178:12900/
web_listen_uri = http://192.168.100.178:9000/
web_enable = true
elasticsearch_cluster_discovery_timeout = 5000
elasticsearch_shards = 2
elasticsearch_replicas = 0
elasticsearch_index_prefix = graylog
allow_leading_wildcard_searches = false
elasticsearch_cluster_name = graylog
elasticsearch_discovery_zen_ping_unicast_hosts = 
192.168.100.62:9300,192.168.100.63:9300
elasticsearch_discovery_zen_ping_multicast_enabled = false
elasticsearch_analyzer = standard
output_batch_size = 500
output_flush_interval = 1
output_fault_count_threshold = 5
output_fault_penalty_seconds = 30
processbuffer_processors = 5
outputbuffer_processors = 3
processor_wait_strategy = blocking
ring_size = 65536
inputbuffer_ring_size = 65536
inputbuffer_processors = 2
inputbuffer_wait_strategy = blocking
message_journal_enabled = true
message_journal_dir = /var/lib/graylog-server/journal
lb_recognition_period_seconds = 3
mongodb_uri = mongodb://192.168.100.178/graylog
mongodb_max_connections = 100
mongodb_threads_allowed_to_block_multiplier = 5
content_packs_dir = /usr/share/graylog-server/contentpacks
content_packs_auto_load = grok-patterns.json

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/0936874c-bff7-41d7-891b-5d59a9c5a7ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to