docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
33.66k stars 6.48k forks source link

Compose file for Graylog Server doesn't exist #402

Open berkesayin opened 9 months ago

berkesayin commented 9 months ago

The Docker Compose file to run Graylog server doesn't exist currently. I added all required files according to contribution guide and request review from you.

This Docker Compose configuration uses three services which are MongoDB, Opensearch, and Graylog.

MongoDB stores Graylog's configuration, Opensearch stores the log data, and Graylog provides the user interface and processing logic to manage and analyze logs efficiently.

Here is the running containers with Docker Compose:

output1

Graylog Server up and running:

graylog
berkesayin commented 9 months ago

I opened a Pull Request regarding this issue. #404

Can you please review? @nicksieger @mikesir87 @glours

saurabhmehta1601 commented 8 months ago

@berkesayin the last commit in this repository was 11 months ago, seems like this project is inactive. I really liked this project 😞 and wanted to contribute to it.