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. Parts of the software were licensed under various open-source licenses (mostly the Apache License), with future development dual-licensed under the source-available Server Side Public License and the Elastic license starting in 2021,[2] while other parts[3] fall under the proprietary (source-available) Elastic License. Official clients are available in Java, .NET (C#), PHP, Python, Apache Groovy, Ruby and many other languages.[4] According to the DB-Engines ranking, Elasticsearch is the most popular enterprise search engine followed by Apache Solr, also based on Lucene.[5]

Elasticsearch
Original author(s)Shay Banon
Developer(s)Elastic NV
Initial release8 February 2010 (2010-02-08)
Stable release
6.x6.8.13 / 22 October 2020 (2020-10-22)[1]
7.x7.10.2 / 14 January 2021 (2021-01-14)[1]
Repositorygithub.com/elastic/elasticsearch
Written inJava
Operating systemCross-platform
TypeSearch and index
LicenseVarious (open-core model), e.g. Apache License 2.0 (partially; open source), Elastic License (proprietary; source-available)
Websitewww.elastic.co/products/elasticsearch 
Shay Banon talking about Elasticsearch at Berlin Buzzwords 2010

History

Shay Banon created the precursor to Elasticsearch, called Compass, in 2004.[6] 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".[6] 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.[6] Shay Banon released the first version of Elasticsearch in February 2010.[7]

Elastic NV was founded in 2012 to provide commercial services and products around Elasticsearch and related software.[8] 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 brought total funding to $104M.[9]

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

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

In January 2021, Elastic announced that starting with version 7.11, they would be relicensing their Apache 2.0 licensed code in Elasticsearch and Kibana to be dual licensed under Server Side Public License and the Elastic License, neither of which is recognized as an open-source license.[13][14] Elastic blamed Amazon Web Services for this change, objecting to AWS offering Elasticsearch and Kibana as a service directly to consumers and claiming that AWS was not appropriately collaborating with Elastic.[14][15] Critics of the re-licencing decision predicted that it would harm Elastic's ecosystem and noted that Elastic had previously promised to "never....change the license of the Apache 2.0 code of Elasticsearch, Kibana, Beats, and Logstash". Amazon responded with plans to fork the projects and continue development under Apache License 2.0.[2][16] Other users of the ElasticSearch ecosystem, including Logz.io, CrateDB and Aiven, also committed to the need for a fork, leading to discussion of how to coordinate the open source efforts.[17][18][19]

Features

Elasticsearch can be used to search all kinds of documents. It provides scalable search, has near real-time search, and supports multitenancy.[4] "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".[4] 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.[20]

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

Elasticsearch uses Lucene and tries to make all its features available through the JSON and Java API. It supports facetting and percolating,[22][23] 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;[24] 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,[25] but it lacks distributed transactions.[26]

On 20 May 2019, Elastic made the core security features of the Elastic Stack available free of charge, including TLS for encrypted communications, file and native realm for creating and managing users, and role-based access control for controlling user access to cluster APIs and indexes.[27] The corresponding source code is available under the “Elastic License”, a source-available license.[28] In addition, Elasticsearch now offers SIEM [29] and Machine Learning [30] as part of its offered services.

Managed services

Developed from the Found acquisition by Elastic in 2015,[31] Elastic Cloud is a family of Elasticsearch-powered SaaS offerings which include the Elasticsearch Service, as well as Elastic App Search Service, and Elastic Site Search Service which were developed from Elastic's acquisition of Swiftype.[32] In late 2017, Elastic formed partnerships with Google to offer Elastic Cloud in GCP, and Alibaba to offer Elasticsearch and Kibana in Alibaba Cloud.

Elasticsearch Service on Elastic Cloud is the official hosted and managed Elasticsearch and Kibana offering from the creators of the project since August 2018[33][34] Elasticsearch Service users can create secure deployments with partners, Google Cloud Platform (GCP)  and Alibaba Cloud.[35][36]

AWS offers Elasticsearch as a managed service since 2015.[37][38][39] Such managed services provide hosting, deployment, backup and other support.[40] Most managed services also include support for Kibana.

Elasticsearch is the basis of Pangeanic's contribution to the EU's Marie Curie research project "EXPERT"[41] called ActivaTM. Pangeanic built a bilingual database compatible with Computer-Assisted Translation tools, which could offer real-time access via API from a variety of tools. The project received further funding from the EU as the National and European Central Translation Memory project[42] under the Connecting Europe Facility (CEF) programme. NEC TM aims to centralise national translation assets in all the EU's Member States so countries can re-use bilingual translation data produced as a result of public procurement contracts.

See also

References

  1. "Elasticsearch Releases". Retrieved 2 December 2020 via GitHub.
  2. "'It's not OK': Elastic takes aim at AWS, at the risk of major collateral damage". Protocol — The people, power and politics of tech. 21 January 2021. Retrieved 22 January 2021.
  3. "No, Elastic X-Pack is not going to be open source - according to Elastic themselves -". Flax.co.uk. 2 March 2018. Retrieved 14 March 2019.
  4. "Official Website". Elasticsearch.org. Retrieved 4 February 2014.
  5. "DB-Engines Ranking - popularity ranking of search engines". db-engines.com. Retrieved 10 January 2016.
  6. Banon, Shay. "The Future of Compass & ElasticSearch".
  7. Banon, Shay (8 February 2010). "You Know, for Search". Archived from the original on 16 January 2013.
  8. "Immediate Insight from Data Matters". elastic.co. Retrieved 25 March 2015.
  9. "ElasticSearch Scores $70M In Series C To Fund Growth Spurt". TechCrunch. AOL. Retrieved 25 March 2015.
  10. "Elasticsearch Changes Name to Elastic to Reflect Wide Adoption Beyond Search". Elastic.co. Retrieved 19 October 2016.
  11. Schleifer, Theodore (21 June 2018). "The IPOs keep coming: The search company Elastic has filed to go public". Recode. Archived from the original on 5 October 2018. Retrieved 22 June 2018.
  12. Banon, Shay (5 October 2018). "Ze Bell Has Rung: Thank You Users, Customers, and Partners". Elastic (NV). Retrieved 24 October 2018.
  13. Banon, Shay. "Doubling down on open, Part II". Elastic. Retrieved 19 January 2021.
  14. Vaughan-Nichols, Steven J. "Elastic changes open-source license to monetize cloud-service use". ZDNet. Retrieved 23 January 2021.
  15. Banon, Shay. "Amazon: NOT OK - why we had to change Elastic licensing". Elastic. Retrieved 19 January 2021.
  16. "Stepping up for a truly open source Elasticsearch". Amazon Web Services. 21 January 2021. Retrieved 28 January 2021.
  17. Vaughan-Nichols, Steven J. "AWS, as predicted, is forking Elasticsearch". ZDNet. Retrieved 28 January 2021.
  18. "CrateDB Doubling Down on Permissive Licensing and the Elasticsearch Lockdown". CrateDB. 27 January 2021. Retrieved 28 January 2021.
  19. "Momentum Builds to Break Elasticsearch Licensing Deadlock". Datanami. 25 January 2021. Retrieved 31 January 2021.
  20. "How to monitor Elasticsearch performance".
  21. "Elastic brings order to its product line with Elastic Stack". Social.techcrunch.com. Retrieved 1 April 2019.
  22. "percolate at elasticsearch.org reference". Elasticsearch.org. Archived from the original on 2 October 2013. Retrieved 4 February 2014.
  23. "Percolating" is a term peculiar to Elasticsearch. Percolating is a reverse search: instead of returning all the documents that match a search query, percolating returns all the (stored) search queries that match a document as their output. Nunn, Xavier; "Detecting data leaks in real time with a custom percolator", Serena Capital blogs, 2019-January-8
  24. "elasticsearch Guide: Gateway". Elasticsearch.org. Retrieved 19 April 2013.
  25. "Elasticsearch as database". Karussell.wordpress.com. Retrieved 4 February 2014.
  26. "No transaction support". Elasticsearch-users.115913.n3.nabble.com. 8 July 2010. Retrieved 4 February 2014.
  27. "Security for Elasticsearch is now free". Elastic Blog. 20 May 2019. Retrieved 17 June 2019.
  28. "Doubling Down on Open". Elastic Blog. 27 February 2018. Retrieved 24 October 2019.
  29. "Introducing Elastic SIEM". Elastic Blog. 25 June 2019. Retrieved 2 March 2020.
  30. "Introducing Machine Learning for the Elastic Stack". Elastic Blog. 4 May 2017. Retrieved 2 March 2020.
  31. Oliver, Andrew C. (10 March 2015). "Elasticsearch buys into search as a service, rebrands as 'Elastic'". InfoWorld.com. Retrieved 1 April 2019.
  32. "Elastic acquires search startup Swiftype". Social.techcrunch.com. Retrieved 1 April 2019.
  33. "Open Source Search & Analytics · Elasticsearch - Elastic". Elastic.co. Retrieved 22 April 2019.
  34. "Elastic Cloud: Hosted Elasticsearch, Hosted Search | Elastic". Elastic.co. Retrieved 1 April 2019.
  35. Yegulalp, Serdar (7 April 2017). "Google Cloud to host open source Elasticsearch". InfoWorld.com. Retrieved 1 April 2019.
  36. "Alibaba Cloud to Offer Elasticsearch, Kibana, and X-Pack in China". Elastic.co. 13 October 2017. Retrieved 1 April 2019.
  37. "New – Amazon Elasticsearch Service". Amazon Web Services. 1 October 2015. Retrieved 22 April 2019.
  38. "Amazon Elasticsearch Service – Amazon Web Services (AWS)". Amazon Web Services, Inc. (in Latin). Retrieved 8 February 2019.
  39. "Hosted Elasticsearch & Kibana on AWS". Elastic.co. Retrieved 16 October 2016.
  40. "Elasticsearch Setup". Ctovision.com. Archived from the original on 21 August 2018. Retrieved 16 October 2016.
  41. "EXPERT (EXPloiting Empirical appRoaches to Translation" (PDF). Expert-itn.eu. Retrieved 13 February 2019.
  42. "National and European Central Translation Memory NEC TM". Nec-tm.eu. Retrieved 13 February 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.