ElasticSearch

(Redirected from Elasticsearch)

Elasticsearch is a web based search engine released in 2010 that provides a distributed, multitenant-capable full-text search engine and schema-free JSON documents based on the Lucene library. You can use many differents tools to send logs to Elasticsearch, including Filebeat product from ElasticSearch developers. Elastisearch offer different software for sending data such as: Filebeat, Metricbeat[1], Packetbeat, Winlogbeat, Auditbeat, Heartbeat and Functionbeat

ElastaticSearch is also available as a docker image[2] or as service in AWS (AWS Elasticsearch) since November 2015.[3]

Installation edit

Activities edit

  1. Read ElasticSearch release notes: https://github.com/elastic/elasticsearch/releases
  2. Install ElasticSearch using Docker: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
/usr/share/elasticsearch/config/elasticsearch.yml
To connect: http://localhost:9200/
  1. Install Elasticsearch-hq management GUIs for Elasticsearch

See also edit

References edit