I’m very new to Graylog and I have been doing a lot of sandbox testing to find a log aggregation solution that will do what our little group needs. I was following the documentation for the installation of GrayLog from the main website. The link in question is here. It appears that the installation process for Mongo calls out this line:
wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -
But when I run it on my fresh Debian 11 box I get the following errors:
logs:~$ wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.
Is there current documentation elsewhere? I’m not sure what to substitute here to make this work.