logstash/x-pack/lib/monitoring
Andrea Selva 03b11e9827
Reimplement LogStash::String setting in Java (#16576)
Reimplements `LogStash::Setting::String` Ruby setting class into the `org.logstash.settings.SettingString` and exposes it through `java_import` as `LogStash::Setting::SettingString`.
Updates the rspec tests in two ways:
- logging mock is now converted to real Log4J appender that spy log line that are later verified
- verifies `java.lang.IllegalArgumentException` instead of `ArgumentError` is thrown because the kind of exception thrown by Java code, during verification.
2025-01-24 16:56:53 +01:00
..
inputs Rubocop: Enable SpaceAround cops (#15196) 2023-07-18 21:11:57 -04:00
outputs Adaptations to internal collector to send data directly to monitoring cluster Close 11573 2020-02-28 14:26:19 +00:00
internal_pipeline_source.rb Remove the Arcsight module and the modules framework (#16794) 2024-12-19 14:28:54 +00:00
monitoring.rb Reimplement LogStash::String setting in Java (#16576) 2025-01-24 16:56:53 +01:00