
ElasticSerach 7 教程(作者:Crazy.X)
https://github.com/xr2117/ElasticSearch7 作者:Crazy.X
Jansora编程爱好者, 天文爱好者
Docker 安装 ELK (ElasticSearch, Logstash, Kibana)
ELK (ElasticSearch, Logstash, Kibana)
Jansora编程爱好者, 天文爱好者
基于 docker 搭建 zookeeper(3.4.14) 集群 (5个节点)
基于 docker 搭建 zookeeper(3.4.14) 集群 (5个节点)
Jansora编程爱好者, 天文爱好者
zookeeper
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.
Jansora编程爱好者, 天文爱好者
Flume
Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. It uses a simple extensible data model that allows for online analytic application.
Jansora编程爱好者, 天文爱好者