Skip to content

January 2020

Configure Serilog with Logstash and ElasticSearch

Today I was setting up the Serilog logging that communicates with Logstash. Serilog can communicate to ElasticSearch easily with ElasticSeach sink https://github.com/serilog/serilog-sinks-elasticsearch, but that does not work with Logstash http input. So to use the Logstash http input, we need to install the Serilog Http Sink and configure it properly.

I prefer to use DurableHttpUsingFileSizeRolledBuffers writer, because it will store the log files temporary into disk, if the Logstash …

2010s – Part one – The Interop

As year changed from 2019 to 2020, people in social media posted a lot about how they have spent their 2010s. I will take a little different aspect while looking into past decade and present you my three biggest architectural failures.

Interop

This story begins at the beginning of 2010s. I was just promoted to Software Architect and got an invite into the Architect Board. Architect Board was basically a …