Posts about Elasticsearch

Elasticsearch log ingest config in .NET

April 4th 2025 .NET Logging Elasticsearch

When trying to get the logging to Elasticsearch from .NET to work in the production environment, I spent too much time configuring the logger. It was mostly due to missing and incorrect documentation.

Logging from .NET to Elasticsearch

December 6th 2024 .NET Logging Elasticsearch

Although you might have not heard often of Elasticsearch being used for collecting logs from a .NET application, the scenario is well-supported. The setup is simple and it works good.