From Surf Wiki (app.surf) — the open knowledge base
Elasticsearch
Search engine
Search engine
| Field | Value |
|---|---|
| name | Elasticsearch |
| logo | Elasticsearch logo.svg |
| logo size | 240px |
| developer | Elastic NV |
| author | Shay Banon |
| released | |
| latest release version | {{Multiple releases |
| branch1 | 9.x |
| version1 | 9.2.1 |
| date1 | {{cite web |
| url | https://github.com/elastic/elasticsearch/releases |
| title | Releases · elastic/elasticsearch |
| via | GitHub |
| access-date | 16 November 2025}} |
| branch2 | 8.x |
| version2 | 8.19.7 |
| date2 | |
| branch3 | 7.x |
| version3 | 7.17.29 |
| date3 | |
| operating system | Cross-platform |
| repo | |
| programming language | Java |
| genre | Search and index |
| license | Triple-licensed Elastic License (proprietary; source-available), Server Side Public License (proprietary; source-available) and Affero General Public License (free and open-source) |
| access-date = 16 November 2025}}
Elasticsearch is a source-available search engine developed by Elastic, the company that maintains and distributes the software. It is based on Apache Lucene (an open-source search engine) and provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Official clients are available in Java, .NET (C#), PHP, Python, Ruby and many other languages. According to the DB-Engines ranking, Elasticsearch is the most popular enterprise search engine.{{cite web | access-date = 10 January 2016 | archive-date = 19 October 2018 | archive-url = https://web.archive.org/web/20181019140620/https://db-engines.com/en/ranking/search+engine | url-status = dead
History
Shay Banon created the precursor to Elasticsearch, called Compass, in 2004. 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". 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. Shay Banon released the first version of Elasticsearch in February 2010.
Elastic NV was founded in 2012 to provide commercial services and products around Elasticsearch and related software. 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.
In March 2015, the company Elasticsearch changed its name to Elastic.
In June 2018, Elastic filed for an initial public offering with an estimated valuation of between 1.5 and 3 billion dollars. On 5 October 2018, Elastic was listed on the New York Stock Exchange.
Developed from the Found acquisition by Elastic in 2015, 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. In late 2017, Elastic formed partnerships with Google to offer Elastic Cloud in Google Cloud Platform (GCP), and Alibaba to offer Elasticsearch and Kibana in Alibaba Cloud.
Elasticsearch Service users can create secure deployments with partners, Google Cloud Platform (GCP) and Alibaba Cloud.
Licensing changes
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. Elastic blamed Amazon Web Services (AWS) 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. Critics of the re-licensing 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. Other users of the Elasticsearch ecosystem, including Logz.io, CrateDB and Aiven, also committed to the need for a fork, leading to a discussion of how to coordinate the open source efforts. Due to potential trademark issues with using the name "Elasticsearch", AWS rebranded their fork as OpenSearch in April 2021.
In August 2024 the GNU Affero General Public License was added to ElasticSearch version 8.16.0 as an option, making Elasticsearch free and open-source again.
Features
Elasticsearch can be used to search any kind of document. It provides scalable search, has near real-time search, and supports multitenancy. "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". 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.
Elasticsearch is developed alongside the data collection and log-parsing engine Logstash, the analytics and visualization platform Kibana, and the collection of lightweight data shippers called Beats. The four products are designed for use as an integrated solution, referred to as the "Elastic Stack". (Formerly the "ELK stack", short for "Elasticsearch, Logstash, Kibana".)
Elasticsearch uses Lucene and tries to make all its features available through the JSON and Java API{{Cite web |access-date=2025-05-09 . It supports facetting and percolating (a form of prospective search), which can be useful for notifying if new documents match for registered queries. Another feature, "gateway", handles the long-term persistence of the index; 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, but it lacks distributed transactions.
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. The corresponding source code is available under the “Elastic License”, a source-available license. In addition, Elasticsearch now offers SIEM and Machine Learning as part of its offered services.
References
References
- "Elasticsearch Java Client".
- "Elasticsearch .NET Client".
- "Elasticsearch PHP Client".
- "Elasticsearch Python Client".
- "Elasticsearch Ruby Client".
- "Programming Language Clients".
- Banon, Shay. (2010-02-08). "You Know, for Search".
- "Immediate Insight from Data Matters". elastic.co.
- Miller, Ron. (5 June 2014). "ElasticSearch Scores $70M In Series C To Fund Growth Spurt". AOL.
- (10 March 2015). "Elasticsearch Changes Name to Elastic to Reflect Wide Adoption Beyond Search".
- Schleifer, Theodore. (21 June 2018). "The IPOs keep coming: The search company Elastic has filed to go public". [[Recode]].
- Banon, Shay. (5 October 2018). "Ze Bell Has Rung: Thank You Users, Customers, and Partners". Elastic (NV).
- Oliver, Andrew C.. (2015-03-10). "Elasticsearch buys into search as a service, rebrands as 'Elastic'".
- Ha, Anthony. (9 November 2017). "Elastic acquires search startup Swiftype".
- Yegulalp, Serdar. (2017-04-07). "Google Cloud to host open source Elasticsearch".
- (14 January 2021). "Doubling down on open, Part II".
- Vaughan-Nichols, Steven J.. "Elastic changes open-source license to monetize cloud-service use".
- (19 January 2021). "Amazon: NOT OK - why we had to change Elastic licensing".
- (2024-08-29). "Elasticsearch is Open Source, Again".
- (2021-01-21). "Stepping up for a truly open source Elasticsearch".
- Vaughan-Nichols, Steven J.. "AWS, as predicted, is forking Elasticsearch".
- (2021-01-27). "CrateDB Doubling Down on Permissive Licensing and the Elasticsearch Lockdown".
- (2021-01-25). "Momentum Builds to Break Elasticsearch Licensing Deadlock".
- Anderson, Tim. (2021-04-13). "You know what? Fork this: AWS renames its take on Elasticsearch to OpenSearch following trademark fight".
- [https://news.slashdot.org/story/21/09/12/0321258/amazon-renames-its-open-source-fork-of-elasticsearch-amazon-opensearch-service TheRegister (12 Sep 2021) Amazon Elasticsearch Service is so flexible it wants to be called by a new name]
- "Add AGPLv3 as a supported license · elastic/elasticsearch@0279c0a".
- "Official Website".
- (26 September 2016). "How to monitor Elasticsearch performance".
- Miller, Ron. (26 October 2016). "Elastic brings order to its product line with Elastic Stack".
- "percolate at elasticsearch.org reference".
- "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; [https://blog.serenacapital.com/detecting-data-leaks-in-real-time-with-a-custom-percolator-758bc6dc4fbb "Detecting data leaks in real time with a custom percolator"], Serena Capital blogs, 2019-January-8
- "elasticsearch Guide: Gateway".
- (13 July 2011). "Elasticsearch as database".
- (2010-07-08). "No transaction support".
- (2019-05-20). "Security for Elasticsearch is now free".
- (2018-02-27). "Doubling Down on Open".
- (2019-06-25). "Introducing Elastic SIEM".
- (2017-05-04). "Introducing Machine Learning for the Elastic Stack".
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Elasticsearch — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report