kibana/packages/kbn-apm-config-loader/__fixtures__/config_flat.yml
Pierre Gayvallet aa9774faa0
Add the @kbn/apm-config-loader package (#77855)
* first shot of the apm configuration loader

* revert changes to kibana config

* remove test files for now

* remove `?.` usages

* use lazy config init to avoid crashing integration test runner

* loader improvements

* add config value override via cli args

* add tests for utils package

* add prod/dev config handling + loader tests

* add tests for config

* address josh's comments

* nit on doc
2020-09-28 15:30:59 +02:00

6 lines
122 B
YAML

pid.enabled: true
pid.file: '/var/run/kibana.pid'
pid.obj: { val: 3 }
pid.arr: [1, 2]
pid.empty_obj: {}
pid.empty_arr: []