Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

What is Elasticsearch?

Deploy on Akash

Elasticsearch is a distributed search and analytics engine, scalable data store, and vector database built on Apache Lucene.

What is Kibana?

Kibana is a source-available data visualization dashboard software for Elasticsearch.

Deploy on Akash

Deploy Elasticsearch with SDL file from this repository. Use deploy.yaml for default deployment or deploy_with_kibana.yaml for deployment with Kibana.

REST APIs

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.