Update the Configuration File for Deployment

Hi,

We would like to know if it is possible to add some configuration to kibana.yml files and setup_connection.js prior to deployment.

Sample is:
Addin cors: { additionalHeaders: ['kbn-version','cookie'], origin: ['*'] }, to setup_connection.js and server.cors: true server.cors.origin: ["*"] to kibana.yml

Thanks,

If I understand what you're looking for, is the ability to specify the CORS accepted origins. If so, that issue is tracked here: https://github.com/elastic/kibana/issues/16714

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