db-tutorial/docs/12.数据库/07.搜索引擎数据库/02.Elastic/README.md

59 lines
2.5 KiB
Markdown
Raw Normal View History

2022-04-11 16:52:35 +08:00
---
title: Elastic 技术栈
date: 2022-04-11 16:52:35
2022-06-09 15:16:02 +08:00
categories:
- 数据库
- 搜索引擎数据库
- Elastic
2022-06-09 15:16:02 +08:00
tags:
- 数据库
- 搜索引擎数据库
- Elastic
2022-06-09 15:16:02 +08:00
permalink: /pages/7bf7f7/
hidden: true
2022-04-11 16:52:35 +08:00
---
# Elastic 技术栈
2022-04-12 16:16:10 +08:00
> **Elastic 技术栈通常被用来作为日志采集、检索、可视化的解决方案。**
2022-04-11 16:52:35 +08:00
>
> ELK 是 elastic 公司旗下三款产品 [Elasticsearch](https://www.elastic.co/products/elasticsearch) 、[Logstash](https://www.elastic.co/products/logstash) 、[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。
>
> [Logstash](https://www.elastic.co/products/logstash) 传输和处理你的日志、事务或其他数据。
>
> [Kibana](https://www.elastic.co/products/kibana) 将 Elasticsearch 的数据分析并渲染为可视化的报表。
>
> Elastic 技术栈,在 ELK 的基础上扩展了一些新的产品,如:[Beats](https://www.elastic.co/products/beats) 、[X-Pack](https://www.elastic.co/products/x-pack) 。
## 📖 内容
2022-04-12 16:16:10 +08:00
- [Elastic 快速入门](01.Elastic快速入门.md)
- [Elastic 技术栈之 Filebeat](02.Elastic技术栈之Filebeat.md)
- [Filebeat 运维](03.Filebeat运维.md)
- [Elastic 技术栈之 Kibana](04.Elastic技术栈之Kibana.md)
- [Kibana 运维](05.Kibana运维.md)
- [Elastic 技术栈之 Logstash](06.Elastic技术栈之Logstash.md)
- [Logstash 运维](07.Logstash运维.md)
2022-04-11 16:52:35 +08:00
## 📚 资料
- **官方**
- [Logstash 官网](https://www.elastic.co/cn/products/logstash)
- [Logstash Github](https://github.com/elastic/logstash)
- [Logstash 官方文档](https://www.elastic.co/guide/en/logstash/current/index.html)
- [Kibana 官网](https://www.elastic.co/cn/products/kibana)
- [Kibana Github](https://github.com/elastic/kibana)
- [Kibana 官方文档](https://www.elastic.co/guide/en/kibana/current/index.html)
- [Beats 官网](https://www.elastic.co/cn/products/beats)
- [Beats Github](https://github.com/elastic/beats)
- [Beats 官方文档](https://www.elastic.co/guide/en/beats/libbeat/current/index.html)
- **第三方工具**
- [logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder)
- **文章**
- [Elasticsearch+Logstash+Kibana 教程](https://www.cnblogs.com/xing901022/p/4704319.html)
- [ELKElasticsearch、Logstash、Kibana安装和配置](https://github.com/judasn/Linux-Tutorial/blob/master/ELK-Install-And-Settings.md)
## 🚪 传送
2022-07-16 10:44:19 +08:00
◾ 💧 [钝悟的 IT 知识图谱](https://dunwu.github.io/waterdrop/) ◾ 🎯 [钝悟的博客](https://dunwu.github.io/blog/) ◾