From c61a830ad25978514c04bdf7b8e42b268930ff98 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Thu, 27 Jun 2024 10:41:02 -0400 Subject: [PATCH] Add note about unprivileged mode on 'install' tabs --- docs/en/ingest-management/tab-widgets/install.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/ingest-management/tab-widgets/install.asciidoc b/docs/en/ingest-management/tab-widgets/install.asciidoc index abce9b096..6589f88ea 100644 --- a/docs/en/ingest-management/tab-widgets/install.asciidoc +++ b/docs/en/ingest-management/tab-widgets/install.asciidoc @@ -1,8 +1,9 @@ // tag::deb[] // tag::install-tip[] -TIP: You must run this command as the root user because some -integrations require root privileges to collect sensitive data. +TIP: It's recommended to run this command as the root user because some +integrations require root privileges to collect sensitive data. To <>, use the `--unprivileged` flag. +Note the limitations as described in the linked document. // end::install-tip[]