Elastic Stack Best Practices Series: a filebeat memory leak analysis and tuning

ELK was renamed elastic stack after it added beats suite after releasing 5.0. Beats is a group of lightweight software, which provides us with a simple and fast way to collect and enrich more data in real time to support our analysis. However, since beats need to be installed outside the ELK cluster, on the host, its impact on the performance o ...

Posted by vixtay on Tue, 22 Feb 2022 03:42:34 +0100

Elasticsearch numeric type can also store String type, which is interesting~

1, Foreword| Recently, a customer often asked that a numeric field can also store strings, or that the field type has been set to float, but the actual stored string is still string. How to solve it? Today, take some time to sort out the whole process.2, Practical drill1. Define an index mapping and specify the type as float Single precision ...

Posted by flhtc on Mon, 03 Jan 2022 11:53:31 +0100