From 8161abae167345626c78b276d882aa61e0577fe1 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:54:02 +0200
Subject: [PATCH 01/12] 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`

From 78b6a16081ea81e173005e6d84ed9438f47c6ab3 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:54:59 +0200
Subject: [PATCH 02/12] fluentd: add source code link, license, language

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 18971b6..9be1c8c 100644
--- a/README.md
+++ b/README.md
@@ -463,7 +463,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Log management tools: collect, parse, visualize ...*
 
-- [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper.
+- [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [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`
 - [Graylog](https://www.graylog.org/) - Pluggable Log and Event Analysis Server with Alerting options.

From 8079cafe7d6882448bb0fe8d000360e1ab6e288f Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:55:50 +0200
Subject: [PATCH 03/12] flume: add license, source code link, language

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9be1c8c..eabde6e 100644
--- a/README.md
+++ b/README.md
@@ -464,7 +464,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 *Log management tools: collect, parse, visualize ...*
 
 - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
-- [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system.
+- [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
 - [Graylog](https://www.graylog.org/) - Pluggable Log and Event Analysis Server with Alerting options.
 - [Hindsight](http://mozilla-services.github.io/hindsight/) - Stream processing system which may be used for log aggregation (Replaces Heka).

From b79a45ea6a2de1485d15f6baf3890fec94c8111e Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:57:03 +0200
Subject: [PATCH 04/12] remove graylog (no longer FOSS, uses SSPL) -
 https://github.com/Graylog2/graylog2-server/blob/master/LICENSE -
 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 eabde6e..fecbc17 100644
--- a/README.md
+++ b/README.md
@@ -466,7 +466,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
-- [Graylog](https://www.graylog.org/) - Pluggable Log and Event Analysis Server with Alerting options.
 - [Hindsight](http://mozilla-services.github.io/hindsight/) - Stream processing system which may be used for log aggregation (Replaces Heka).
 - [Kibana](https://www.elastic.co/products/kibana) - Visualize logs and time-stamped data.
 - [Logstash](https://www.elastic.co/products/logstash) - Tool for managing events and logs.

From a5622af72d29eaa9ff93ae9273bf16979c3f64ed Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:57:45 +0200
Subject: [PATCH 05/12] remove hindsight (unmaintained since 2021) -
 https://github.com/mozilla-services/hindsight

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index fecbc17..6e883a7 100644
--- a/README.md
+++ b/README.md
@@ -466,7 +466,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
-- [Hindsight](http://mozilla-services.github.io/hindsight/) - Stream processing system which may be used for log aggregation (Replaces Heka).
 - [Kibana](https://www.elastic.co/products/kibana) - Visualize logs and time-stamped data.
 - [Logstash](https://www.elastic.co/products/logstash) - Tool for managing events and logs.
 - [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.

From ea81afdc026520ec4f2b457338613ead91aa201e Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:58:27 +0200
Subject: [PATCH 06/12] remove kibana (no longr FOSS, uses SSPL) -
 https://github.com/elastic/kibana/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 6e883a7..9e070dd 100644
--- a/README.md
+++ b/README.md
@@ -466,7 +466,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
-- [Kibana](https://www.elastic.co/products/kibana) - Visualize logs and time-stamped data.
 - [Logstash](https://www.elastic.co/products/logstash) - Tool for managing events and logs.
 - [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.
 - [Octopussy](http://www.octopussy.pm) - Log Management Solution (Visualize / Alert / Report).

From 342cd5c9e16c436ef4404b1267ef9b6cf1196b9f Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 22:59:12 +0200
Subject: [PATCH 07/12] remove logstash (no loger FOSS, uses SSPL) -
 https://github.com/elastic/logstash/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 9e070dd..d775057 100644
--- a/README.md
+++ b/README.md
@@ -466,7 +466,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
-- [Logstash](https://www.elastic.co/products/logstash) - Tool for managing events and logs.
 - [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.
 - [Octopussy](http://www.octopussy.pm) - Log Management Solution (Visualize / Alert / Report).
 

From 2c9b3168bf73716d78aa49e37bd8a6367a2222ac Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 23:00:17 +0200
Subject: [PATCH 08/12] loki: add source code link, license, language

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d775057..6db9f9a 100644
--- a/README.md
+++ b/README.md
@@ -466,7 +466,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
-- [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.
+- [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go`
 - [Octopussy](http://www.octopussy.pm) - Log Management Solution (Visualize / Alert / Report).
 
 

From 433b8d97f9e0207eb165d3eb7704e01203a04e3d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 23:00:58 +0200
Subject: [PATCH 09/12] remove octopussy (unmaintained since 2020 -
 https://github.com/Octopussy-Project/Octopussy

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 6db9f9a..dbc0f53 100644
--- a/README.md
+++ b/README.md
@@ -467,7 +467,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [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`
 - [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go`
-- [Octopussy](http://www.octopussy.pm) - Log Management Solution (Visualize / Alert / Report).
 
 
 ### Mail Clients

From 28f85e54dea8705639d769222d7013bac9ae5369 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 23:01:17 +0200
Subject: [PATCH 10/12] log management: use https URLs

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dbc0f53..9494096 100644
--- a/README.md
+++ b/README.md
@@ -463,9 +463,9 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Log management tools: collect, parse, visualize ...*
 
-- [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
+- [Fluentd](https://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
-- [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`
+- [GoAccess](https://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`
 - [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go`
 
 

From 51af1c9bcb215f60c5f4d930deb08f56f2b0243c Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 23:02:14 +0200
Subject: [PATCH 11/12] flume: update description as per official project
 description

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9494096..49fecfc 100644
--- a/README.md
+++ b/README.md
@@ -463,8 +463,8 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Log management tools: collect, parse, visualize ...*
 
-- [Fluentd](https://www.fluentd.org/) - Log Collector and Shipper. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
-- [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
+- [Fluentd](https://www.fluentd.org/) - Data collector for unified logging layer. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
+- [Flume](https://flume.apache.org/) - distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [GoAccess](https://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`
 - [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go`
 

From 938c9fdd4a4956d0a6ec2f5bc1909f0378882ba0 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Mon, 3 Apr 2023 23:02:52 +0200
Subject: [PATCH 12/12] loki: update description as per official description

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 49fecfc..6232121 100644
--- a/README.md
+++ b/README.md
@@ -466,7 +466,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fluentd](https://www.fluentd.org/) - Data collector for unified logging layer. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby`
 - [Flume](https://flume.apache.org/) - distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java`
 - [GoAccess](https://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`
-- [Loki](https://grafana.com/oss/loki/) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go`
+- [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go`
 
 
 ### Mail Clients