Blogs

Building a Custom Object Detection Model with YOLOv8

Written by Maram Ayari, DevOps Engineer What is Object Detection? How is it Different from Object Localization and Classification? Object detection is a key task in computer vision, essential for enabling machines to analyze and understand visual data. In various...

What is Infrastructure as Code (IaC)?

Infrastructure as Code (IaC) is a methodology that allows organizations to manage and provision infrastructure through machine-readable files rather than manually configuring hardware or using interactive configuration tools. As the name suggests, this approach treats...

What is Serverless?

Serverless is not software itself; it is a cloud computing model where a cloud provider, like AWS, automatically manages the infrastructure, allowing developers to run code without managing servers. Users only pay for the compute time used, and applications...
How to Send Sensu Events to InfluxDB

How to Send Sensu Events to InfluxDB

Sensu event handlers are for taking action on sensu events (produced by check results), such as sending an email alert, or storing metrics in InfluxDB. There are several types of handlers: pipe, tcp, udp, transport, and set. TCP and UDP handlers send the event data to...

read more
How to Send Sensu Events to Elasticsearch

How to Send Sensu Events to Elasticsearch

When we talk about log management, we talk about dealing with a large amount of computer-generated files and how to collect them, how to centralize them, how to aggregate them and how to analyze them. Logs can be produced everywhere by different types of systems....

read more