I'm planning to setup a 3-node elasticsearch cluster for our graylog2 logging environment, but am a bit confused by the elasticsearch_* settings in the graylog2 server.conf file:
eg. # Embedded elasticsearch configuration file #elasticsearch_config_file = /etc/graylog2-elasticsearch.yml elasticsearch_max_docs_per_index = 20000000 # elasticsearch_max_number_of_indices*elasticsearch_max_docs_per_index=total number of messages in your setup elasticsearch_max_number_of_indices = 5 elasticsearch_shards = 4 elasticsearch_replicas = 0 elasticsearch_index_prefix = graylog2 .... etc... Do these settings (e.g. shards, replicas, indices) over-ride the elasticsearch settings that I configure in elasticsearch's config file? >From the graylog2 server's server.conf file I'm guessing that graylog2_server has an embedded version of elasticsearch. Is this correct? Thank you, -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
