Hi,

I'm running Graylog 2.0.0-rc.1 in a 2 node cluster. First node is primary 
running all services. Second node is configured as backend. When the 
secondary node is down, the primary can output around 8k messages per 
second. Once the secondary node is up and running the output will get down 
to 1k (for both nodes) and they will struggle to keep up. Peak time i get 
around 4k messages per second. I can't find any errors in the log files, 
and except for the buffers everything looks healthy.


Below is the only thing i changed in graylog.conf

Primary node:

allow_highlighting = true

elasticsearch_discovery_zen_ping_unicast_hosts = 1.1.1.32:9300,1.1.1.31:9300
elasticsearch_network_host = 1.1.1.32
elasticsearch_network_bind_host = 1.1.1.32
elasticsearch_network_publish_host = 1.1.1.32
message_journal_max_size = 2gb

Secondary Node:

allow_highlighting = true

elasticsearch_discovery_zen_ping_unicast_hosts = 1.1.1.31:9300,1.1.1.32:9300
elasticsearch_network_host = 1.1.1.31
elasticsearch_network_bind_host = 1.1.1.31
elasticsearch_network_publish_host = 1.1.1.31
message_journal_max_size = 2gb


Any help would be very much appreciated.

Thank you

-- 
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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/e36828eb-7893-442d-af1b-1f9b9e74f5fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to