随笔分类 - ELK Stack
摘要:默认情况下,拥有安全免费许可证时,Elasticsearch安全功能被禁用。 在elasticsearch.yml配置文件中,配置如下: ``` cluster.name: my-application node.name: node-1 network.host: 192.168.10.21 di
阅读全文
摘要:转载自:https://www.cuiliangblog.cn/detail/article/63 > 在某些存在业务高峰期的场景下,期间可能会产生大量日志,如果继续使用fleet采集日志,使用ingest处理数据,可能会出现写入堆积的情况。此时可采用传统的Filebeat方式采集日志,引入Kafk
阅读全文
摘要:``` 删除索引 curl -u elastic:w33AKwVH8vYT1MkUuRkI -XDELETE http://localhost:9200/index_name 查看集群状态 curl -u elastic:w33AKwVH8vYT1MkUuRkI -XGET 'http://loca
阅读全文
摘要:下载地址:https://elasticsearch.cn/download/ 镜像站下载:http://dl.elasticsearch.cn/
阅读全文
摘要:转载自:https://mp.weixin.qq.com/s/QQxwYh1uLCkKn1LK72ojJA 在以前的系统中,我们可以使用如下的几种方式来采集日志: 1.我们可以直接使用 Beats 把数据传入到 Elasticsearch 中。对数据的处理,我们可以使用 Beats 的 proces
阅读全文
摘要:转载自:https://mp.weixin.qq.com/s?__biz=MzU4MjQ0MTU4Ng==&mid=2247491992&idx=1&sn=a770252759790dae8f3b7926f9822260&chksm=fdbaee85cacd6793df70cc2f705a3c00f
阅读全文