modified files

Este commit está contenido en:
Your Name
2020-08-02 23:08:26 +00:00
padre abd18a4a22
commit 5a526d0f89
Se han modificado 66 ficheros con 277 adiciones y 4090 borrados

Ver fichero

@@ -2,7 +2,7 @@ version: '2'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.7.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.8.0
hostname: elasticsearch
container_name: elasticsearch
restart: always
@@ -10,10 +10,10 @@ services:
- node.name=elastic
- cluster.name=cluster01
- cluster.initial_master_nodes=elastic
- cluster.routing.allocation.disk.threshold_enabled=false
- cluster.routing.allocation.disk.watermark.flood_stage=1%
- cluster.routing.allocation.disk.watermark.high=1%
- cluster.routing.allocation.disk.watermark.low=0%
# - cluster.routing.allocation.disk.threshold_enabled=false
- cluster.routing.allocation.disk.watermark.flood_stage=100%
- cluster.routing.allocation.disk.watermark.high=100%
- cluster.routing.allocation.disk.watermark.low=99%
- bootstrap.memory_lock=true
- ES_JAVA_OPTS=-Xms1g -Xmx1g
ulimits:
@@ -31,7 +31,7 @@ services:
ipv4_address: 172.1.0.101
kibana:
image: docker.elastic.co/kibana/kibana:7.7.1
image: docker.elastic.co/kibana/kibana:7.8.0
hostname: kibana
container_name: kibana
restart: always
@@ -45,7 +45,7 @@ services:
ipv4_address: 172.1.0.102
logstash:
image: docker.elastic.co/logstash/logstash:7.7.1
image: docker.elastic.co/logstash/logstash:7.8.0
hostname: logstash
container_name: logstash
restart: always
@@ -64,7 +64,7 @@ services:
ipv4_address: 172.1.0.103
# filebeat:
# image: docker.elastic.co/beats/filebeat:7.7.1
# image: docker.elastic.co/beats/filebeat:7.8.0
# hostname: filebeat
# container_name: filebeat
# restart: always

Ver fichero

@@ -2,6 +2,7 @@ input {
file {
path => "/access.log"
# start_position => "beginning"
# start_position => "end"
mode => "tail"
file_completed_action => "log"
file_completed_log_path => "/dev/null"