i tasting graylog server and configured on ubuntu server it working and accessible on 127.0.0.1 or localhost:9000 but i can not access it on my system IP Ex: 192.168.1.100.
i am teasting on VM machine
i tasting graylog server and configured on ubuntu server it working and accessible on 127.0.0.1 or localhost:9000 but i can not access it on my system IP Ex: 192.168.1.100.
i am teasting on VM machine
If you’ve not configured Graylog to listen on a different interface, then it won’t be publicly accessible. See https://docs.graylog.org/en/4.0/pages/getting_started/configure.html#web-properties for the bakes you need to set.
I edit all those line
in server.conf # http_publish_uri (Changed) # http_bind_address (changed)# Default: http://192.168.1.100:9200# elasticsearch_hosts =http://node1:9200,http://user:password@node2:19200 (Same)
elasticsearch.yml
#network.host: 192.168.1.100
#http.port: 9200
#discovery.zen.ping.unicast.hosts: [“es01.acme.org”, “es02.acme.org”] (Same)
but still not working on this ip
Try to change it to default ones at /etc/graylog/server/server.conf:
http_bind_address = 0.0.0.0:9000
Comment line: http_publish_uri
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.