Simple client for working with ElasticSearch on K8S on local machine
- Local Kubernetes setup with Minikube
- Java client implementation
- Follow the steps in this tutorial to set up an Elasticsearch, Fluentd, and Kibana (EFK) logging stack on Kubernetes: How To Set Up an Elasticsearch, Fluentd, and Kibana (EFK) Logging Stack on Kubernetes
- Note: When using the elasticsearch_statefulset.yaml file from the tutorial, replace the "storageClassName" value from "do-block-storage" to "standard".
-
This is a command line project that allows you to add new text to an Elasticsearch database. The program has three options: Input, Search, and Exit.
-
You can change the Elasticsearch server and URL from the properties file.


