Posts

Showing posts from July, 2022

Elasticsearch APIs

Image
 (12/07/22) There are 5 major Elasticsearch APIs. 1. Document APIs 2. Search APIs 3. Aggregation 4. Index APIs 5. Cluster APIs   1. Document APIs                         Document APIs are further categorized into two major categories.     I. Single Document API:                    In case we need to perform an operation on a single document we use these APIs for Querying.  Index API -                 Let's use PUT query first.                                                             And the response should be like the below image.                  ...

Installing Elasticsearch (ELK Stack) on Windows laptop

Image
(12/07/22)  This is my first day of office and my mentor gave me a task to learn Elasticsearch. So I started learning from tutorials on YouTube and this is my learning for the day. Step 1: Download Elasticsearch from  HERE Step 2: Extract the ZIP file which is downloaded. Step 3: Once you extract the ZIP file you could see this. Open 'bin' folder and you could see this. Double click on ' elasticsearch.bat ' file. Step 4: Once you run the bat file your cmd will be automatically opened and the following commands will be executed automatically.