Skip to content

Commit 46e4995

Browse files
authoredOct 9, 2019
Change kubernetes.event.message to text (#13964)
1 parent 065f291 commit 46e4995

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
 

‎CHANGELOG.next.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
210210
- Fix `docker.cpu.system.pct` calculation by using the reported number online cpus instead of the number of metrics per cpu. {pull}13691[13691]
211211
- Fix rds metricset dashboard. {pull}13721[13721]
212212
- Ignore prometheus untyped metrics with NaN value. {issue}13750[13750] {pull}13790[13790]
213+
- Change kubernetes.event.message to text {pull}13964[13964]
213214

214215
*Packetbeat*
215216

‎metricbeat/docs/fields.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15917,7 +15917,7 @@ type: date
1591715917
Message recorded for the given event
1591815918
1591915919
15920-
type: keyword
15920+
type: text
1592115921
1592215922
--
1592315923

‎metricbeat/module/kubernetes/event/_meta/fields.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
description: >
2222
Timestamp of last occurrence of event
2323
- name: message
24-
type: keyword
24+
type: text
2525
description: >
2626
Message recorded for the given event
2727
copy_to: message

‎metricbeat/module/kubernetes/fields.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.