linux-tutorial/docs/linux/soft/elastic/README.md

42 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Elastic 技术栈
> **Elastic 技术栈通常被用来作为日志中心。**
>
> ELK 是 elastic 公司旗下三款产品 [ElasticSearch](https://www.elastic.co/products/elasticsearch) 、[Logstash](https://www.elastic.co/products/logstash) 、[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。
>
> [ElasticSearch](https://www.elastic.co/products/elasticsearch) 是一个基于 [Lucene](http://lucene.apache.org/core/documentation.html) 构建的开源分布式RESTful 搜索引擎。
>
> [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) 。
## 目录
[Elastic 技术栈之快速指南](elastic-quickstart.md)
[Elastic 技术栈之 Logstash 基础](elastic-logstash.md)
## 资源
**官方资源**
[Elastic 官方文档](https://www.elastic.co/guide/index.html)
**第三方工具**
[logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder)
**教程**
[Elasticsearch 权威指南(中文版)](https://es.xiaoleilu.com/index.html)
[ELK Stack权威指南](https://github.com/chenryn/logstash-best-practice-cn)
**博文**
[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)