Skip to content

Commit fa5d007

Browse files
committed
Fix tets that rely on ID
1 parent ad68da1 commit fa5d007

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

x-pack/plugin/core/src/main/resources/monitoring-alerts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index_patterns": [ ".monitoring-alerts-${monitoring.template.version}" ],
3-
"version": 7000001,
3+
"version": 7000099,
44
"settings": {
55
"index": {
66
"number_of_shards": 1,

x-pack/plugin/core/src/main/resources/monitoring-beats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"index.number_of_replicas": 0,
1010
"index.number_of_shards": 1
1111
},
12-
"version": 7000001,
12+
"version": 7000099,
1313
"mappings": {
1414
"doc": {
1515
"dynamic": false,

x-pack/plugin/core/src/main/resources/monitoring-es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index_patterns": [ ".monitoring-es-${monitoring.template.version}-*" ],
3-
"version": 7000001,
3+
"version": 7000099,
44
"settings": {
55
"index.number_of_shards": 1,
66
"index.number_of_replicas": 0,

x-pack/plugin/core/src/main/resources/monitoring-kibana.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index_patterns": [ ".monitoring-kibana-${monitoring.template.version}-*" ],
3-
"version": 7000001,
3+
"version": 7000099,
44
"settings": {
55
"index.number_of_shards": 1,
66
"index.number_of_replicas": 0,

x-pack/plugin/core/src/main/resources/monitoring-logstash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index_patterns": [ ".monitoring-logstash-${monitoring.template.version}-*" ],
3-
"version": 7000001,
3+
"version": 7000099,
44
"settings": {
55
"index.number_of_shards": 1,
66
"index.number_of_replicas": 0,

x-pack/plugin/monitoring/src/main/resources/monitoring/watches/elasticsearch_cluster_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"link": "elasticsearch/indices",
88
"severity": 2100,
99
"type": "monitoring",
10-
"version_created": 7000001,
10+
"version_created": 7000099,
1111
"watch": "${monitoring.watch.id}"
1212
}
1313
},

x-pack/plugin/monitoring/src/main/resources/monitoring/watches/elasticsearch_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"link": "elasticsearch/nodes",
88
"severity": 1999,
99
"type": "monitoring",
10-
"version_created": 7000001,
10+
"version_created": 7000099,
1111
"watch": "${monitoring.watch.id}"
1212
}
1313
},

x-pack/plugin/monitoring/src/main/resources/monitoring/watches/elasticsearch_version_mismatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"link": "elasticsearch/nodes",
88
"severity": 1000,
99
"type": "monitoring",
10-
"version_created": 7000001,
10+
"version_created": 7000099,
1111
"watch": "${monitoring.watch.id}"
1212
}
1313
},

x-pack/plugin/monitoring/src/main/resources/monitoring/watches/kibana_version_mismatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"link": "kibana/instances",
88
"severity": 1000,
99
"type": "monitoring",
10-
"version_created": 7000001,
10+
"version_created": 7000099,
1111
"watch": "${monitoring.watch.id}"
1212
}
1313
},

x-pack/plugin/monitoring/src/main/resources/monitoring/watches/logstash_version_mismatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"link": "logstash/instances",
88
"severity": 1000,
99
"type": "monitoring",
10-
"version_created": 7000001,
10+
"version_created": 7000099,
1111
"watch": "${monitoring.watch.id}"
1212
}
1313
},

0 commit comments

Comments
 (0)