Spring Data ElasticSearch and CLI

Hello. I made a Spring Boot project using Spring Data Elasticsearch and it works excellent.

I installed elasticsearch through Homebrew as well, made it point to the same directory for 'path.data' as provided in Spring Data Elasticsearch project.

The problem is, both of these are maintaining separate data. I want to insert data through command-line only and be able to read that data through my Spring Boot and Spring Data based Elasticsearch client. Is that even possible?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.