Installing Logstash
Installing Logstash
APT
Download and install the Public Signing Key:
You may need to install the apt-transport-https
package on Debian before proceeding:
Save the repository definition to /etc/apt/sources.list.d/elastic-8.x.list
:
Use the
echo
method described above to add the Logstash repository. Do no useadd-apt-repository
as it will add adeb-src
entry as well, but we do not provide a source package. If you have added thedeb-src
entry, you will see an error like the following:Just delete the
deb-src
entry from the/etc/apt/sources.list
file and the installation should work as expected.
Run sudo apt-get update
and the repository is ready for use. You can install it with:
Running Daemon
Running Logstash
Reference
Last updated