0

newbie here!

I see a lot of examples to push data from Java service to Elastic with Java high level REST client, but now that it's deprecated - How do I use Elasticsearch Java API Client to push data?

Here I can see only example of creating index and searching for data: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/7.17/api-conventions.html

If you can point me in the right direction or a github repo, that would mean a lot!

Thank you!

1
  • 1
    please check below my answer and marked as solution if it really helps you !!! Commented Mar 8, 2022 at 9:27

1 Answer 1

1

I have not find any specific example. But here is test class which have Data Ingestion and Bulk Ingestion test method. I hope this will help you to atleast start something.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.