[Monitoring] Update template version to 6.0.0 beta1 version (elastic/x-pack-elasticsearch#1948)

* [Monitoring] Update template version to 6000003

* update LAST_UPDATED_VERSION

* use the 6.0.0-beta1 version constant

* use the 6.0.0-beta1 version value (6000026)

* fix cluster uuid reference in terms filters

Original commit: elastic/x-pack-elasticsearch@40c822d396
This commit is contained in:
Tim Sullivan 2017-07-12 09:19:54 -07:00 committed by GitHub
parent 176786de54
commit 51adbf0f51
11 changed files with 11 additions and 11 deletions

View File

@ -49,7 +49,7 @@ public class ClusterAlertsUtil {
* The last time that all watches were updated. For now, all watches have been updated in the same version and should all be replaced
* together.
*/
public static final int LAST_UPDATED_VERSION = Version.V_6_0_0_alpha2.id;
public static final int LAST_UPDATED_VERSION = Version.V_6_0_0_beta1.id;
/**
* An unsorted list of Watch IDs representing resource files for Monitoring Cluster Alerts.

View File

@ -24,7 +24,7 @@ public final class MonitoringTemplateUtils {
* <p>
* It may be possible for this to diverge between templates and pipelines, but for now they're the same.
*/
public static final int LAST_UPDATED_VERSION = Version.V_6_0_0_alpha2.id;
public static final int LAST_UPDATED_VERSION = Version.V_6_0_0_beta1.id;
/**
* Current version of templates used in their name to differentiate from breaking changes (separate from product version).

View File

@ -1,6 +1,6 @@
{
"index_patterns": ".monitoring-alerts-${monitoring.template.version}",
"version": 6000002,
"version": 6000026,
"settings": {
"index": {
"number_of_shards": 1,

View File

@ -1,6 +1,6 @@
{
"index_patterns": ".monitoring-beats-${monitoring.template.version}-*",
"version": 6000002,
"version": 6000026,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 1,

View File

@ -1,6 +1,6 @@
{
"index_patterns": ".monitoring-es-${monitoring.template.version}-*",
"version": 6000002,
"version": 6000026,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 1,

View File

@ -1,6 +1,6 @@
{
"index_patterns": ".monitoring-kibana-${monitoring.template.version}-*",
"version": 6000002,
"version": 6000026,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 1,

View File

@ -1,6 +1,6 @@
{
"index_patterns": ".monitoring-logstash-${monitoring.template.version}-*",
"version": 6000002,
"version": 6000026,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 1,

View File

@ -7,7 +7,7 @@
"link": "elasticsearch/indices",
"severity": 2100,
"type": "monitoring",
"version_created": 6000002,
"version_created": 6000026,
"watch": "${monitoring.watch.id}"
}
},

View File

@ -7,7 +7,7 @@
"link": "elasticsearch/nodes",
"severity": 1000,
"type": "monitoring",
"version_created": 6000002,
"version_created": 6000026,
"watch": "${monitoring.watch.id}"
}
},

View File

@ -7,7 +7,7 @@
"link": "kibana/instances",
"severity": 1000,
"type": "monitoring",
"version_created": 6000002,
"version_created": 6000026,
"watch": "${monitoring.watch.id}"
}
},

View File

@ -7,7 +7,7 @@
"link": "logstash/instances",
"severity": 1000,
"type": "monitoring",
"version_created": 6000002,
"version_created": 6000026,
"watch": "${monitoring.watch.id}"
}
},