Kelson Martins
user

Kelson Martins

Software engineer. Geek. Traveller. Wannabe athlete. Lifelong student. Works at IBM and hosts the @HardcodeCast.


Posts


Navigation
TagELK Stack
Featured

DevOps

Introduction to Rally for Elasticsearch benchmarking

Posted on March 14th, 2021.

Summary Anyone that manages Elasticsearch clusters must be aware at all times of the health of the cluster, being through the use of monitoring tools such as ElasticserachHQ, X-Pack or even through simple RESTAPI calls scripts. Monitoring is extremely important, but there is one point as important as monitoring, which is knowing the...

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 –...