Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veerendra2/elasticsearch-deploy-notes
Elasticsearch deploy notes
https://github.com/veerendra2/elasticsearch-deploy-notes
documentation elasticsearch elasticsearch-documents elasticsearch-install elk kibana
Last synced: 22 days ago
JSON representation
Elasticsearch deploy notes
- Host: GitHub
- URL: https://github.com/veerendra2/elasticsearch-deploy-notes
- Owner: veerendra2
- Created: 2022-02-24T17:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T22:45:27.000Z (about 2 years ago)
- Last Synced: 2024-08-05T17:45:35.481Z (3 months ago)
- Topics: documentation, elasticsearch, elasticsearch-documents, elasticsearch-install, elk, kibana
- Language: Shell
- Homepage: https://veerendra2.github.io/posts/elasticsearch-deploy/
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - veerendra2/elasticsearch-deploy-notes - Elasticsearch deploy notes (Shell)
README
![GitHub Repo stars](https://img.shields.io/github/stars/veerendra2/elasticsearch-deploy-notes?style=plastic) ![GitHub forks](https://img.shields.io/github/forks/veerendra2/elasticsearch-deploy-notes?style=plastic)
https://veerendra2.github.io/posts/elasticsearch-deploy/
# Elasticsearch Cluster
> This repo contains manual steps to deploy Elasticsearch cluster
### Elasticsearch
Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text
search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java. Elasticsearch
is the most popular enterprise search engine followed by Apache Solr, also based on Lucene.### Logstash
Logstash is a tool for managing events and logs. When used generically, the term encompasses a larger system of log collection, processing, storage and searching activities.### Kibana
Kibana is an open source data visualization dashboard for Elasticsearch. It provides visualization capabilities on top
of the content indexed on an Elasticsearch cluster. Users can create bar, line and scatter plots, or pie charts and maps on top of large volumes of data### Beats
Light weight data shippers
* Metricbeat
* Filebeat
* Journalbeat
* Heartbeat
* Packetbeat## Index
| Component | Doc Link |
|------------------------------|----------------------------------|
| Elasticsearch(Configuration) | [click here](elasticsearch) |
| Elasticsearch(Installation) | [click here](elasticsearch/INSTALL.md) |
| Kibana | [click here](kibana) |
| APM | [click here](apm) |
| Beats | [click here](beats) |
| Elastalert | [click here](elastalert) |## Doc Links
* [xPack Link](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-xpack.html)
* [Compatibility Matrix](https://www.elastic.co/support/matrix)
* [Subscriptions](https://www.elastic.co/subscriptions)
* [SSL Config](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html)
* [Elasticsearch Internals](https://www.elastic.co/guide/en/elasticsearch/guide/current/inside-a-shard.html)