Elasticsearch / Kibana – Export logs 2/2
This is the second post about how to export application logs using Filebeat. As in the previous post (), I’ll create a Pod with two containers, one for the fake…
This is the second post about how to export application logs using Filebeat. As in the previous post (), I’ll create a Pod with two containers, one for the fake…
When an Index Automatically Becomes a Data Stream in Elasticsearch In Elasticsearch, Data Streams are a way to organize continuous time-based data (logs, metrics, events) so that Elasticsearch can automatically…
In this post, I’ll show you the first example of how to export logs from any application to Elastisearch using Filebeat. To keep things simple, I’ll create a Pod with…
In this post, I’ll show you how to perform a simple installation of Elasticsearch and Kibana on the same VM. Of course, you can create both in Kubernetes, for example,…
Hello, after some time using Registry for Docker images and DevPy for Python modules, because they were simpler, lighter, and easier to maintain, I finally needed a more robust, open-source…
Hello! I’m going to start some posts about Terraform here, describing the resources that I’m going to use from now on in this project. I won’t have a Terraform server,…
Ok, but the post itself is how to configure Vault to use a PostgreSQL database as storage / backend. This provides much greater security for data, as it can involve…
In this post, I want to show you the 4 most common authentication types for Vault. I won’t go into the details of each of them, as that would generate…
Hello! In this post I will show you how to enable HTTPS, for API, Web, CLI, etc… Create a secure connection. The process is very simple, and all you need…
Continuing with the Vault theme. Now I will show you how to integrate Vault with LDAP, for authentication purposes.The process is extremely simple. But it is worth remembering that we…