Java 1.4 : Send data to ElasticSearch

Hi,

We are using Java 1.4 and we would like to write data to ELK stack. Can you please suggest
the API to push data in such a setup?

Regards

I do not think any clients would support such an ancient version of Java, but you should be able to write data using the bulk API over HTTP.

Out of curiosity : why do you have to use a so old version of the JVM eventhough you are using a much more recent one for elasticsearch?

Its just the way the setup is , its a legacy server.

Elasticsearch version is 1.6

But bulk API also would need a minimum of 1.5 version?

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