SkyWalking环境搭建
Elasticsearch 搭建
下载elasticsearch-7.2.0,下载地址:https://www.elastic.co/cn/downloads/elasticsearch
sw8对应es7
groupadd es
useradd es -g es -p es
使用es用户启动 ./bin/elasticsearch -d
参考 https://blog.csdn.net/tcy1429920627/article/details/107815750
sw agent 在应用启动时配置 -javaagent:../skywalking-agent.jar=agent.service_name=fw-gateway,collector.backend_service=127.0.0.1:11800
sw agent详细配置 https://blog.csdn.net/lizz861109/article/details/107519853
本文来自博客园,作者:up~up,转载请注明原文链接:https://www.cnblogs.com/soft-engineer/p/15791413.html