Hello all,
I am running Ubuntu 16.04 LTS, Docker, and Portainer. I have followed the directions on graylog’s Docker setup and have ran into a few issues. Besides their lack of adding ports to the container that need to be opened. I am still persistently getting errors on certain pages. Error 500 or 400 depending on the page.
I get errors when trying to do certain things:
Adding Stream Rules
Creating Stream Rule failed with status: Error: cannot POST http://graylog2:9000/api/streams/59838a32cff47e0001a77436/rules (400)
Viewing Search Results Loading field information failed with status: cannot GET http://graylog2:9000/api/system/fields (500)
and Loading the Index Sets page Fetching index sets list failed: Unable to read information for indices [graylog_*]
Has anyone setup Graylog2 on Docker before and can give me their run commands for graylog. I have tested Elasticsearch and it is working and the mongo database is persisting my data.
I noticed that on some of the docker install pages it asks for Mongo:2 vs Mongo:3. Has Elasticsearch been update beyond v2?
I didn’t look. I just installed the 2.2.3 version and everything works as the documentation suggests. Has anyone else tried this. I don’t have the time to invest to trying to install it the 4th time. I tried it on 3 separate VM’s and even starting from scratch. 2.3 doesn’t seem to work on docker.
Here is the write-up that i did after i got it installed and working with 2.2.3"