Jump to content

Elasticsearch

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 111.65.59.25 (talk) at 07:12, 6 January 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Elasticsearch
Original author(s)Shay Banon
Developer(s)Elastic NV
Initial releaseFebruary 8, 2010; 14 years ago (2010-02-08)
Stable release
6.5.3
Repository
Written inJava
Operating systemCross-platform
TypeSearch and index
LicenseApache License 2.0
Websitewww.elastic.co/elasticsearch/ Edit this on Wikidata
Elastic NV
Company typePublic
ESTC on NYSE
IndustrySoftware development
HeadquartersAmsterdam
ProductsElasticsearch, Logstash, Kibana, Beats[2] (FileBeat)[3][4]
ServicesElasticsearch commercial solutions
Shay Banon talking about Elasticsearch at Berlin Buzzwords 2010

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 and is released as open source under the terms of the Apache License. Official clients are available in Java, .NET (C#), PHP, Python, Apache Groovy, Ruby and many other languages.[5] According to the DB-Engines ranking, Elasticsearch is the most popular enterprise search engine followed by Apache Solr, also based on Lucene.[6]

History

Shay Banon created the precursor to Elasticsearch, called Compass, in 2004.[7] While thinking about the third version of Compass he realized that it would be necessary to rewrite big parts of Compass to "create a scalable search solution".[7] So he created "a solution built from the ground up to be distributed" and used a common interface, JSON over HTTP, suitable for programming languages other than Java as well.[7] Shay Banon released the first version of Elasticsearch in February 2010.[8]

Elasticsearch BV was founded in 2012 to provide commercial services and products around Elasticsearch and related software.[9] In June 2014, the company announced raising $70 million in a Series C funding round, just 18 months after forming the company. The round was led by New Enterprise Associates (NEA). Additional funders include Benchmark Capital and Index Ventures. This round brings total funding to $104M.[10]

In March 2015, the company Elasticsearch changed their name to Elastic.[11]

In June 2018, Elastic filed for an initial public offering with a estimated valuation of between 1.5 and 3 billion dollars.[12] On 5 October 2018, Elastic was listed on the New York Stock Exchange.[13]

Features

Elasticsearch can be used to search all kinds of documents. It provides scalable search, has near real-time search, and supports multitenancy.[5] "Elasticsearch is distributed, which means that indices can be divided into shards and each shard can have zero or more replicas. Each node hosts one or more shards, and acts as a coordinator to delegate operations to the correct shard(s). Rebalancing and routing are done automatically".[5] Related data is often stored in the same index, which consists of one or more primary shards, and zero or more replica shards. Once an index has been created, the number of primary shards cannot be changed.[14]

Elasticsearch is developed alongside a data-collection and log-parsing engine called Logstash, and an analytics and visualisation platform called Kibana. The three products are designed for use as an integrated solution, referred to as the "Elastic Stack" (formerly the "ELK stack").

Elasticsearch uses Lucene and tries to make all its features available through the JSON and Java API. It supports facetting and percolating,[15] which can be useful for notifying if new documents match for registered queries.

Another feature is called "gateway" and handles the long-term persistence of the index;[16] for example, an index can be recovered from the gateway in the event of a server crash. Elasticsearch supports real-time GET requests, which makes it suitable as a NoSQL datastore,[17] but it lacks distributed transactions.[18]

Managed services

At least one organization offers Elasticsearch as a managed service.[19] Such managed services provide hosting, deployment, backup and other support.[20] Most managed services also include support for Kibana.[citation needed]

See also

References

  1. ^ "Releases · elastic/elasticsearch". Retrieved 23 December 2018 – via GitHub.
  2. ^ "Beats". elastic.co.
  3. ^ "Filebeat". elastic.co.
  4. ^ <https://github.com/elastic/beats/tree/master/filebeat/
  5. ^ a b c "Official Website". Elasticsearch.org. Retrieved 2014-02-04.
  6. ^ "DB-Engines Ranking - popularity ranking of search engines". db-engines.com. Retrieved 10 January 2016.
  7. ^ a b c Banon, Shay. "The Future of Compass & ElasticSearch".
  8. ^ Banon, Shay (2010-02-08). "You Know, for Search". Archived from the original on 2013-01-16.
  9. ^ "Immediate Insight from Data Matters". elastic.co. Retrieved 25 March 2015.
  10. ^ "ElasticSearch Scores $70M In Series C To Fund Growth Spurt". TechCrunch. AOL. Retrieved 25 March 2015.
  11. ^ "Elasticsearch Changes Name to Elastic to Reflect Wide Adoption Beyond Search". Elastic. Retrieved 19 October 2016.
  12. ^ Schleifer, Theodore (21 June 2018). "The IPOs keep coming: The search company Elastic has filed to go public". Recode. Retrieved 22 June 2018.
  13. ^ Banon, Shay (5 October 2018). "Ze Bell Has Rung: Thank You Users, Customers, and Partners". Elastic (NV). Retrieved 24 October 2018.
  14. ^ "How to monitor Elasticsearch performance".
  15. ^ "percolate at elasticsearch.org reference". Elasticsearch.org. Retrieved 2014-02-04.
  16. ^ "elasticsearch Guide: Gateway". elasticsearch. Retrieved April 19, 2013.
  17. ^ "Elasticsearch as database". Karussell.wordpress.com. Retrieved 2014-02-04.
  18. ^ "No transaction support". Elasticsearch-users.115913.n3.nabble.com. 2010-07-08. Retrieved 2014-02-04.
  19. ^ "Hosted Elasticsearch & Kibana on AWS". elastic.co. Retrieved 2016-10-16.
  20. ^ "Elasticsearch Setup". ctovision.com. Retrieved 2016-10-16.