Hi All,
i am unable to install logstash-7.10.0 package from APT repository.
To download and install logstash-7.10.0, used the following steps for APT distributions.
-
Download and install the Public Signing Key:
$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - -
Install the apt-transport-https package on Debian before proceeding:
$ sudo apt-get install apt-transport-https -
Save the repository definition to /etc/apt/sources.list.d/elastic-7.10.list:
echo "deb https://artifacts.elastic.co/packages/7.10/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.10.list -
run the sudo apt-get update and the repository is ready for use.
$ sudo apt-get update && sudo apt-get install logstash
Error-1
Err:6 https://artifacts.elastic.co/packages/oss-7.10/apt stable Release
404 Not Found [IP: 199.232.58.222 443]
Reading package lists... Done
Error-2
Err:6 https://artifacts.elastic.co/packages/7.10/apt stable Release
404 Not Found [IP: 151.101.62.222 443]
Reading package lists... Done
E: The repository 'https://artifacts.elastic.co/packages/7.10/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.
Please suggest, if any body facing error like above.
Regards,
SK