Quick question. How to start Kibana with custom config file?

Hi,

I am using ELK GA 5.0.0. How can I start kibana with my_kibana.yml instead of default kibana.yml?

Thanks.

1 Like

HI ,
This already exists using the --config option. You can launch ur Kibana instance with custom config .

Usage: kibana

-e, --elasticsearch URI          Elasticsearch instance
-c, --config PATH                Path to config file
-p, --port PORT                  Kibana port
-q, --quiet                      Turns off logging
-H, --host HOST                  Kibana host
-v, --version                    Display version
    --plugins                    Path to the folder to scan for plugins
-h, --help                       Display this screen
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.