chore(docs): update plugins_hostinfo config file comment.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2025-01-15 17:23:04 +01:00 committed by poiana
parent f23e44fcab
commit 9f9199bd69

View File

@ -480,9 +480,12 @@ plugins:
- name: json
library_path: libjson.so
# [Sandbox] `plugins_hostinfo`
#
# Uncomment to disable host info support for source plugins
# that DO NOT generate raw events from the libscap event table,
# dropping the `hostPath` volume requirement for them.
# that DO NOT generate raw events from the libscap event table
# or for plugins that DO NOT parse raw events generated by drivers,
# effectively dropping the `hostPath` volume requirement for them.
# plugins_hostinfo: false
##########################