Graylog: Difference between revisions

Tboston (talk | contribs)
mNo edit summary
Tboston (talk | contribs)
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.15.0.<syntaxhighlight lang="nix">
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, ... }:
{
{