From 03e52c02dcb16177c426f9f4212c04f13f2bb967 Mon Sep 17 00:00:00 2001 From: Tanmaya Panda Date: Tue, 21 Apr 2026 15:36:26 +0530 Subject: [PATCH] codeowners: add owner for out_azure_kusto Add @tanmaya-panda1 as a code owner for the Azure Kusto output plugin (plugins/out_azure_kusto) so future pull requests that touch this plugin automatically request review from the plugin's maintainer. Signed-off-by: Tanmaya Panda --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 317fb7c19af..d68384031ec 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -60,6 +60,7 @@ # Output Plugins # -------------- +/plugins/out_azure_kusto @tanmaya-panda1 /plugins/out_datadog @nokute78 @edsiper /plugins/out_es @pettitwesley @edsiper /plugins/out_pgsql @sxd