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,…