Skip to content

Commit

Permalink
Update monitoring template version to 6040099 (#32088)
Browse files Browse the repository at this point in the history
This ensures the new monitoring fields are available in 6.4 monitoring templates.
  • Loading branch information
ruflin authored Jul 17, 2018
1 parent 686228d commit 34083c6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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_2_0.id;
public static final int LAST_UPDATED_VERSION = Version.V_6_4_0.id;

/**
* Current version of templates used in their name to differentiate from breaking changes (separate from product version).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_patterns": [ ".monitoring-alerts-${monitoring.template.version}" ],
"version": 6020099,
"version": 6040099,
"settings": {
"index": {
"number_of_shards": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_patterns": [ ".monitoring-beats-${monitoring.template.version}-*" ],
"version": 6020099,
"version": 6040099,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 0,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugin/core/src/main/resources/monitoring-es.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_patterns": [ ".monitoring-es-${monitoring.template.version}-*" ],
"version": 6020099,
"version": 6040099,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_patterns": [ ".monitoring-kibana-${monitoring.template.version}-*" ],
"version": 6020099,
"version": 6040099,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_patterns": [ ".monitoring-logstash-${monitoring.template.version}-*" ],
"version": 6020099,
"version": 6040099,
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"link": "elasticsearch/indices",
"severity": 2100,
"type": "monitoring",
"version_created": 6020099,
"version_created": 6040099,
"watch": "${monitoring.watch.id}"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"link": "elasticsearch/nodes",
"severity": 1999,
"type": "monitoring",
"version_created": 6020099,
"version_created": 6040099,
"watch": "${monitoring.watch.id}"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"link": "elasticsearch/nodes",
"severity": 1000,
"type": "monitoring",
"version_created": 6020099,
"version_created": 6040099,
"watch": "${monitoring.watch.id}"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"link": "kibana/instances",
"severity": 1000,
"type": "monitoring",
"version_created": 6020099,
"version_created": 6040099,
"watch": "${monitoring.watch.id}"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"link": "logstash/instances",
"severity": 1000,
"type": "monitoring",
"version_created": 6020099,
"version_created": 6040099,
"watch": "${monitoring.watch.id}"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"alert_index": ".monitoring-alerts-6",
"cluster_uuid": "${monitoring.watch.cluster_uuid}",
"type": "monitoring",
"version_created": 6020099,
"version_created": 6040099,
"watch": "${monitoring.watch.id}"
}
},
Expand Down

0 comments on commit 34083c6

Please sign in to comment.