Command Line Options

Hi folks,

Is there possible to pass kibana.yml options directly in command line like for elasticsearch?

Thanks in advance! :smiley:

Hi @apetrovYa,

that is indeed possible. Just pass the setting with a -- prefix as in --kibana.index=.mykibanaindex. See the Kibana documentation for a list of settings.

Thank you! :grinning: