Installation filebeat on ubuntu 24 error

hi
i've follow that installation readme

for apt because i've to install filebeat on my ubuntu 24.04 servers.
But i've that error when i try to get apt update :

Ign:7 https://artifacts.elastic.co/packages/9.0/apt stable InRelease                                        
Err:8 https://artifacts.elastic.co/packages/9.0/apt stable Release
  404  Not Found [IP: 34.120.127.130 443]
Reading package lists... Done
E: The repository 'https://artifacts.elastic.co/packages/9.0/apt stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

there is some changes on elastic repo?
Thanks

I think you need

https://artifacts.elastic.co/packages/9.x/apt

note the .x

I guess that a type in the docs , not your mistake! Hopefully someone from elastic reads this and fixes it.

yes thanks a lot!!! it works!!!

1 Like