Skip to content

Commit

Permalink
[elasticsearch] ingest ccr remote_cluster (#34957)
Browse files Browse the repository at this point in the history
* ingest ccr remote_cluster

* changelog
  • Loading branch information
klacabane authored Mar 30, 2023
1 parent 90d7f8d commit bc8e1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ automatic splitting at root level, if root level element is an array. {pull}3415
- Fix metrics split through different events and metadata not matching for aws cloudwatch. {pull}34483[34483]
- Fix metadata enricher with correct container ids for pods with multiple containers in container metricset. Align `kubernetes.container.id` and `container.id` fields for state_container metricset. {pull}34516[34516]
- Make generic SQL GA {pull}34637[34637]
- Collect missing remote_cluster in elasticsearch ccr metricset {pull}34957[34957]


*Osquerybeat*
Expand Down
1 change: 1 addition & 0 deletions metricbeat/module/elasticsearch/ccr/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (

var (
schema = s.Schema{
"remote_cluster": c.Str("remote_cluster"),
"leader": s.Object{
"index": c.Str("leader_index"),
"max_seq_no": c.Int("leader_max_seq_no"),
Expand Down

0 comments on commit bc8e1c5

Please sign in to comment.