Remove the Arcsight module and the modules framework (#16794)

Remove all module related code
- remove arcsight module
- remove module framework
- remove module tests
- remove module configs
This commit is contained in:
kaisecheng 2024-12-19 14:28:54 +00:00 committed by GitHub
parent 03ddf12893
commit 05789744d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
369 changed files with 30 additions and 7785 deletions

View file

@ -18,7 +18,7 @@ module LogStash module Monitoring
@pipeline_config = pipeline_config
@settings = settings
@agent = agent
@es_options = es_options_from_settings_or_modules(FEATURE, @settings)
@es_options = es_options_from_settings(FEATURE, @settings)
setup_license_checker(FEATURE)
end