Adds documentation of alternate kibana yml usage. (#132578)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jeramy Soucy 2022-05-31 13:10:35 +02:00 committed by GitHub
parent ab4943e62c
commit 891e21230c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,11 @@ non-dev version and accepts any of the
https://www.elastic.co/guide/en/kibana/current/settings.html[standard
settings].
[discrete]
=== Using an Alternate YML File
To run Kibana with an alternate yml file, use the `--config` option to specify the path to the desired yml file. For example: `yarn start --config=config/my_config.yml`
[discrete]
=== Potential Optimization Pitfalls