From ac6e0cb3cfc373aefee13843a5d1c0402dc94325 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Thu, 17 Apr 2025 09:56:18 -0400 Subject: [PATCH] Add link from 'manage data' to Transforms page --- manage-data/ingest/transform-enrich.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage-data/ingest/transform-enrich.md b/manage-data/ingest/transform-enrich.md index ddb45a3932..018c23b545 100644 --- a/manage-data/ingest/transform-enrich.md +++ b/manage-data/ingest/transform-enrich.md @@ -18,6 +18,8 @@ According to your use case, you may want to control the structure of your ingest Finally, to help ensure optimal query results, you may want to customize how text is analyzed and how text fields are defined inside {{es}}. +Note that you can also perform transforms on existing {{es}} indices to pivot data into a summarized format, for example to break down web requests by geography or browser type. To learn more, refer to [Transforming data](../../explore-analyze/transforms.md). + {{agent}} processors : You can use [{{agent}} processors](/reference/fleet/agent-processors.md) to sanitize or enrich raw data at the source. Use {{agent}} processors if you need to control what data is sent across the wire, or if you need to enrich the raw data with information available on the host.