Apache Kafka and ksqlDB
Dbi Services Blog
by Olivier Spiesser
9h ago
After two introduction blogs on Apache Kafka (ie. Apache Kafka Concepts by Example and Apache Kafka Consumer Group), it is time to discover the wide ecosystem around it. In this blog post, I will play with ksqlDB, streams and tables. ksqlDB ksqlDB is a server that takes benefit of an Apache Kafka infrastructure for real time data streaming. It can be used to capture events (via, for example, Kafka Connect), transform events, expose views (or tables). Starting ksqlDB server is easy. First, we need to set the bootstrap servers of our Kafka cluster in etc/ksqldb/ksql-server.properties file: boo ..read more
Visit website
Another file system for Linux: bcachefs (2) – multi device file systems
Dbi Services Blog
by Daniel Westermann
1d ago
In the last post, we’ve looked at the very basics when it comes to bcachefs, a new file system which was added to the Linux kernel starting from version 6.7. While we’ve already seen how easy it is to create a new file system using a single device, encrypt and/or compress it and that check summing of meta data and user data is enabled by default, there is much more you can do with bcachefs. In this post we’ll look at how you can work with a file system that spans multiple devices, which is quite common in today’s infrastructures. When we looked at the devices available to the system in the las ..read more
Visit website
Another file system for Linux: bcachefs (1) – basics
Dbi Services Blog
by Daniel Westermann
2d ago
When Linux 6.7 (already end of life) was released some time ago another file system made it into the kernel: bcachefs. This is another copy on write file system like ZFS or Btrfs. The goal of this post is not to compare those in regards to features and performance, but just to give you the necessary bits to get started with it. If you want to try this out for yourself, you obviously need at least version 6.7 of the Linux kernel. You can either build it yourself or you can use the distribution of your choice which ships at least with kernel 6.7 as an option. I’ll be using openSUSE Tumbleweed as ..read more
Visit website
Build SQL Server audit reports with Powershell
Dbi Services Blog
by aminehaloui
2d ago
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 extract information from either the PowerShell console or a text file. Here, the idea would be to propose a solution that could generate audit reports to quickly identify how the audited environment is configured. We will attempt to propose a solution that will automate the generation of audit reports. In broad terms, here are what we will implement: Define the environme ..read more
Visit website
Rancher RKE2: Rancher roles for cluster autoscaler
Dbi Services Blog
by Kévin Keovilay
3d ago
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 cluster autoscaler uses a user’s API key. We will see how to configure minimal permissions by creating Rancher roles for cluster autoscaler. Rancher user First, let’s create the user that will communicate with Rancher, and whose token will be used. It will be given minima ..read more
Visit website
SQL-Server: What are VLF’s and why should I care about them?
Dbi Services Blog
by Hocine Mechara
3d ago
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 more VLF’s to the transaction log file every time when the transaction log file grows. For this reason, admins can indirectly affect the amount of VLF’s through the auto-growth setting of the database transaction log file. For more information regarding VLF’s and the transaction log architecture, check out this link from Microsoft. Why shoul ..read more
Visit website
Elasticsearch, Ingest Pipeline and Machine Learning
Dbi Services Blog
by Olivier Spiesser
3d ago
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, but only comments. To have sentiment of the a review, I would rather have an opinion on that review like: Negative Positive Neutral For that matter, I found the cardiffnlp/twitter-roberta-base-sentiment-latest to suite my needs for my tests. Import Model Elasticsearch provides the tool to import models from Hugging face into Elasticsearch itself: eland. It is po ..read more
Visit website
Renew expired certificate for your SAML SSO application in Azure
Dbi Services Blog
by Nicolas Jardot
3d ago
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 not possible anymore to use the SSO to access the application. In this blog, we will quickly check how to renew this certificate for AWS IAM Identity Center (formerly AWS SSO) configured with Azure. First, go in Microsoft Entra ID (formerly Microsoft Azure AD) and select the menu “Enterprise applications”. That screen is already ..read more
Visit website
Monitor Elasticsearch Cluster with Zabbix
Dbi Services Blog
by Olivier Spiesser
1w ago
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 trigger these requests. In this blog post, I will quick explain how to setup Elasticsearch cluster, then how easy the Zabbix setup is and list possible issues you might encounter. Elastic Cluster Setup I will not go too much in detail as David covered already many topics around ELK. Anyway, would you need any help to install, tune or monitor your ELK cluster fell free to contact us. My 3 ..read more
Visit website
Power BI Report Server: unable to publish a PBIX report
Dbi Services Blog
by Christophe Cosme
1w ago
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 different HTTPS URL’s in the configuration file and a certificate binding. I used as well a specific active directory service account to start the service. I restarted my Power BI Report Server service checking that the URL reservations were done correctly. I knew that in the past this part could be a source of problems. Everything seemed to be OK. I tested t ..read more
Visit website

Follow Dbi Services Blog on FeedSpot

Continue with Google
Continue with Apple
OR