-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose Kibana configuration #740
Comments
Example CRD sample:
|
Excuse my ignorance, but why not just mirror the way this is handled in the Kibana docker image today where For example:
|
@djschny We'll be supporting that as well (we already do in master), but we also want to provide people with the flexibility of specifying the contents of their |
Any YAML here ends up in `kibana.yml`. Example usage: ```yaml apiVersion: kibana.k8s.elastic.co/v1alpha1 kind: Kibana metadata: name: kibana-sample spec: version: "7.1.0" nodeCount: 1 elasticsearchRef: name: "elasticsearch-sample" config: xpack.security.sessionTimeout: 600000 ``` Closes: elastic#740
It should be possible to configure custom Kibana settings
The text was updated successfully, but these errors were encountered: