Posts

Showing posts with the label Elastic Search

What is Elasticsearch?

Image
Elasticsearch is an open-source, RESTful, distributed search and analytics engine built on Apache Lucene. Since the first version of Elasticsearch was released in 2010, it has quickly become the most popular search engine, and is commonly used for log analytics, full-text search, and operational intelligence use cases. When coupled with Kibana , a visualization tool, Elasticsearch can be used to provide near-real time analytics using large volumes of log data. Elasticsearch is also popular because of its easy-to-use search APIs which allow you to easily add powerful search capabilities to your applications. How does Elasticsearch work? Elasticsearch is an open-source, RESTful, distributed search and analytics engine built on Apache Lucene. You can send new data, called documents, to Elasticsearch using the API or ingestion tools such as Logstash and Amazon Kinesis Firehose. Elasticsearch automatically stores the original document and adds a searchable reference to the documen...

Popular posts from this blog

How to Secure Session Management in Node

How to download a file using command prompt (cmd) Windows?

Angular 9 - User Registration and Login Example & Tutorial