I'm trying to use a logstash filter to remove unwanted fields from the _source field, but the data isn't being sent to ES.
filter {
mutate {
remove_field => [ "path", "host","@version","@timestamp","type"]
}
}
I'm trying to use a logstash filter to remove unwanted fields from the _source field, but the data isn't being sent to ES.
filter {
mutate {
remove_field => [ "path", "host","@version","@timestamp","type"]
}
}
Hello,
I think the problem isn't the remove_field
directive in this case. It works at this way and it's correct.
Can you add more information about your logstash
configuration? The output
for example.
Are you receiving data from the input
?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.