mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-30 06:00:00 +00:00
Support the notion of a message for all fields in a single class, and making sure it's wrapped as well as the other fields. This is used to display a single message about how indexing working for ka.* filter fields and what IDX_ALLOWED/IDX_NUMERIC/IDX_KEY means, rather than repeating the same text over and over in every field. The wrapping is handled by a function falco::utils::wrap_text. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>