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. |
|
EnterpriseSearchRef is a reference to an EnterpriseSearch running in the same Kubernetes cluster. Kibana provides the default Enterprise Search UI starting version 7.14. |
|
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. |
|
Monitoring enables you to collect and ship log and monitoring data of this Kibana. See https://www.elastic.co/guide/en/kibana/current/xpack-monitoring.html. Metricbeat and Filebeat are deployed in the same Pod as sidecars and each one sends data to one or two different Elasticsearch monitoring clusters running in the same Kubernetes cluster. |
LogsMonitoring
editField | Description |
---|---|
|
ElasticsearchRefs is a reference to a list of monitoring Elasticsearch clusters running in the same Kubernetes cluster. Due to existing limitations, only a single Elasticsearch cluster is currently supported. |
MetricsMonitoring
editField | Description |
---|---|
|
ElasticsearchRefs is a reference to a list of monitoring Elasticsearch clusters running in the same Kubernetes cluster. Due to existing limitations, only a single Elasticsearch cluster is currently supported. |
Monitoring
editField | Description |
---|---|
|
Metrics holds references to Elasticsearch clusters which will receive monitoring data from this Kibana. |
|
Logs holds references to Elasticsearch clusters which will receive log data from this Kibana. |