emersonsoares / graylog-compose-nginx-proxy

Simple Graylog setup with Nginx reverse proxy securing the GELF HTTP endpoint with Basic Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just run: docker-compose up -d to start Graylog server with basic http security on GELF endpoint.

Sending in log data

curl --user admin:admin -XPOST http://localhost:3000/gelf -p0 -d '{"short_message":"Hello there", "host":"example.org", "facility":"test", "_foo":"bar"}' 

About

Simple Graylog setup with Nginx reverse proxy securing the GELF HTTP endpoint with Basic Authentication


Languages

Language:Nginx 100.0%