diff --git a/elasticsearch/src/main/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporter.java b/elasticsearch/src/main/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporter.java index 544585dbf1d..899098991bb 100644 --- a/elasticsearch/src/main/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporter.java +++ b/elasticsearch/src/main/java/org/elasticsearch/xpack/monitoring/exporter/http/HttpExporter.java @@ -134,7 +134,7 @@ public class HttpExporter extends Exporter { *

* We must have support for ingest pipelines, which requires a minimum of 5.0. */ - public static final Version MIN_SUPPORTED_CLUSTER_VERSION = Version.V_5_0_0_alpha6; + public static final Version MIN_SUPPORTED_CLUSTER_VERSION = Version.V_5_0_0_beta1; /** * The {@link RestClient} automatically pools connections and keeps them alive as necessary.