Ugrade to graylog 3.0 from 2.5

Hi ! Please heelp me understand what are the configuration settings I need to change to get everything working after the upgrade to 3.0

my current server.conf

is_master = true  
node_id_file = /etc/graylog/server/node-id  
plugin_dir = /usr/share/graylog-server/plugin  
rest_listen_uri = http://127.0.0.1:9000/api/  
trusted_proxies = 127.0.0.1/32, 0:0:0:0:0:0:0:1/128  
web_listen_uri = http://127.0.0.1:9000/  
web_endpoint_uri = https://graylog.mydomain.com/api/  
elasticsearch_hosts = http://10.10.10.1:9200, http://10.10.10.2:9200  
rotation_strategy = count  
elasticsearch_max_docs_per_index = 20000000  
elasticsearch_max_number_of_indices = 5  
retention_strategy = delete  
elasticsearch_shards = 4  
elasticsearch_replicas = 0  
elasticsearch_index_prefix = graylog  
allow_leading_wildcard_searches = false  
allow_highlighting = 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://localhost/graylog  
mongodb_max_connections = 1000  
mongodb_threads_allowed_to_block_multiplier = 5  
content_packs_dir = /usr/share/graylog-server/contentpacks  
content_packs_auto_load = grok-patterns.json  
proxied_requests_thread_pool_size = 32

Might I point you towards the following?

http://docs.graylog.org/en/3.0/pages/upgrade/graylog-3.0.html

That really should explain it all.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.