New setup for graylog the web interface is not working

Hi, I am setting up the newest graylog version but the web interface has error.
Server currently unavailable
We are experiencing problems connecting to the Graylog server running on 10.0.3.98:12900/. Please verify that the server is healthy and working correctly.

You will be automatically redirected to the previous page once we can connect to the server.

Do you need a hand? We can help you.

More details

My server.conf
is_master = true
node_id_file = /etc/graylog/server/node-id
password_secret = ae499bf67c1f9553370b156d9da9c313ed3308cb845420985b539bcf03365822
root_password_sha2 = abaaa93b6144c68ae7e10c531d9d58e8c5e97409d3030d5728f7ab41bc8f154f
plugin_dir = /usr/share/graylog-server/plugin
rest_listen_uri = 10.0.3.98:12900
web_enable = true
web_listen_uri = 10.0.3.98:9000
rotation_strategy = time
elasticsearch_max_docs_per_index = 20000000
elasticsearch_max_time_per_index = 1d
elasticsearch_max_number_of_indices = 20
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

graylog.log

2017-06-07T17:32:11.074Z INFO [NetworkListener] Started listener bound to [10.0.3.98:12900]
2017-06-07T17:32:11.076Z INFO [HttpServer] [HttpServer] Started.
2017-06-07T17:32:11.076Z INFO [JerseyService] Started REST API at http://10.0.3.98:12900/
2017-06-07T17:32:12.966Z INFO [NetworkListener] Started listener bound to [10.0.3.98:9000]
2017-06-07T17:32:12.967Z INFO [HttpServer] [HttpServer-1] Started.
2017-06-07T17:32:12.967Z INFO [JerseyService] Started Web Interface at http://10.0.3.98:9000/
2017-06-07T17:32:12.968Z INFO [ServiceManagerListener] Services are healthy
2017-06-07T17:32:12.969Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
2017-06-07T17:32:12.969Z INFO [ServerBootstrap] Services started, startup times in ms: {OutputSetupService [RUNNING]=11, KafkaJournal [RUNNING]=16, BufferSynchronizerService [RUNNING]=17, InputSetupService [RUNNING]=34, ConfigurationEtagService [RUNNING]=55, JournalReader [RUNNING]=55, StreamCacheService [RUNNING]=63, PeriodicalsService [RUNNING]=106, IndexerSetupService [RUNNING]=3362, JerseyService [RUNNING]=12338}
2017-06-07T17:32:12.975Z INFO [ServerBootstrap] Graylog server up and running.

by adding
rest_transport_uri = http://my_amazon_public_ip:12900

it works…

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