> For the complete documentation index, see [llms.txt](https://hezhiqiang-1.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang-1.gitbook.io/linux/soft/elastic.md).

# 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 技术栈之快速指南](/linux/soft/elastic/elastic-quickstart.md)

[Elastic 技术栈之 Logstash 基础](/linux/soft/elastic/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)

[ELK（Elasticsearch、Logstash、Kibana）安装和配置](https://github.com/judasn/Linux-Tutorial/blob/master/ELK-Install-And-Settings.md)
