From 04fe1135ee28738731365869826312dad321eff4 Mon Sep 17 00:00:00 2001 From: Maxwell Borden Date: Tue, 20 Jun 2023 11:39:04 +0000 Subject: [PATCH] added `container.privileged` field --- schemas/container.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/container.yml b/schemas/container.yml index b538a4d485..85b888dfce 100644 --- a/schemas/container.yml +++ b/schemas/container.yml @@ -121,6 +121,13 @@ The number of bytes (gauge) sent out on all network interfaces by the container since the last metric collection. + - name: privileged + type: bool + level: extended + short: Indicates whether the container is running in privileged mode. + description: > + Indicates whether the container is running in privileged mode. + - name: runtime level: extended type: keyword