├── LICENSE ├── README.md ├── content_pack.json ├── screenshot1.png ├── screenshot2.png └── testing ├── README.md └── graylog2 ├── docker-compose.yml ├── nginx.conf └── static └── hello.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/README.md -------------------------------------------------------------------------------- /content_pack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/content_pack.json -------------------------------------------------------------------------------- /screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/screenshot1.png -------------------------------------------------------------------------------- /screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/screenshot2.png -------------------------------------------------------------------------------- /testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/testing/README.md -------------------------------------------------------------------------------- /testing/graylog2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/testing/graylog2/docker-compose.yml -------------------------------------------------------------------------------- /testing/graylog2/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronlut/graylog-content-pack-nginx-docker/HEAD/testing/graylog2/nginx.conf -------------------------------------------------------------------------------- /testing/graylog2/static/hello.html: -------------------------------------------------------------------------------- 1 | hello 2 | --------------------------------------------------------------------------------