Featured
DevOps
Working with the Logstash translate plugin
Posted on March 3rd, 2021.When working with Logstash, chances are you will someday require transforming/replace data before sending it to its last destination. That being said, this post aims to present the translate-plugin, which is a general search and replace tool that uses a configured hash and/or file to determine replacement values. Scenario –...