Hi Jochen thank you. actually am facing below challenges,
1) how to add those non-master nodes to this master node. 2) how web interface will communicate to non-master nodes & whats the configuration? 3) Without mongodb replica-set is it possible to make graylog cluster? hope "web_enable = false" can disable non-master web interfaces. Thanks, Rajkumar On Tuesday, May 3, 2016 at 7:14:46 PM UTC+5:30, Jochen Schalanda wrote: > > Hi Raj, > > the configuration you've posted looks sane. Is there any specific problem > you encounter while setting up additional Graylog non-master nodes? > > Cheers, > Jochen > > On Tuesday, 3 May 2016 12:41:02 UTC+2, raj kumar wrote: >> >> 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/f7d8c2be-d463-46ac-ae32-9259f79a7cc4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
