Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
373 stars 134 forks source link

Inputs labeled "not running" are actually running #51

Closed rvalle closed 5 years ago

rvalle commented 5 years ago

Hi!

I am New to Graylog, got completely lost during initial setup. I am running Graylog as instructed in the Documentation, using docker-compose.

I am trying to configure inputs that they are all labelled as "not running", If I try to click on start input there is an error on the web UI asking me to check the logs.

However the last log I see related to the input is that it is "RUNNING".

Messages are arriving, extractors are been procesed. Yet all my inputs are labelled as "not running" in red.

is that normal? did I miss something?

rvalle commented 5 years ago

I noticed other people reporting a similar condition in the graylog community forum. I found out what the problem is.

I have setup a GRAYLOG_HTTP_PROXY_URI and Graylog is forwarding internal requests the proxy, such as for checking the status of the runners or computing the messaging rates.

I had to add 172.* to the comma separated list of GRAYLOG_HTTP_NON_PROXY_HOSTS for this condition to be fixed.