Update conditional version from alpha6 to beta1 in http exporter
Original commit: elastic/x-pack-elasticsearch@fdcef033b9
This commit is contained in:
parent
21522c8538
commit
ee9dbac0c7
|
@ -134,7 +134,7 @@ public class HttpExporter extends Exporter {
|
|||
* <p>
|
||||
* 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.
|
||||
|
|
Loading…
Reference in New Issue