me小怪兽

导航

随笔分类 -  elasticsearch

elasticsearch添加linux系统服务
摘要:vim /usr/lib/systemd/system/elasticsearch.service [Unit] Description=elasticsearch After=network.target [Service] Type=forking User=es #es用户 Environme 阅读全文

posted @ 2022-11-16 11:11 me小怪兽 阅读(432) 评论(0) 推荐(0)

log4j处理方式
摘要:ElasticSearch Log4j 版本升级方法,涉及到log4j的都适用 处理思路 1、下载最新版编译好的Log4j的jar包 2、解压后,找到如下四个文件,并上传到服务器 3、删除服务器上低版本的Log4j的jar包 4、将最新版Log4j的jar包复制过去 5、重启ElasticSearc 阅读全文

posted @ 2022-08-31 16:46 me小怪兽 阅读(466) 评论(0) 推荐(0)

安装elasticsearch集群
摘要:https://www.elastic.co/cn/downloads/elasticsearch一、elasticsearch 9300 9200的协议不同:1、9200作为Http协议,主要用于外部通讯。2、9300作为Tcp协议,jar之间就是通过tcp协议通讯。3、ES集群之间是通过9300 阅读全文

posted @ 2022-08-29 16:39 me小怪兽 阅读(80) 评论(0) 推荐(0)