# Elastic 技术栈

Elastic 技术栈通常被用来作为日志中心。

ELK 是 elastic 公司旗下三款产品 ElasticSearch (opens new window)Logstash (opens new window)Kibana (opens new window) 的首字母组合。

ElasticSearch (opens new window) 是一个基于 Lucene (opens new window) 构建的开源,分布式,RESTful 搜索引擎。

Logstash (opens new window) 传输和处理你的日志、事务或其他数据。

Kibana (opens new window) 将 Elasticsearch 的数据分析并渲染为可视化的报表。

Elastic 技术栈,在 ELK 的基础上扩展了一些新的产品,如:Beats (opens new window)X-Pack (opens new window)

# 目录

Elastic 技术栈之入门指南

Elastic 技术栈之 Logstash 基础

# 资源

官方资源

Elastic 官方文档 (opens new window)

第三方工具

logstash-logback-encoder (opens new window)

教程

Elasticsearch 权威指南(中文版) (opens new window)

ELK Stack权威指南 (opens new window)

博文

Elasticsearch+Logstash+Kibana教程 (opens new window)

ELK(Elasticsearch、Logstash、Kibana)安装和配置 (opens new window)