panther_base_helpers is overloaded and contains helpers that are specific to various log sources. This is a large reorg of helper functions to make things more consistent.
Changes
helpers moved from panther_base_helpers to their appropriate panther_<logtype>_helpers module
panther_base_helpers is no longer dependent on panther_config
removed deprecated helper functions
consolidated panther_config_defaults
cleaned up packs to both add missing helpers and remove unneeded ones
Background
panther_base_helpers
is overloaded and contains helpers that are specific to various log sources. This is a large reorg of helper functions to make things more consistent.Changes
panther_base_helpers
to their appropriatepanther_<logtype>_helpers
modulepanther_base_helpers
is no longer dependent onpanther_config
panther_config_defaults
Testing