Skip to content
Yosuf

A full stack software engineer. I post everything here on Substack as well. You can subscribe below to be notified of new posts.

Recent Posts

Members Public

ELK data ingestion options

When it comes to ingesting data into the ELK stack (Elasticsearch, Logstash, Kibana), you have a few different options, mostly depending on your use cases. Below are the three main ways of doing so. Beats Beats are lightweight data shippers, written in Go. You run them on the same machine

Members Public

A little about QA Sidekick

A few months ago I tweeted [https://twitter.com/itsyosuf/status/1450220397761343489?s=20&t=kDv3wDZ49Bw54F4w3HLlyg] about a project I’ve been working on, QA Sidekick [https://qasidekick.com/]. It’s currently in beta, and if you’re interested in helping test it out, just submit your email on the

Members Public

Setting up your Go environment

Installing Go is pretty straightforward, you can just download it for your system from the go website [https://golang.org/dl]. Mac OS users can also use brew, and Windows users can also use chocolatey. In both cases, Go should be installed in the correct location and put into the