Skip to content

Commit

Permalink
Change cluster_ip field from ip to keyword (elastic#20571)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ce0ab0)
  • Loading branch information
ChrsMark committed Aug 14, 2020
1 parent 8073162 commit 5e589dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Output errors when Kibana index pattern setup fails. {pull}20121[20121]
- Fix issue in autodiscover that kept inputs stopped after config updates. {pull}20305[20305]
- Add service resource in k8s cluster role. {pull}20546[20546]
- [Metricbeat][Kubernetes] Change cluster_ip field from ip to keyword. {pull}20571[20571]

*Auditbeat*

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26750,7 +26750,7 @@ type: keyword
--
Internal IP for the service.

type: ip
type: keyword

--

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type: keyword
description: Service name.
- name: cluster_ip
type: ip
type: keyword
description: Internal IP for the service.
- name: external_name
type: keyword
Expand Down

0 comments on commit 5e589dc

Please sign in to comment.