From 8161abae167345626c78b276d882aa61e0577fe1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 3 Apr 2023 22:54:02 +0200 Subject: [PATCH] remove elasticsearch (no longer FOSS, uses SSPL - https://github.com/elastic/elasticsearch/blob/main/LICENSE.txt - https://blog.opensource.org/the-sspl-is-not-an-open-source-license/ --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9a664b3..18971b6 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_ *Log management tools: collect, parse, visualize ...* -- [Elasticsearch](https://www.elastic.co/) - A Lucene Based Document store mainly used for log indexing, storage and analysis. - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. - [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ([Source Code](https://github.com/allinurl/goaccess)) `MIT` `C`