Skip to content

Commit

Permalink
Change kubernetes.event.message to text (#13964)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Oct 9, 2019
1 parent 065f291 commit 46e4995
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 @@ -210,6 +210,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix `docker.cpu.system.pct` calculation by using the reported number online cpus instead of the number of metrics per cpu. {pull}13691[13691]
- Fix rds metricset dashboard. {pull}13721[13721]
- Ignore prometheus untyped metrics with NaN value. {issue}13750[13750] {pull}13790[13790]
- Change kubernetes.event.message to text {pull}13964[13964]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15917,7 +15917,7 @@ type: date
Message recorded for the given event
type: keyword
type: text
--
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/event/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description: >
Timestamp of last occurrence of event
- name: message
type: keyword
type: text
description: >
Message recorded for the given event
copy_to: message
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.

0 comments on commit 46e4995

Please sign in to comment.