Hi Jochen, OK I give a try on that.
*ubuntu@graylog:~$ cat /opt/graylog/conf/graylog.conf | grep replica# How many Elasticsearch shards and replicas should be used per index? Note that this only applies to newly created indices.elasticsearch_replicas = 1* Then using vim editor and make replica to 0: *# How many Elasticsearch shards and replicas should be used per index? Note that this only applies to newly created indices.elasticsearch_shards = 4elasticsearch_replicas = 0* I'll run the reconfigure command and let see how it goes. Thanks a lot Jochen. -- 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/ea94c9ab-e255-4056-9cfe-a0d96f68bdee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
