Graylog: Difference between revisions
mNo edit summary |
m Add opensearch version statements and clarification |
||
Line 4: | Line 4: | ||
The installation consists of three different software programs, namely Graylog, [[MongoDB]] and [[OpenSearch]]. | The installation consists of three different software programs, namely Graylog, [[MongoDB]] and [[OpenSearch]]. | ||
It's advised to pin each package to one major version to circumvent upgrade issues. See following example that uses Graylog 6, MongoDB 6 and Opensearch 2. | It's advised to pin each package to one major version to circumvent upgrade issues. See following example that uses Graylog 6, MongoDB 6 and Opensearch 2.14.0. We're on NixOS 24.05. | ||
Regarding OpenSearch, the version seems to be important. See Troubleshooting below to know why.<syntaxhighlight lang="nix"> | |||
{ config, pkgs, ... }: | { config, pkgs, ... }: | ||
{ | { |