随笔分类 -  ELK

摘要:概述 映射官方文档:https://www.elastic.co/guide/en/elasticsearch/reference/7.17/mapping.html 映射(mapping)是ES中一个很重要的概念,我们知道ES的索引类似于MySQL中的表,而映射就类似于MySQL中的表结构,而文档 阅读全文
posted @ 2025-06-22 14:29 huangSir-devops 阅读(372) 评论(0) 推荐(0)
摘要:概述 官方文档:https://www.elastic.co/docs/manage-data/data-store/index-basics 索引是Elasticsearch中的基本存储单元,类似于MySql数据库中的表,包含一堆有相似结构的文档数据,在Elasticsearch可以创建多个索引。 阅读全文
posted @ 2025-06-21 14:10 huangSir-devops 阅读(350) 评论(0) 推荐(0)
摘要:概述 官方文档:https://www.elastic.co/guide/en/logstash/7.17/input-plugins.html 输入插件使 Logstash 能够读取特定的事件源。 LogStash 提供了 50 + 种输入插件,常见类型包括: 文件类:file, s3 网络类:b 阅读全文
posted @ 2025-06-15 20:02 huangSir-devops 阅读(163) 评论(0) 推荐(0)
摘要:概述 参考文档:https://www.elastic.co/guide/en/logstash/7.17/configuration-file-structure.html#list LogStash 是 Elastic Stack 中的数据处理引擎,用于收集、处理和转发日志数据。其配置文件是驱动 阅读全文
posted @ 2025-06-15 13:03 huangSir-devops 阅读(98) 评论(0) 推荐(0)
摘要:概述 官方文档:https://www.elastic.co/guide/en/logstash/7.17/introduction.html Logstash 是一款开源数据收集引擎,具备实时流水线功能。Logstash 可以动态地整合来自不同数据源的数据,并将其规范化到您选择的目标位置。它能够清 阅读全文
posted @ 2025-06-15 12:18 huangSir-devops 阅读(245) 评论(0) 推荐(1)
摘要:概述 本文主要讲解如何二进制安装Linux二进制集群 环境信息 主机名 IP地址 系统 ELK01 10.0.0.40 Ubuntu22.04 ELK02 10.0.0.41 Ubuntu22.04 ELK03 10.0.0.42 Ubuntu22.04 实操 安装JDK(所有节点都需要安装) El 阅读全文
posted @ 2025-06-14 22:08 huangSir-devops 阅读(326) 评论(1) 推荐(2)
摘要:概述 官方文档:https://www.elastic.co/cn/kibana GitHub地址:https://github.com/elastic/kibana Kibana 是一款开源的数据可视化和分析工具,通常与 Elasticsearch(分布式搜索和数据分析引擎)搭配使用,形成 ELK 阅读全文
posted @ 2025-06-04 20:00 huangSir-devops 阅读(226) 评论(0) 推荐(0)
摘要:概述 ElasticSearch官网:https://www.elastic.co/cn/elasticsearch GitHub地址:https://github.com/elastic/elasticsearch Elasticsearch 是使用Java语言且基于 Lucene 库的开源 分布 阅读全文
posted @ 2025-06-04 15:19 huangSir-devops 阅读(290) 评论(0) 推荐(0)

作者:你的名字
出处:你的博客链接
本文版权归作者和博客园共有,欢迎转载,但必须给出原文链接,并保留此段声明,否则保留追究法律责任的权利。