Elasticsearch is a distributed search and analytics engine, scalable data store, and vector database built on Apache Lucene.
Kibana is a source-available data visualization dashboard software for Elasticsearch.
Deploy Elasticsearch with SDL file from this repository. Use deploy.yaml for default deployment or deploy_with_kibana.yaml for deployment with Kibana.
Check the status of your deployment using REST API requests. For example:
localhost:9200/_cat/health
Where localhost:9200 is the URI of your deployment.