Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .gitbook/assets/graylog-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/graylog-input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 3 additions & 9 deletions how-to-guides/graylog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ This article explains how to set up Fluentd with [Graylog](https://www.graylog.o
## Prerequisites

* Basic Understanding of Fluentd
* Linux Server (Ubuntu 24.04 LTS is not supported yet. Use 20.04 or 22.04)
* Linux Server (Ubuntu 26.04 LTS is not supported yet. Use 22.04 or 24.04)
* [Fluentd](https://www.fluentd.org/)
* [MongoDB Community Server](https://www.mongodb.com/try/download/community), Use 7.0.
* [Graylog](https://graylog.org/), Use 6.1.

<!-- Ubuntu 24.04LTS is not officially supported for Graylog2 6.0-->
* [MongoDB Community Server](https://www.mongodb.com/try/download/community), Use 8.0.
Comment thread
kenhys marked this conversation as resolved.
* [Graylog](https://graylog.org/), Use 7.1.

You can install Fluentd via major packaging systems.

Expand All @@ -20,10 +18,6 @@ You can install MongoDB via major packaging systems.

* [MongoDB Community Server](https://www.mongodb.com/try/download/community)

{% hint style='warning' %}
Use MongoDB 7.x because Graylog 6.1 does not support MongoDB 8.x.
{% endhint %}

You can install Graylog Data Node and Server on Ubuntu.

* [Ubuntu Installation](https://go2docs.graylog.org/current/downloading_and_installing_graylog/ubuntu_installation.htm)
Expand Down