debian安装ELK日志服务器配置apt镜像源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了debian安装ELK日志服务器配置apt镜像源相关的知识,希望对你有一定的参考价值。

网上有很多写Ubantua安装ELK日志服务的文档资料,但是很少有Debian安装的文档。因为前期对ELK接触很少,使用Debian安装总是在配置apt安装源的时候无法进行安装。经过扒翻资料,终于找到ELK官网给出的正解。如下:

1、安装java9

    apt install openjdk-9-jdk

2、配置镜像源:

安装公共密钥:
wget -qO  -  https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add  -

3、更新apt安装存储库:

 apt install apt-transport-https

  将存储库定义保存到 /etc/apt/sources.list.d/elastic-6.x.list

echo “deb https://artifacts.elastic.co/packages/6.x/apt stable main”| sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list

4、deb-src/etc/apt/sources.list文件中删除条目,安装应按预期工作

参考:https://www.elastic.co/guide/en/kibana/current/deb.html

以上是关于debian安装ELK日志服务器配置apt镜像源的主要内容,如果未能解决你的问题,请参考以下文章

使用apt-mirror搭建debian镜像源

Ubuntu apt 安装软件问题

在阿里云的Ubuntu ECS instance 使用Apt-get安装git

利用apt-mirror制作Ubuntu本地源

在debian下用apt-get install zeroc-ice33 安装了ice,如何修改安装路径?

debian部署docker(傻瓜式)