Awesome Elasticsearch


原文链接: Awesome Elasticsearch

http://elasticsearch-cheatsheet.jolicode.com/

如果是按日期索引的日志,那么最好定期清除旧索引:
curl -XDELETE -u <USER>:<PASSWORD> http://<HOST>:9200/logstash-$(date -d '-10days' +'%Y.%m.%d')

#elasticsearch资源汇总

awesome-elasticsearch

插件汇总

ES权威指南中文

ES权威指南英文

ES安全search-guard

elasticsearch相关介绍

solr和elasticsearch对比

##ES管理

bigdesk

##容器化

elasticsearch-cloud-kubernetes

Docker Official Image packaging for elasticsearch

##剖析Elasticsearch集群系列

##企业使用案例

索引原理

ES原理

ES analyzer

docvalues 介绍

ElasticSearch存储文件解析
#问题解决

如何防止elasticsearch的脑裂问题

9 Tips on ElasticSearch Configuration for High Performance

Awesome Elasticsearch

Awesome TypeScript -= Awesome Elasticsearch =-

General

Elastic Stack

  • Elasticsearch official website
  • Logstash is a data pipeline that helps you process logs and other event data from a variety of systems
  • Kibana is a data analysis tool that helps to visualize your data; Kibana Manual docs
  • beats is the platform for building lightweight, open source data shippers for many types of data you want to enrich with Logstash, search and analyze in Elasticsearch, and visualize in Kibana.

Open-source and free products, based on Elasticsearch

  • Yelp/elastalert is a modular flexible rules based alerting system written in Python
  • exceptionless/Exceptionless is an error (exceptions) collecting and reporting server with client bindings for a various programming languages
  • searchkit/searchkit is a UI framework based on React to build awesome search experiences with Elasticsearch

Elasticsearch developer tools and utilities

Development and debugging

  • Sense (from Elastic) A JSON aware developer console to ElasticSearch; official and very powerful
  • Sense (Google Chrome extension) A JSON aware developer console to ElasticSearch; unofficial but very powerful
  • ES-mode An Emacs major mode for interacting with Elasticsearch (similar to Sense)
  • Elasticsearch Cheatsheet Examples for the most used queries, API and settings for all major version of Elasticsearch
  • Elasticstat CLI tool displaying monitoring informations like htop

Import and Export

  • Knapsack plugin is an "swiss knife" export/import plugin for Elasticsearch
  • Elasticsearch-Exporter is a command line script to import/export data from ElasticSearch to various other storage systems
  • esbulk Parallel elasticsearch bulk indexing utility for the command line.
  • elasticdump - tools for moving and saving indicies

Elasticsearch plugins

Cluster

Other

  • SIREn Join Plugin for Elasticsearch This plugin extends Elasticsearch with new search actions and a filter query parser that enables to perform a "Filter Join" between two set of documents (in the same index or in different indexes).

Integrations and SQL support

Kibana plugins and applications

Kibana Visualization plugins

Discussions and social media

Tutorials

Articles

System configuration

Scalable Infrastructure and performance

Integrations

Logging

Alerts

Time series

Machine Learning

Other

Videos

Overviews

Advanced

Configuration file samples and other gists

Who is using elasticsearch?

Yelp,
IFTTT,
StackExchange,
Raygun,
Mozilla,
Spotify,
CERN,
NASA

Contributing

  • Make sure you are about to post a valuable resource that belongs to this list
  • Use spellchiker
  • All spelling and grammar corrections are welcome
  • Fork this repo, do your edits, send the pull request
  • Feel free to create any new sections
  • Add yourself to the "Contributors" section if you will
  • Do not even try to add this repo to any awesome-awesome-* lists

Contributors

@dzharii, @...

Awesome TypeScript -= Awesome Elasticsearch =-

`