I need to change some fields type (event.original) in the fields.yml in the filebeat configuration.
But my changes don't apply in indexes after restarting filebeat.
there is a command in filebeat documentation that I can't find where I should run it:
documentation link:
and the first line is:
You must define the fields used by your Beat, along with their mapping details,
in *_meta/fields.yml*. After editing this file, run **make update**.
I installed filebeat 7.16.2 from a .deb file on my ubuntu server.
After changes, I restarted several times and even wait one day to see the effect.
but nothing changed.
This is what I want to change(original under event >> event.original) line 1761:
- name: original
level: core
type: keyword
description: 'Raw text message of the entire event. Used to demonstrate log integrity
or where the full log message (before splitting it up into multiple parts) may
be required, e.g. for reindex.
I need to change the type: keyword to wildcard
How can I do this?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.