14 lines
635 B
Markdown
14 lines
635 B
Markdown
# Overview
|
|
|
|
This is a mix of [graylog2 open-core](https://github.com/Graylog2/docker-compose/blob/main/open-core/docker-compose.yml) and [graylog2 docker install docs.](https://go2docs.graylog.org/5-0/downloading_and_installing_graylog/docker_installation.htm)
|
|
|
|
# Usage
|
|
|
|
```
|
|
docker compose up
|
|
```
|
|
|
|
Access graylog [here.](http://localhost:9000)
|
|
|
|
nxlog.conf is the Window NXLOG configuration for sending GELF format logs to Graylog. Replace the default C:\Program Files\nxlog\conf\nxlog.conf with the one https://raw.githubusercontent.com/lawrencesystems/graylog/master/nxlog.conf and change the IP address to match your Graylog server.
|