From 3c9b4f976813acbb26b06e9bba074d9f844a29a0 Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:17:27 -0600 Subject: [PATCH] Add example log Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com> --- app/_hub/kong-inc/injection-protection/overview/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/_hub/kong-inc/injection-protection/overview/_index.md b/app/_hub/kong-inc/injection-protection/overview/_index.md index 213cf062ec8..951f86096c5 100644 --- a/app/_hub/kong-inc/injection-protection/overview/_index.md +++ b/app/_hub/kong-inc/injection-protection/overview/_index.md @@ -81,6 +81,12 @@ Logs are automatically collected when you enable the Injection Protection plugin * [UDP Log](/hub/kong-inc/udp-log/) * [{{site.konnect_short_name}} Advanced Analytics](/konnect/analytics/) +The following is an example of the information that is logged by the Injection Protection plugin: + +``` +threat detected: 'sql', action taken: log_only, found in path_and_query, query param value: foo: insert into test +``` + ## Get started with the Injection Protection plugin * [Configuration reference](/hub/kong-inc/injection-protection/configuration/)