OK, so maybe a prune filter is what you want. It is not installed by default, the documentation that I linked to before explains how to install it.
filter {
prune {
whitelist_names => ["^hostname$", "^message$", "^source" ]
}
}
OK, so maybe a prune filter is what you want. It is not installed by default, the documentation that I linked to before explains how to install it.
filter {
prune {
whitelist_names => ["^hostname$", "^message$", "^source" ]
}
}
© 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.