- Elastic Cloud on Kubernetes:
- Overview
- Quickstart
- Upgrading the Elastic Stack version
- Deploying ECK on OpenShift
- Accessing Elastic Stack services
- Managing compute resources
- Running Elasticsearch on ECK
- Pod Template
- JVM heap size
- Node configuration
- Volume claim templates
- HTTP settings & TLS SANs
- Virtual memory
- Custom HTTP certificate
- Settings managed by ECK
- Secure settings
- Custom configuration files and plugins
- Init containers for plugin downloads
- Update strategy
- Pod disruption budget
- Nodes orchestration
- Advanced Elasticsearch node scheduling
- Create automated snapshots
- Readiness probe
- Pod PreStop hook
- Running Kibana on ECK
- Running APM Server on ECK
- Creating custom images
- Configuring ECK
- Service meshes
- Managing licenses in ECK
- Troubleshooting
- Upgrading ECK
- Uninstalling ECK
- Glossary
- API Reference
- Release highlights
- Release notes
kibana.k8s.elastic.co/v1beta1
editkibana.k8s.elastic.co/v1beta1
editPackage v1beta1 contains API schema definitions for managing Kibana resources.
Kibana
editKibana represents a Kibana resource in a Kubernetes cluster.
Field | Description |
---|---|
|
|
|
|
|
Refer to the Kubernetes API documentation for the fields of the |
|
|
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. |
On this page