ELK资料
2019獨角獸企業(yè)重金招聘Python工程師標準>>>
1.ELK整體介紹(Elasticsearch + Logstash + Kibana)
??? (必看) Using elasticsearch, logstash & kibana to create realtime dashboards
????????https://speakerdeck.com/elasticsearch/using-elasticsearch-logstash-and-kibana-to-create-realtime-dashboards
??????? Elasticsearch官方的slide
??? (必看) Collect & visualize your logs with Logstash, Elasticsearch & Redis
????????http://michael.bouvy.net/blog/en/2013/11/19/collect-visualize-your-logs-logstash-elasticsearch-redis-kibana/
??????? 對搭建ELK平臺的具體操作做了詳細介紹。
??? (必看)2014 SCALE12X-Introduction to Elasticsearch, Logstash and Kibana
????????https://speakerdeck.com/elasticsearch/scale-12x-introduction-to-elasticsearch-logstash-and-kibana
??????? Elasticsearch的說明占50%,logstash的說明占40%,Kibana的說明占10%
??? 使用logstash+elasticsearch+kibana快速搭建日志平臺
????????http://www.cnblogs.com/buzzlight/p/logstash_elasticsearch_kibana_log.html
??? Kibana+Logstash+Elasticsearch 日志查詢系統(tǒng)
????????http://enable.blog.51cto.com/747951/1049411
??? Log Analytics Using Elasticsearch-Logstash-Kibana(Part 1)
????????http://blog.nugrahais.me/blog/2013/12/23/log-analytics-using-elasticsearch-logstash-kibana-part-1/
??? Using ElasticSearch and Logstash to Serve Billions of Searchable Events for Customers
????????http://www.elasticsearch.org/blog/using-elasticsearch-and-logstash-to-serve-billions-of-searchable-events-for-customers/
??????? 使用ELK的一個介紹
? ? 一個很簡潔,很簡潔的ELK介紹 (2014年9月16日更新)
? ? ? ??http://slides.com/garyelephant/elk-intro#/
2.logstash介紹
??? (必看) Logstash -Nicolas Szalay
????????http://slides.com/aurelienrougemont/logstash/
??? (必看) Getting started with Logstash - New to Logstash? Start here!
????????http://logstash.net/docs/1.4.0/tutorials/getting-started-with-logstash
?????? ?
??? (必看) Logstash-Jordan Sissel
????????http://semicomplete.com/presentations/logstash-scale11x/#/
??? Logstash and friends
????????http://www.slideshare.net/roidelapluie/logstash-and-friends?qid=0c61ce8f-1a87-4678-a9c7-61a18ae74993&v=default&b=&from_search=11
??? Logstash
????????http://www.slideshare.net/startit/logstash-29012201?qid=0c61ce8f-1a87-4678-a9c7-61a18ae74993&v=default&b=&from_search=7
??????? page 11 to page 32:直觀的羅列了一些input,filter,output,講解了一下grok pattern
??? Starting out with grok in Logstash
????????http://antonlindstrom.com/2012/09/24/starting-out-with-grok-in-logstash.html
??????? 介紹Logstash Grok Filter
??? (重要) Logstash1.4.0 Grok Filter Docs
????????http://logstash.net/docs/1.4.0/filters/grok
??? (重要) Logstash1.4.0 Grok Filter 的 Predefined Patterns
????????https://github.com/elasticsearch/logstash/tree/v1.4.0/patterns
??????? 如BASE10NUM的Predefined Pattern是 (?<![0-9.+-])(?>[+-]?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+)))
??? (重要)?http://grokdebug.herokuapp.com/
??????? 可以用來學習和測試Grok匹配的一個網(wǎng)站
3.Elasticsearch介紹
??? (必看) Elasticsearch :Search made easy for (web) developers
????????http://spinscale.github.io/elasticsearch/2012-03-jugm.html#/
??? (必看) Getting Down and dirty with Elasticsearch
????????http://www.slideshare.net/clintongormley/down-and-dirty-with-elasticsearch
??????? 200pages+的slide,對Elasticsearch的Rest API介紹的比較多
??? (必看) Elasticsearch :Pluggable architecture under the hood
????????http://spinscale.github.io/elasticsearch-intro-plugins/#/
??? (必看) An interactive coder oriented Elasticsearch tutorial [此條目更新于2014-10-10]
????????https://github.com/s1monw/hammertime
??????? 作者是Elasticsearch的一個主要開發(fā)者。純代碼形式的tutorial,簡單過了一下Es的主要功能,可以下載下來執(zhí)行一下。
??? (必看) Exploring Elasticsearch
????????http://exploringelasticsearch.com/
??????? 系統(tǒng)的介紹了Elasticsearch, 當然這本書“Elasticsearch Server”比它更全面、細節(jié)更多
??? (重要) Terms of endearment - the ElasticSearch Query DSL explained
????????http://www.slideshare.net/clintongormley/terms-of-endearment-the-elasticsearch-query-dsl-explained
??? Apache Lucene - Query Parser Syntax
??????? (1)?http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax
????????(2) http://lucene.apache.org/core/4_6_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Overview
??????? Lucene的Query語法格式
??? Learning Elasticsearch
????????http://slides.com/garyelephant/learning-elasticsearch
??????? 推薦一下我制作的slide, 參考了很多資料集百家之所長、有針對性做的,從各方面介紹Elasticsearch, 內(nèi)容不斷更新中。
??? (重要) Elasticsearch References: Glossary of terms
????????http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/glossary.html#glossary
??????? Elasticsearch的一些核心概念
??? (重要) What is an ElasticSearch Index?
????????http://euphonious-intuition.com/2013/02/what-is-an-elasticsearch-index/
??????? 詳細介紹Index
??? (重要) An introduction to mapping in elasticsearch
????????http://euphonious-intuition.com/2012/07/an-introduction-to-mapping-in-elasticsearch/
??? inquisitor
????????https://github.com/polyfractal/elasticsearch-inquisitor
??????? 這個elasticsearch site pluging 可以幫助你測試和理解Query, 如測試一句話使用各種analyzer分詞的結果。
?? ?
??? Elasticsearch Facets
????????http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-facets.html
?? ?
??? Elasticsearch Aggregations Overview
????????http://chrissimpson.co.uk/elasticsearch-aggregations-overview.html
??? Elastic Search Training#1 (brief tutorial)-ESCC#1
????????http://www.slideshare.net/medcl/elastic-search-training1-brief-tutorial
??? Lucene Scoring and elasticsearch’s _all Field
????????http://jontai.me/blog/2012/10/lucene-scoring-and-elasticsearch-_all-field/
??????? Elasticsearch 數(shù)據(jù)的score計算
?? ?
??? Advanced Scoring in elasticsearch
????????http://jontai.me/blog/2013/01/advanced-scoring-in-elasticsearch/
??????? Elasticsearch 數(shù)據(jù)的score計算
4.Elasticsearch優(yōu)化
??? elasticsearch configuration
????????http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html#setup-configuration-memory
??? elasticsearch configuration and performance tuning.html
????????http://weiweiwang.github.io/elasticsearch-configuration-and-performance-tuning.html
??? ElasticSearch Training#2 (advanced concepts)-ESCC#1
????????http://www.slideshare.net/medcl/elastic-search-training2-advanced-concepts
??????? Elasticsearch的性能優(yōu)化,查詢優(yōu)化等技巧
??? Elasticsearch Java Virtual Machine settings explained
????????http://jprante.github.io/2012/11/28/Elasticsearch-Java-Virtual-Machine-settings-explained.html
??? ElasticSearch and Logstash Tuning
????????http://jablonskis.org/2013/elasticsearch-and-logstash-tuning/
?? ?
??? Elasticsearch Plugin: Marvel?
????????http://www.elasticsearch.org/overview/marvel/
??????? Elasticsearch.org發(fā)布的Elasticsearch集群監(jiān)控工具
??? Elasticsearch Plugin: Head
????????https://github.com/mobz/elasticsearch-head
??? Elasticsearch Plugin: Bigdesk - Live charts and statistics for elasticsearch cluster.
????????http://bigdesk.org/
??? Elasticsearch Plugin: Paramedic
????????https://github.com/karmi/elasticsearch-paramedic
??? Scaling Massive Elasticsearch Clusters
????????http://www.slideshare.net/sematext/scaling-massive-elasticsearch-clusters
??????? Elasticsearch集群
5.Kibana介紹
??? (必看) 10 Minute Walk Through Kibana
????????http://www.elasticsearch.org/guide/en/kibana/current/using-kibana-for-the-first-time.html
??????? Elasticsearch.org官方的Guide, 最近剛發(fā)布的。
????
??? Kibana Overview
????????http://www.elasticsearch.org/overview/kibana/
????
??? What’s Cooking in Kibana
????????http://www.elasticsearch.org/blog/whats-cooking-kibana/
????
??? Kibana 3: Milestone 4
????????http://www.elasticsearch.org/blog/kibana-3-milestone-4/
??????? Kibana3.m4的新功能特性
??? Kibana入門-Yusuke Mito
????????https://speakerdeck.com/y310/kibanaru-men?slide=23
??????? page23 ~ page37? 里面有各種panel的截圖
6.Elasticsearch的實際應用(updated in 2014-05-05)
??? Building a Recipe Search Site with Angular and Elasticsearch
????????http://www.sitepoint.com/building-recipe-search-site-angular-elasticsearch/
??????? 一個使用Angular和Elasticsearch搭建,食譜搜索應用的簡單例子
7.最根本最重要的Resources
? (1) Elasticsearch團隊博客,每周更新
??????http://www.elasticsearch.org/blog
? (2) Elasticsearch最新版本的API References
??????http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index.html
???? ?
? (3) logstash 1.4.0 的documents
??????http://logstash.net/docs/1.4.0/
? (4) Kibana最新版本的documents
??????http://www.elasticsearch.org/guide/en/kibana/current/index.html
7.推薦2本書籍
??? "Elasticsearch Server"
????????????? 推薦初學者看此書,至少應看完Chapter1,Chapter2, 而且目錄可以幫助你規(guī)劃學習路線。
??? "Mastering Elasticsearch"
本文整理的是2014年4月15日以前的學習資源,如果以后發(fā)現(xiàn)更優(yōu)質資源,將隨時更新,也歡迎讀者提供資源,請私信或評論。
轉載本文請注明作者和出處[Gary的影響力]http://garyelephant.me,請勿用于任何商業(yè)用途!
Author: Gary Gao(?garygaowork[at]gmail.com) 關注互聯(lián)網(wǎng)、分布式、高性能、NoSQL、自動化、軟件團隊
轉載于:https://my.oschina.net/eddylinux/blog/529883
總結
- 上一篇: Java IO流总结
- 下一篇: Python中类与对象的关系