mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 17:53:28 -04:00
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:
parent
03ddf12893
commit
05789744d2
369 changed files with 30 additions and 7785 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue