From cc1dee5cb2a0d95c73ae8b489b61812befc6aab6 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Thu, 23 Oct 2025 16:48:44 +0100 Subject: [PATCH] Fix fleet es config example typo --- reference/fleet/elasticsearch-output.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/fleet/elasticsearch-output.md b/reference/fleet/elasticsearch-output.md index a6f62463b5..08a5d92291 100644 --- a/reference/fleet/elasticsearch-output.md +++ b/reference/fleet/elasticsearch-output.md @@ -258,7 +258,8 @@ Settings used to parse, filter, and transform data. ```yaml outputs: default: - type: elasticsearch hosts: ["http://localhost:9200"] + type: elasticsearch + hosts: ["http://localhost:9200"] pipeline: "%{[fields.log_type]}_pipeline" ```