mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
* by default lives in LOGSTASH_HOME/config/logstash.yml * location can be changed by $LS_SETTINGS_DIR or --path.settings * overrides defaults of LogStash::Environment, BUT * CLI flags override the yaml file * several breaking changes to cli flag names (see config/logstash.yml) * setting values are now type checked (see Setting and Settings classes) Fixes #5313
6 lines
111 B
Ruby
6 lines
111 B
Ruby
# encoding: utf-8
|
|
require "spec_helper"
|
|
require "bootstrap/environment"
|
|
|
|
describe LogStash::Environment do
|
|
end
|