Closed Dorokah closed 4 years ago
Since d2d3025 you can use constants.FORMATTER_RECORD_FIELD_SKIP_LIST
to filter any field you don't want to have to be transmitted.
Please read https://python-logstash-async.readthedocs.io/en/stable/config.html#options-for-the-asynchronous-processing-and-formatting on how to set the options in constants
. The order of imports is important here.
Release will follow soon.
Hello! I would like to remove fields like "line", "logsource", "logstash_async_version" from my logs. is there some way to do that?