I am using Graylog 4.0.2 on Debian 10 and I get this message You are running an outdated Graylog version. The most recent stable Graylog version is 4.0.3 (Noir). When I use apt get update no update is found. The file in /etc/apt/sources.list.d/graylog.list looks like:
deb https://packages.graylog2.org/repo/debian/ stable 4.0
So far I have been able to get the updates without any problems. Can you help me.
Check the documentation and make sure you are refreshing the repo
Like @cawfehman said make sure you have the latest repo and before you execute “update” try cleaning up you repo’s first with this.
$ sudo apt-get clean
thank you i have solved my problem