Friday, July 05, 2024

OpenSearch Docker & classes

opensearchproject/opensearch - Docker Image | Docker Hub

OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications derived from Elasticsearch 7.10.2 and Kibana 7.10.2 and licensed under Apache 2.0⁠. It consists of a search engine daemon (OpenSearch) and a user interface for data administration and visualizations (OpenSearch Dashboards).

docker pull opensearchproject/opensearch

docker run -it -p 9200:9200 -p 9600:9600 -e OPENSEARCH_INITIAL_ADMIN_PASSWORD=<strong-password> -e "discovery.type=single-node"  --name opensearch-node opensearchproject/opensearch:latest

curl -X GET "https://localhost:9200" -ku admin:<password>
curl -X GET "https://localhost:9200/_cat/nodes?v" -ku admin:<password>
curl -X GET "https://localhost:9200/_cat/plugins?v" -ku admin:<password>





Udemy Classes




by Bo Andersen (Denmark)
Rating: 4.6 out of 5
22,323 ratings
132,523 Students
12.5 hours


by Frank Kane (x Amazon)
Rating: 4.6 out of 5
5,837 ratings
45,124 Students
15.5 hours


Rating 4.5
7,957 ratings
46,647 Students
6 hours


No comments: