docker安装elasticsearch

1、使用docker拉取elasticsearch镜像dockerpulldocker.elastic.co/elasticsearch/elasticsearch:7.13.32、启动容器dockernetworkcreateelasticdockerrun-d--namees--netelastic-p9200:9200-p9300:9300-e"ES_JAVA_...

springboot输出json格式日志

1、在pom文件中添加依赖<dependency><groupId>net.logstash.logback</groupId><artifactId>logstash-logback-encoder</artifactId><version>6.2</version><&#x2...

ELK:filebeat采集springboot日志

本篇介绍如何通过filebeat来采集springboot日志1、设置springboot日志输出路径logging:file:path:D:/logs2、设置filebeat配置参数编辑filebeat.yml文件的filebeat.inputs参数filebeat.inputs:-type:logenabled:truepaths:-D:\logs\*json.keys_under_...

ELK:filebeat收集nginx日志

本篇介绍如何通过filebeat来收集nginx日志1、filebeat启用nginx模块linux:./filebeatmodulesenablenginxwindows:filebeat.exemodulesenablenginx2、配置nginx日志参数修改modules.d/nginx.yml文件-module:nginxaccess:enabled:truevar.paths:...

filebeat安装和启动

1、访问官网下载安装文件https://www.elastic.co/cn/beats/filebeat2、修改配置文件修改配置文件filebeat.yml,配置elasticsearch和kibana访问地址output.elasticsearch:hosts:["localhost:9200"]username:"elastic"password:&qu...

kibana安装和启动

1、访问官网地址下载安装文件Kibana:数据的探索、可视化和分析|Elastic2、修改配置文件打开config/kibana.yml文件,设置elasticsearch的访问地址elasticsearch.hosts:["http://localhost:9200"]3、启动命令linux:bin/kibanawindows:bin\kiban...

elasticsearch安装和启动

1、访问官网进行下载安装文件https://www.elastic.co/cn/elasticsearch/2、启动命令linux:bin/elasticsearchwindows:bin\elasticsearch.bat3、验证是否启动成功curlhttp://localhost:9200返回如下内容表示启动成功

windows下filebeat启动命令

启动命令:filebeat.exe-e-cfilebeat.yml

ngxin代理如何获取用户真实IP

1、修改nginx配置文件在location模块下添加如下配置获取代理前的用户IPproxy_set_headerX-real-ip$remote_addr;修改后配置参考如下:location/{try_files$uri$uri//index.html;proxy_set_headerX-real-ip$remote_addr;}2、java端...

wsl2子系统无法通过IP和端口访问window10应用的解决办法

解决方法:1、关闭window的防火墙简单粗暴,可以用来验证问题,但不太安全,确定是防火墙的问题后,可以通过方法二设置入站规则开放端口。2、开通响应端口入站规则