From a8dc3257a1363af2a7c6a6859dc757ab9d2249a4 Mon Sep 17 00:00:00 2001 From: ricardokleber Date: Mon, 20 Apr 2026 09:34:05 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=2020/04/2026=20-=2009:34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roteiros/03-lab01/rsyslog.conf | 2 +- roteiros/04-lab02/fluent-bit.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roteiros/03-lab01/rsyslog.conf b/roteiros/03-lab01/rsyslog.conf index 1f2018f..75ef403 100644 --- a/roteiros/03-lab01/rsyslog.conf +++ b/roteiros/03-lab01/rsyslog.conf @@ -32,7 +32,7 @@ template(name="json-template" type="list") { # Envio para o RK-CORE action(type="omelasticsearch" - server="172.19.0.1" + server="172.18.0.1" serverport="9200" template="json-template" searchIndex="host01-logs" diff --git a/roteiros/04-lab02/fluent-bit.conf b/roteiros/04-lab02/fluent-bit.conf index c542935..a4a8854 100644 --- a/roteiros/04-lab02/fluent-bit.conf +++ b/roteiros/04-lab02/fluent-bit.conf @@ -16,7 +16,7 @@ [OUTPUT] Name opensearch Match apache-logs-acesso - Host 172.20.0.1 + Host 172.18.0.1 Port 9200 Index host02-logs Type _doc