Cleaning up indices in ElasticSearch through Powershell

If you, like TimeLog, are running an Elastic cluster gathering all kinds of data point for analysis of user behavior, server health and performance logs, audit logs for GDPR requirements or other logs you will at some point have to make a decision on whether to keep increasing the storage to accommodate the data points … Continue reading Cleaning up indices in ElasticSearch through Powershell

Entity Framework Adventures – Concurrency Troubles

I’m building a new project to automate various DevOps tasks, I decided to go for Entity Framework as handling the database. I have a standard SSDT project for the actual database structure, but in the service-project the code part of it is through an EDMX file. Out of the box, the T4 template generates data … Continue reading Entity Framework Adventures – Concurrency Troubles