3. Elasticsearch

Note

Base de datos orientada a index

3.1. Instalación

yum install elasticsearch

3.2. Configuración

Fichero de configuración /etc/elasticsearch/elasticsearch.yml

# ---------------------------------- Network -----------------------------------
#
# Set the bind address to a specific IP (IPv4 or IPv6):
#
network.host: 127.0.0.1
#
# Set a custom port for HTTP:
#
http.port: 9200
#
# For more information, consult the network module documentation.

3.3. Inicio del servicio

systemctl start elasticsearch