Skip to content

Commit

Permalink
[paths] Add default lookup for kibana.yml at /etc/kibana (#103934) (#…
Browse files Browse the repository at this point in the history
…105008)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
  • Loading branch information
kibanamachine and jbudz authored Jul 9, 2021
1 parent b408a1f commit 2cfa229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-utils/src/path/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const CONFIG_PATHS = [
process.env.KIBANA_PATH_CONF && join(process.env.KIBANA_PATH_CONF, 'kibana.yml'),
process.env.CONFIG_PATH, // deprecated
join(REPO_ROOT, 'config/kibana.yml'),
'/etc/kibana/kibana.yml',
].filter(isString);

const CONFIG_DIRECTORIES = [
Expand Down

0 comments on commit 2cfa229

Please sign in to comment.