Hi all.
I’m trying to setup a graylog instance where the graylog server is accessed using a Virtual IP, but I’m having issues configuring graylog-server. The server starts, however searching does not yield any result. Accessing directly elasticsearch I can see there are logs and incoming logs get indexed. There are no errors on the graylog-server / elasticsearch, etc…
I’ve this configuration on the graylog:
rest_listen_uri = http://198.18.132.62:9000/api/ #Address 1989.* is not visible from outside
rest_transport_uri = http://10.113.131.226:9000/api/ #This is the VIP, accessible from outside.
web_listen_uri = http://198.18.132.62:9000/
I’m using graylog 2.3.1 in a single instance.
If I try to search “all messages” I can see a JavaScript an error on the browser:
Unhandled rejection _determineSearchDuration@http://10.113.131.226:9000/assets/53.60cabbd99c29123b58da.js:1:3315
_determineHistogramResolution@http://10.113.131.226:9000/assets/53.60cabbd99c29123b58da.js:1:3522
...
There’s also another error on the network view of the browser:
GET XHR http://netwin-manager.c.ptin.corppt.com:9000/api/plugins/org.graylog.plugins.usagestatistics/opt-out -> 404 Not found
Any ideia how to solve this? I’ve spend a few hours trying to figure out the configuration problem without any success.
Thanks,
Rui