From d0cdc6771f8a2fdb43ddb51f2656cfb57830c631 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 13 Jan 2023 12:50:45 +0100 Subject: [PATCH] Apply fixes from elasticsearch7_ynh --- README.md | 12 ++---------- README_fr.md | 12 ++---------- doc/DESCRIPTION.md | 10 +--------- manifest.json | 4 ++-- 4 files changed, 7 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index e131825..3fae63d 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for: - - Logs - - Metrics - - A search backend - - Application monitoring - - Endpoint security - -... and more! - +Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for logs, metrics, search backend, application monitoring, Endpoint security. To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch). -**Shipped version:** 7.17.8~ynh3 +**Shipped version:** 7.17.8~ynh4 **Demo:** https://www.elastic.co/demos ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index d220330..cda6b5b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -15,19 +15,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for: - - Logs - - Metrics - - A search backend - - Application monitoring - - Endpoint security - -... and more! - +Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for logs, metrics, search backend, application monitoring, Endpoint security. To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch). -**Version incluse :** 7.17.8~ynh3 +**Version incluse :** 7.17.8~ynh4 **Démo :** https://www.elastic.co/demos ## Avertissements / informations importantes diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index f780789..e0a5b6e 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,10 +1,2 @@ -Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for: - - Logs - - Metrics - - A search backend - - Application monitoring - - Endpoint security - -... and more! - +Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the [Elastic Stack](https://www.elastic.co/products). You can use Elasticsearch to store, search, and manage data for logs, metrics, search backend, application monitoring, Endpoint security. To learn more about Elasticsearch’s features and capabilities, see the [product page](https://www.elastic.co/products/elasticsearch). diff --git a/manifest.json b/manifest.json index 79a2daa..f767821 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Distributed and RESTful search engine.", "fr": "Moteur de recherche RESTful." }, - "version": "7.17.8~ynh3", + "version": "7.17.8~ynh4", "url": "https://github.com/elastic/elasticsearch", "upstream": { "license": "SSPL-1.0", @@ -15,7 +15,7 @@ "admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/7.17/elasticsearch-intro.html", "code": "https://github.com/elastic/elasticsearch" }, - "license": "AGPL-3.0-or-later", + "license": "SSPL-1.0", "maintainer": { "name": "fflorent", "email": "florent.git@zeteo.me"