摘要: 单机 & 集群 单台 Elasticsearch 服务器提供服务,往往都有最大的负载能力,超过这个阈值,服务器性能就会大大降低甚至不可用,所以生产环境中,一般都是运行在指定服务器集群中。 除了负载能力,单点服务器也存在其他问题: 单台机器存储容量有限 单服务器容易出现单点故障,无法实现高可用 单服务 阅读全文
posted @ 2021-04-13 16:06 叮叮叮叮叮叮当 阅读(103) 评论(0) 推荐(0)
摘要: Elasticsearch是什么 The Elastic Stack, 包括 Elasticsearch、Kibana、Beats 和 Logstash(也称为 ELK Stack)。 能够安全可靠地获取任何来源、任何格式的数据,然后实时地对数据进行搜索、分析和可视化。Elaticsearch,简称 阅读全文
posted @ 2021-04-13 15:35 叮叮叮叮叮叮当 阅读(428) 评论(0) 推荐(0)
摘要: Spring Boot Actuator 是什么 // 官方文档 An actuator is a manufacturing term that refers to a mechanical device for moving or controlling something. Actuators 阅读全文
posted @ 2021-04-13 09:59 叮叮叮叮叮叮当 阅读(1063) 评论(0) 推荐(0)