Skip to content

Commit

Permalink
update monitoring template alias path (elastic#82029)
Browse files Browse the repository at this point in the history
* update monitoring template alias path

* fix elasticsearch.cluster.id path
  • Loading branch information
klacabane authored and probakowski committed Dec 31, 2021
1 parent 2445752 commit f05d4be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
28 changes: 14 additions & 14 deletions x-pack/plugin/core/src/main/resources/monitoring-beats-mb.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
"type": "keyword",
"ignore_above": 1024
},
"elasticsearch": {
"properties": {
"cluster": {
"properties": {
"id": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
},
"state": {
"properties": {
"beat": {
Expand Down Expand Up @@ -1808,7 +1820,7 @@
"type": "alias",
"path": "beat.stats.libbeat.pipeline.clients"
},
"event": {
"events": {
"properties": {
"active": {
"type": "alias",
Expand Down Expand Up @@ -2175,21 +2187,9 @@
}
}
},
"elasticsearch": {
"properties": {
"cluster": {
"properties": {
"id": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
},
"cluster_uuid": {
"type": "alias",
"path": "elasticsearch.cluster.id"
"path": "beat.elasticsearch.cluster.id"
}
}
}
Expand Down
26 changes: 13 additions & 13 deletions x-pack/plugin/core/src/main/resources/monitoring-kibana-mb.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@
}
}
},
"elasticsearch": {
"properties": {
"cluster": {
"properties": {
"id": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
},
"service": {
"properties": {
"address": {
Expand Down Expand Up @@ -172,6 +160,18 @@
},
"kibana": {
"properties": {
"elasticsearch": {
"properties": {
"cluster": {
"properties": {
"id": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
},
"stats": {
"properties": {
"request": {
Expand Down Expand Up @@ -639,7 +639,7 @@
},
"cluster_uuid": {
"type": "alias",
"path": "elasticsearch.cluster.id"
"path": "kibana.elasticsearch.cluster.id"
}
}
},
Expand Down

0 comments on commit f05d4be

Please sign in to comment.