mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
51 lines
2.6 KiB
Markdown
51 lines
2.6 KiB
Markdown
|
<!--
|
|||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
No se debe editar a mano.
|
|||
|
-->
|
|||
|
|
|||
|
# ElasticSearch 8 para Yunohost
|
|||
|
|
|||
|
[![Nivel de integración](https://dash.yunohost.org/integration/elasticsearch8.svg)](https://dash.yunohost.org/appci/app/elasticsearch8) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/elasticsearch8.maintain.svg)
|
|||
|
|
|||
|
[![Instalar ElasticSearch 8 con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=elasticsearch8)
|
|||
|
|
|||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Este paquete le permite instalarElasticSearch 8 rapidamente y simplement en un servidor YunoHost.*
|
|||
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
|||
|
|
|||
|
## Descripción general
|
|||
|
|
|||
|
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).
|
|||
|
|
|||
|
|
|||
|
**Versión actual:** 8.11.1~ynh3
|
|||
|
|
|||
|
**Demo:** <https://www.elastic.co/demos>
|
|||
|
## :red_circle: Características no deseables
|
|||
|
|
|||
|
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
|
|||
|
|
|||
|
## Documentaciones y recursos
|
|||
|
|
|||
|
- Sitio web oficial: <https://elastic.co>
|
|||
|
- Documentación administrador oficial: <https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html>
|
|||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/elastic/elasticsearch>
|
|||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/elasticsearch8>
|
|||
|
- Reportar un error: <https://github.com/YunoHost-Apps/elasticsearch8_ynh/issues>
|
|||
|
|
|||
|
## Información para desarrolladores
|
|||
|
|
|||
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing
|
|||
|
|
|||
|
Para probar la rama `testing`, sigue asÍ:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
|||
|
o
|
|||
|
sudo yunohost app upgrade elasticsearch8 -u https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|