kibana.k8s.elastic.co/v1
editkibana.k8s.elastic.co/v1
editPackage v1 contains API schema definitions for managing Kibana resources.
Resource Types
Kibana
editKibana represents a Kibana resource in a Kubernetes cluster.
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
KibanaSpec
editKibanaSpec holds the specification of a Kibana instance.
Field | Description |
---|---|
|
Version of Kibana. |
|
Image is the Kibana Docker image to deploy. |
|
Count of Kibana instances to deploy. |
|
ElasticsearchRef is a reference to an Elasticsearch cluster running in the same Kubernetes cluster. |
|
Config holds the Kibana configuration. See: https://www.elastic.co/guide/en/kibana/current/settings.html |
|
HTTP holds the HTTP layer configuration for Kibana. |
|
PodTemplate provides customisation options (labels, annotations, affinity rules, resource requests, and so on) for the Kibana pods |
|
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for Kibana. |
|
ServiceAccountName is used to check access from the current resource to a resource (eg. Elasticsearch) in a different namespace. Can only be used if ECK is enforcing RBAC on references. |