Update conditional version from alpha6 to beta1 in http exporter

Original commit: elastic/x-pack-elasticsearch@fdcef033b9
This commit is contained in:
Ryan Ernst 2016-10-03 09:36:29 -07:00
parent 21522c8538
commit ee9dbac0c7
1 changed files with 1 additions and 1 deletions

View File

@ -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.