ElasticSearch BulkProcessor in elasticsearch managed service

Hi All,

i want use elasticsearch service as elasticsearch managed service .But i want know whether elasticsearch is supporting BulkProcessor support in manage sservice.For more detail about BulkProcessor Please find link https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-docs-bulk-processor.html.

Regards,
Chhavi

What do you mean by "elasticsearch managed service"? Are you talking about cloud.elastic.co service?

Yes Cloud.elastic.co only,and if its supporting then we want to use this Service in our project.

It is supported. Both Transport and Rest Java clients. Although you should prefer using the Rest Java client: https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-document-bulk.html#java-rest-high-document-bulk-processor

Hi Dad,

At present for testing purpose i am using free account.So ones our Poc is done we will migrate out application to cloud.elastic.co.So To move further could you Please provide me bulk processor setting.for eg in this link(https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html) which port and any user name or password is required.

Regards,
Chhavi

It's not a question of API but on how you create a Client.

For the Transport Client (if you really want to use that): https://www.elastic.co/guide/en/x-pack/current/java-clients.html

For the REST Client: https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/_basic_authentication.html

Hi Dad,

One more question is any performance difference is there for HTTP based REST client and Transport client ? for insert and get operation.

Regards,
Chhavi

for get operation

Bulk does not expose get operation.

for insert operation

That's negligeable IMO.

Hi Dad,

Can we have call with you and our management people.if possible so could you please share your contact and convenient time.

Regards,
Chhavi

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