Agents and ingestion tools

Historically, many multiple popular agents and ingestion tools have worked with Elasticsearch OSS, such as Beats, Logstash, Fluentd, FluentBit, and OpenTelemetry. OpenSearch aims to continue to support a broad set of agents and ingestion tools, but not all have been tested or have explicitly added OpenSearch compatibility.

As an intermediate compatibility solution, OpenSearch has a setting that instructs the cluster to return version 7.10.2 rather than its actual version.

If you use clients that include a version check, such as recent versions of Logstash OSS or Filebeat OSS, enable the setting:

  1. PUT _cluster/settings
  2. {
  3. "persistent": {
  4. "compatibility": {
  5. "override_main_response_version": true
  6. }
  7. }
  8. }

For a longer term solution, we plan to create an OpenSearch output plugin for Logstash. This plugin does not exist yet, but we’ve included it in the compatibility matrices below based on its expected behavior.

Downloads

These versions of Logstash and Beats offer the best compatibility with OpenSearch. For more information, see the compatibility matrices.

Compatibility Matrices

Italicized cells are untested, but indicate what a value theoretically should be based on existing information.

Compatibility Matrix for Logstash

 Logstash OSS 7.x to 7.11.xLogstash OSS 7.12.xLogstash 7.13.x without OpenSearch output pluginLogstash 7.13.x with OpenSearch output plugin*
Elasticsearch OSS v7.x to v7.9.xYesYesNoYes
Elasticsearch OSS v7.10.2YesYesNoYes
ODFE OSS v1.x to 1.12YesYesNoYes
ODFE 1.13YesYesNoYes
OpenSearch 1.0Yes via version settingYes via version settingNoYes

* Most current compatible version with Elasticsearch OSS.

** Planning to build.

Compatibility Matrix for Beats

 Beats OSS 7.x to 7.11.x*Beats OSS 7.12.xBeats 7.13.x
Elasticsearch OSS v7.x to v7.9.xYesYesNo
Elasticsearch OSS v7.10.2YesYesNo
ODFE OSS v1.x to 1.12YesYesNo
ODFE 1.13YesYesNo
OpenSearch 1.0Yes via version settingYes via version settingNo
Logstash OSS 7.x to 7.11.xYesYesYes
Logstash OSS 7.12.x*YesYesYes
Logstash 7.13.x with OpenSearch output pluginYesYesYes

* Most current compatible version with Elasticsearch OSS.

** Beats OSS includes all Apache 2.0 Beats agents (i.e. Filebeat, Metricbeat, Auditbeat, Heartbeat, Winlogbeat, Packetbeat).