From 117dec92948ea7df7746b2bfe0c37ff92eb9bedc Mon Sep 17 00:00:00 2001 From: Martin Chodur Date: Fri, 9 Jul 2021 14:52:47 +0200 Subject: [PATCH 1/2] docs: add missing mention of the envoyAccessLogServer module --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 0cd1c71..64fbb45 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -55,6 +55,7 @@ modules: Only produces new events from the specified data source. - [`tailer`](modules/tailer.md) - [`prometheusIngester`](modules/prometheus_ingester.md) + - [`envoyAccessLogServer`](modules/envoy_access_log_server.md) ##### Processors: Reads input events, does some processing based in the module type and produces modified event. From 96c40dae2658db1d44a98e963ac308195cadf41a Mon Sep 17 00:00:00 2001 From: Martin Chodur Date: Mon, 12 Jul 2021 12:56:31 +0200 Subject: [PATCH 2/2] docs: add missing kafka ingester module docs link --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 64fbb45..884935d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -56,6 +56,7 @@ Only produces new events from the specified data source. - [`tailer`](modules/tailer.md) - [`prometheusIngester`](modules/prometheus_ingester.md) - [`envoyAccessLogServer`](modules/envoy_access_log_server.md) + - [`kafkaIngester`](modules/kafka_ingester.md) ##### Processors: Reads input events, does some processing based in the module type and produces modified event.