mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-17 15:28:18 +00:00
update(config): soft deprecation of old stats
add CHANGE NOTICE wrt syscall_event_drops Co-authored-by: Leonardo Grasso <me@leonardograsso.com> Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
This commit is contained in:
@@ -41,12 +41,6 @@ static falco::app::run_result apply_deprecated_options(falco::app::state& s)
|
||||
return run_result::fatal("You can not specify more than one of -e, -g (--gvisor-config), --modern-bpf, --nodriver, and the FALCO_BPF_PROBE env var");
|
||||
}
|
||||
|
||||
if(s.config->m_min_priority == falco_common::PRIORITY_DEBUG)
|
||||
{
|
||||
falco_logger::log(falco_logger::level::WARNING,
|
||||
"DEPRECATION NOTICE: 'syscall_event_drops' config is deprecated and will be removed in Falco 0.38! If you rely on this config, use 'metrics.output_rule' along with 'metrics.kernel_event_counters_enabled' to monitor the number of drops. Note that the 'syscall_event_drops' config is enabled by default when the 'priority' is set to 'debug'. You can turn it off by setting the 'priority' to any higher level\n");
|
||||
}
|
||||
|
||||
// Please note: is not possible to mix command line options and configs to obtain a configuration
|
||||
// we need to use only one method. For example, is not possible to set the gvisor-config through
|
||||
// the command line and the gvisor-root through the config file. For this reason, if we detect
|
||||
|
Reference in New Issue
Block a user