SQL Server Build SQL Server audit reports with Powershell 17.04.2024 by Amine Haloui Introduction When you are tasked with conducting an audit at a client’s site or on the environment you manage, you might find it necessary to automate the audit process in order to save time. However, it can be challenging to(…)
DevOps, Kubernetes Rancher RKE2: Rancher roles for cluster autoscaler 17.04.2024 by Kévin Keovilay The cluster autoscaler brings horizontal scaling into your cluster by deploying it into the cluster to autoscale. This is described in the following blog article https://www.dbi-services.com/blog/rancher-autoscaler-enable-rke2-node-autoscaling/. It didn’t emphasize much about the user and role configuration. With Rancher, the(…)
SQL Server SQL-Server: What are VLF’s and why should I care about them? 16.04.2024 by Hocine Mechara Introduction: What are VLF’s? In SQL-Server, the transaction log is divided into several logical units called virtual log files (VLF). The amount of virtual log files and their size are managed automatically by the database engine. The database engine adds(…)
DevOps Elasticsearch, Ingest Pipeline and Machine Learning 16.04.2024 by Middleware Team Elasticsearch has few interesting features around Machine Learning. While I was looking for data to import into Elasticsearch, I found interesting data sets from Airbnb especially reviews. I noticed that it does not contain any rate,(…)
AWS, Azure, Cloud Renew expired certificate for your SAML SSO application in Azure 16.04.2024 by Nicolas Jardot Using Single Sign-on to manage accesses to cloud applications is really convenient. However SAML is using a certificate between the Identity Provider (IdP) and the Service Provider (SP) application and this certificate may expire. Once this certificate is expired, it’s(…)
Azure, Cloud Learning Azure by having fun with ChatGPT 16.04.2024 by DevOps Learn Azure with ChatGPT to get a story around all the concepts and components of Azure. It becomes visual and you'll get some fun with it.
DevOps Monitor Elasticsearch Cluster with Zabbix 12.04.2024 by Middleware Team Setting up Zabbix monitoring over an Elasticsearch cluster is quiet easy as it does not require an agent install. As a matter a fact, the official template uses the Elastic REST API. Zabbix server itself will(…)
Business Intelligence Power BI Report Server: unable to publish a PBIX report 12.04.2024 by Christophe Cosme Introduction I installed a complete new Power BI Report Server. The server had several network interfaces to be part of several subdomains. In order to access the Power BI Report Server web portal from the different subdomains I defined 3(…)
Database Administration & Monitoring, Database management, PostgreSQL PostgreSQL 17: pg_buffercache_evict() 11.04.2024 by Daniel Westermann In PostgreSQL up to version 16, there is no way to evict the buffer cache except by restarting the instance. In Oracle you can do that since ages with “alter system flush buffer cache“, but not(…)
Application integration & Middleware Apache httpd Tuning and Monitoring with Zabbix 09.04.2024 by Middleware Team There is no tuning possible without a proper monitoring in place to measure the impact of any changes. Thus, before trying to tune an Apache httpd server, I will explain how to monitor it with Zabbix. Setup Zabbix Monitoring Apache(…)