[metricbeat] kubernetes.event.message should be type string
#13575
Labels
containers
Related to containers use case
Metricbeat
Metricbeat
Team:Integrations
Label for the Integrations team
I collect and index kubernetes events with a singleton metricbeat agent and the
kubernetes
module (version 6.7.1), with metricsetevent
. I created a kibana discovery search (which I can contribute if requested) through which I can easily read the stream of events.It looks like this:
As you can see, the
kubernetes.event.message
field is a human readable phrase that describes the event using words. Problem is, it is mapped to akeyword
field (see fieldlist) and I cannot do fulltext searches on it. I think it should be mapped to astring
field infields.yml
.edit: I'm seeing now that this should have been already addressed in PR #10284, but I confirm a cannot see the
message
field in any document indexed to ES:I initially uploaded the metricbeat templates to ES with
metricbeat setup --template -e -E setup.template.enabled=true
.I'm wondering what I'm doing wrong or if the PR is not doing what I think it does.
The text was updated successfully, but these errors were encountered: