i am using some filebeat modules (nginx, logstash, elasticsearch, kibana, redis), but some of the produced fields are not important for me and I don't want to save them in elasticsearch. Is there a possibility to remove these fields like in logstash with "remove_field"?
Filebeat modules do not parse the fields in Filebeat, but Elasticsearch via Ingest Nodes. You can find the pipeline definitions in module/*/*/ingest/*.json (replace * with module + fileset names). You can adapt or copy those up to your needs. When done run filebeat setup --pipeline, so to reinstall the Ingest Node pipelines.
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.