Kibana

There are various customizations you can do to tailor the deployment of OpenStack Kibana. You can find those below.

General Parameters

  • conf.create_kibana_indexes.default_index

    • Type: string

    • Description:

    • “logstash”

  • conf.create_kibana_indexes.indexes.application[0]

    • Type: string

    • Description:

    • “openstack”

  • conf.create_kibana_indexes.indexes.base[0]

    • Type: string

    • Description:

    • “logstash”

  • conf.create_kibana_indexes.indexes.base[1]

    • Type: string

    • Description:

    • “journal”

  • conf.create_kibana_indexes.indexes.base[2]

    • Type: string

    • Description:

    • “kernel”

  • conf.httpd

    • Type: string

    • Description:

    • ServerRoot \"/usr/local/apache2\"
      
      Listen 80
      
      LoadModule mpm_event_module modules/mod_mpm_event.so
      LoadModule authn_file_module modules/mod_authn_file.so
      LoadModule authn_core_module modules/mod_authn_core.so
      LoadModule authz_host_module modules/mod_authz_host.so
      LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
      LoadModule authz_user_module modules/mod_authz_user.so
      LoadModule authz_core_module modules/mod_authz_core.so
      LoadModule access_compat_module modules/mod_access_compat.so
      LoadModule auth_basic_module modules/mod_auth_basic.so
      LoadModule ldap_module modules/mod_ldap.so
      LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
      LoadModule reqtimeout_module modules/mod_reqtimeout.so
      LoadModule filter_module modules/mod_filter.so
      LoadModule proxy_html_module modules/mod_proxy_html.so
      LoadModule log_config_module modules/mod_log_config.so
      LoadModule env_module modules/mod_env.so
      LoadModule headers_module modules/mod_headers.so
      LoadModule setenvif_module modules/mod_setenvif.so
      LoadModule version_module modules/mod_version.so
      LoadModule proxy_module modules/mod_proxy.so
      LoadModule proxy_connect_module modules/mod_proxy_connect.so
      LoadModule proxy_http_module modules/mod_proxy_http.so
      LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
      LoadModule remoteip_module modules/mod_remoteip.so
      LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
      LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
      LoadModule unixd_module modules/mod_unixd.so
      LoadModule status_module modules/mod_status.so
      LoadModule autoindex_module modules/mod_autoindex.so
      
      <IfModule unixd_module>
      User daemon
      Group daemon
      </IfModule>
      
      <Directory />
          AllowOverride none
          Require all denied
      </Directory>
      
      <Files \".ht*\">
          Require all denied
      </Files>
      
      ErrorLog /dev/stderr
      
      LogLevel warn
      
      <IfModule log_config_module>
          LogFormat \"%a %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\"\" combined
          LogFormat \"%{X-Forwarded-For}i %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\"\" proxy
          LogFormat \"%h %l %u %t \\\"%r\\\" %>s %b\" common
      
          <IfModule logio_module>
            LogFormat \"%a %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\" %I %O\" combinedio
          </IfModule>
      
          SetEnvIf X-Forwarded-For \"^.*\\..*\\..*\\..*\" forwarded
          CustomLog /dev/stdout common
          CustomLog /dev/stdout combined
          CustomLog /dev/stdout proxy env=forwarded
      </IfModule>
      
      <Directory \"/usr/local/apache2/cgi-bin\">
          AllowOverride None
          Options None
          Require all granted
      </Directory>
      
      <IfModule headers_module>
          RequestHeader unset Proxy early
      </IfModule>
      
      <IfModule proxy_html_module>
      Include conf/extra/proxy-html.conf
      </IfModule>
      
      <VirtualHost *:80>
        RemoteIPHeader X-Original-Forwarded-For
        <Location />
            ProxyPass http://localhost:{{ tuple \"kibana\" \"internal\" \"kibana\" . | include \"helm-toolkit.endpoints.endpoint_port_lookup\" }}/
            ProxyPassReverse http://localhost:{{ tuple \"kibana\" \"internal\" \"kibana\" . | include \"helm-toolkit.endpoints.endpoint_port_lookup\" }}/
        </Location>
        <Proxy *>
            AuthName \"Kibana\"
            AuthType Basic
            AuthBasicProvider file ldap
            AuthUserFile /usr/local/apache2/conf/.htpasswd
            AuthLDAPBindDN {{ .Values.endpoints.ldap.auth.admin.bind }}
            AuthLDAPBindPassword {{ .Values.endpoints.ldap.auth.admin.password }}
            AuthLDAPURL {{ tuple \"ldap\" \"default\" \"ldap\" . | include \"helm-toolkit.endpoints.keystone_endpoint_uri_lookup\" | quote }}
            Require valid-user
        </Proxy>
      </VirtualHost>
      
  • conf.kibana.elasticsearch.pingTimeout

    • Type: int

    • Description:

    • 1500

  • conf.kibana.elasticsearch.requestTimeout

    • Type: int

    • Description:

    • 30000

  • conf.kibana.elasticsearch.shardTimeout

    • Type: int

    • Description:

    • 0

  • conf.kibana.ops.interval

    • Type: int

    • Description:

    • 5000

  • conf.kibana.server.host

    • Type: string

    • Description:

    • “localhost”

  • conf.kibana.server.maxPayload

    • Type: int

    • Description:

    • 1048576

  • conf.kibana.server.name

    • Type: string

    • Description:

    • “kibana”

  • conf.kibana.server.port

    • Type: int

    • Description:

    • 5601

  • conf.kibana.server.rewriteBasePath

    • Type: bool

    • Description:

    • false

  • conf.kibana.server.ssl.enabled

    • Type: bool

    • Description:

    • false

  • dependencies.dynamic.common.local_image_registry.jobs[0]

    • Type: string

    • Description:

    • “kibana-image-repo-sync”

  • dependencies.dynamic.common.local_image_registry.services[0].endpoint

    • Type: string

    • Description:

    • “node”

  • dependencies.dynamic.common.local_image_registry.services[0].service

    • Type: string

    • Description:

    • “local_image_registry”

  • dependencies.static.flush_kibana_metadata.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.flush_kibana_metadata.services[0].service

    • Type: string

    • Description:

    • “elasticsearch”

  • dependencies.static.image_repo_sync.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.image_repo_sync.services[0].service

    • Type: string

    • Description:

    • “local_image_registry”

  • dependencies.static.kibana.jobs[0]

    • Type: string

    • Description:

    • “flush-kibana-metadata”

  • dependencies.static.kibana.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.kibana.services[0].service

    • Type: string

    • Description:

    • “elasticsearch”

  • dependencies.static.register_kibana_indexes.jobs[0]

    • Type: string

    • Description:

    • “flush-kibana-metadata”

  • dependencies.static.register_kibana_indexes.services[0].endpoint

    • Type: string

    • Description:

    • “internal”

  • dependencies.static.register_kibana_indexes.services[0].service

    • Type: string

    • Description:

    • “kibana”

  • endpoints.cluster_domain_suffix

    • Type: string

    • Description:

    • “cluster.local”

  • endpoints.elasticsearch.auth.admin.password

    • Type: string

    • Description:

    • “changeme”

  • endpoints.elasticsearch.auth.admin.secret.tls.internal

    • Type: string

    • Description:

    • “elasticsearch-tls-api”

  • endpoints.elasticsearch.auth.admin.username

    • Type: string

    • Description:

    • “admin”

  • endpoints.elasticsearch.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.elasticsearch.hosts.default

    • Type: string

    • Description:

    • “elasticsearch-logging”

  • endpoints.elasticsearch.hosts.public

    • Type: string

    • Description:

    • “elasticsearch”

  • endpoints.elasticsearch.name

    • Type: string

    • Description:

    • “elasticsearch”

  • endpoints.elasticsearch.namespace

    • Type: string

    • Description:

    • nil

  • endpoints.elasticsearch.path.default

    • Type: string

    • Description:

    • nil

  • endpoints.elasticsearch.port.client.default

    • Type: int

    • Description:

    • 80

  • endpoints.elasticsearch.scheme.default

    • Type: string

    • Description:

    • “http”

  • endpoints.kibana.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.kibana.hosts.default

    • Type: string

    • Description:

    • “kibana-dash”

  • endpoints.kibana.hosts.public

    • Type: string

    • Description:

    • “kibana”

  • endpoints.kibana.name

    • Type: string

    • Description:

    • “kibana”

  • endpoints.kibana.namespace

    • Type: string

    • Description:

    • nil

  • endpoints.kibana.path.default

    • Type: string

    • Description:

    • nil

  • endpoints.kibana.port.http.default

    • Type: int

    • Description:

    • 80

  • endpoints.kibana.port.kibana.default

    • Type: int

    • Description:

    • 5601

  • endpoints.kibana.scheme.default

    • Type: string

    • Description:

    • “http”

  • endpoints.ldap.auth.admin.bind

    • Type: string

    • Description:

    • “cn=admin,dc=cluster,dc=local”

  • endpoints.ldap.auth.admin.password

    • Type: string

    • Description:

    • “password”

  • endpoints.ldap.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.ldap.hosts.default

    • Type: string

    • Description:

    • “ldap”

  • endpoints.ldap.path.default

    • Type: string

    • Description:

    • “/ou=People,dc=cluster,dc=local”

  • endpoints.ldap.port.ldap.default

    • Type: int

    • Description:

    • 389

  • endpoints.ldap.scheme.default

    • Type: string

    • Description:

    • “ldap”

  • endpoints.local_image_registry.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.local_image_registry.hosts.default

    • Type: string

    • Description:

    • “localhost”

  • endpoints.local_image_registry.hosts.internal

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.hosts.node

    • Type: string

    • Description:

    • “localhost”

  • endpoints.local_image_registry.name

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.namespace

    • Type: string

    • Description:

    • “docker-registry”

  • endpoints.local_image_registry.port.registry.node

    • Type: int

    • Description:

    • 5000

  • endpoints.oci_image_registry.auth.enabled

    • Type: bool

    • Description:

    • false

  • endpoints.oci_image_registry.auth.kibana.password

    • Type: string

    • Description:

    • “password”

  • endpoints.oci_image_registry.auth.kibana.username

    • Type: string

    • Description:

    • “kibana”

  • endpoints.oci_image_registry.host_fqdn_override.default

    • Type: string

    • Description:

    • nil

  • endpoints.oci_image_registry.hosts.default

    • Type: string

    • Description:

    • “localhost”

  • endpoints.oci_image_registry.name

    • Type: string

    • Description:

    • “oci-image-registry”

  • endpoints.oci_image_registry.namespace

    • Type: string

    • Description:

    • “oci-image-registry”

  • endpoints.oci_image_registry.port.registry.default

    • Type: string

    • Description:

    • nil

  • images.local_registry.active

    • Type: bool

    • Description:

    • false

  • images.local_registry.exclude[0]

    • Type: string

    • Description:

    • “dep_check”

  • images.local_registry.exclude[1]

    • Type: string

    • Description:

    • “image_repo_sync”

  • images.pull_policy

    • Type: string

    • Description:

    • “IfNotPresent”

  • images.tags.apache_proxy

    • Type: string

    • Description:

    • “docker.io/library/httpd:2.4”

  • images.tags.dep_check

    • Type: string

    • Description:

    • “quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal”

  • images.tags.flush_kibana_metadata

    • Type: string

    • Description:

    • “docker.io/openstackhelm/heat:wallaby-ubuntu_focal”

  • images.tags.image_repo_sync

    • Type: string

    • Description:

    • “docker.io/library/docker:17.07.0”

  • images.tags.kibana

    • Type: string

    • Description:

    • “docker.elastic.co/kibana/kibana:8.9.0”

  • images.tags.register_kibana_indexes

    • Type: string

    • Description:

    • “docker.io/openstackhelm/heat:wallaby-ubuntu_focal”

  • jobs.flush_kibana_metadata.activeDeadlineSeconds

    • Type: int

    • Description:

    • 600

  • jobs.flush_kibana_metadata.backoffLimit

    • Type: int

    • Description:

    • 6

  • labels.job.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.job.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • labels.kibana.node_selector_key

    • Type: string

    • Description:

    • “openstack-control-plane”

  • labels.kibana.node_selector_value

    • Type: string

    • Description:

    • “enabled”

  • manifests.configmap_bin

    • Type: bool

    • Description:

    • true

  • manifests.configmap_etc

    • Type: bool

    • Description:

    • true

  • manifests.deployment

    • Type: bool

    • Description:

    • true

  • manifests.ingress

    • Type: bool

    • Description:

    • true

  • manifests.job_flush_kibana_metadata

    • Type: bool

    • Description:

    • true

  • manifests.job_image_repo_sync

    • Type: bool

    • Description:

    • true

  • manifests.job_register_kibana_indexes

    • Type: bool

    • Description:

    • true

  • manifests.network_policy

    • Type: bool

    • Description:

    • false

  • manifests.secret_elasticsearch

    • Type: bool

    • Description:

    • true

  • manifests.secret_ingress_tls

    • Type: bool

    • Description:

    • true

  • manifests.secret_registry

    • Type: bool

    • Description:

    • true

  • manifests.service

    • Type: bool

    • Description:

    • true

  • manifests.service_ingress

    • Type: bool

    • Description:

    • true

  • network.kibana.ingress.annotations.”nginx.ingress.kubernetes.io/affinity”

    • Type: string

    • Description:

    • “cookie”

  • network.kibana.ingress.annotations.”nginx.ingress.kubernetes.io/rewrite-target”

    • Type: string

    • Description:

    • “/”

  • network.kibana.ingress.annotations.”nginx.ingress.kubernetes.io/session-cookie-expires”

    • Type: string

    • Description:

    • “600”

  • network.kibana.ingress.annotations.”nginx.ingress.kubernetes.io/session-cookie-hash”

    • Type: string

    • Description:

    • “sha1”

  • network.kibana.ingress.annotations.”nginx.ingress.kubernetes.io/session-cookie-max-age”

    • Type: string

    • Description:

    • “600”

  • network.kibana.ingress.annotations.”nginx.ingress.kubernetes.io/session-cookie-name”

    • Type: string

    • Description:

    • “kube-ingress-session-kibana”

  • network.kibana.ingress.classes.cluster

    • Type: string

    • Description:

    • “nginx-cluster”

  • network.kibana.ingress.classes.namespace

    • Type: string

    • Description:

    • “nginx”

  • network.kibana.ingress.public

    • Type: bool

    • Description:

    • true

  • network.kibana.node_port.enabled

    • Type: bool

    • Description:

    • false

  • network.kibana.node_port.port

    • Type: int

    • Description:

    • 30905

  • network.kibana.port

    • Type: int

    • Description:

    • 5601

  • network_policy.kibana.egress[0]

    • Type: object

    • Description:

    • {}

  • network_policy.kibana.ingress[0]

    • Type: object

    • Description:

    • {}

  • pod.affinity.anti.topologyKey.default

    • Type: string

    • Description:

    • “kubernetes.io/hostname”

  • pod.affinity.anti.type.default

    • Type: string

    • Description:

    • “preferredDuringSchedulingIgnoredDuringExecution”

  • pod.affinity.anti.weight.default

    • Type: int

    • Description:

    • 10

  • pod.lifecycle.upgrades.deployments.pod_replacement_strategy

    • Type: string

    • Description:

    • “RollingUpdate”

  • pod.lifecycle.upgrades.deployments.revision_history

    • Type: int

    • Description:

    • 3

  • pod.lifecycle.upgrades.deployments.rolling_update.max_surge

    • Type: int

    • Description:

    • 3

  • pod.lifecycle.upgrades.deployments.rolling_update.max_unavailable

    • Type: int

    • Description:

    • 1

  • pod.probes.kibana.kibana.liveness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.kibana.kibana.liveness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 180

  • pod.probes.kibana.kibana.liveness.params.periodSeconds

    • Type: int

    • Description:

    • 60

  • pod.probes.kibana.kibana.readiness.enabled

    • Type: bool

    • Description:

    • true

  • pod.probes.kibana.kibana.readiness.params.initialDelaySeconds

    • Type: int

    • Description:

    • 20

  • pod.probes.kibana.kibana.readiness.params.periodSeconds

    • Type: int

    • Description:

    • 30

  • pod.replicas.kibana

    • Type: int

    • Description:

    • 1

  • pod.resources.apache_proxy.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.apache_proxy.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.apache_proxy.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.apache_proxy.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.enabled

    • Type: bool

    • Description:

    • false

  • pod.resources.jobs.flush_kibana_metadata.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.flush_kibana_metadata.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.flush_kibana_metadata.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.flush_kibana_metadata.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.image_repo_sync.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.image_repo_sync.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.image_repo_sync.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.image_repo_sync.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.jobs.register_kibana_indexes.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.jobs.register_kibana_indexes.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.jobs.register_kibana_indexes.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.jobs.register_kibana_indexes.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.resources.kibana.limits.cpu

    • Type: string

    • Description:

    • “2000m”

  • pod.resources.kibana.limits.memory

    • Type: string

    • Description:

    • “1024Mi”

  • pod.resources.kibana.requests.cpu

    • Type: string

    • Description:

    • “100m”

  • pod.resources.kibana.requests.memory

    • Type: string

    • Description:

    • “128Mi”

  • pod.security_context.dashboard.container.apache_proxy.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • false

  • pod.security_context.dashboard.container.apache_proxy.runAsUser

    • Type: int

    • Description:

    • 0

  • pod.security_context.dashboard.container.kibana.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.dashboard.container.kibana.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • false

  • pod.security_context.dashboard.container.kibana.runAsNonRoot

    • Type: bool

    • Description:

    • true

  • pod.security_context.dashboard.pod.runAsUser

    • Type: int

    • Description:

    • 1000

  • pod.security_context.flush_kibana_metadata.container.flush_kibana_metadata.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.flush_kibana_metadata.container.flush_kibana_metadata.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.flush_kibana_metadata.pod.runAsUser

    • Type: int

    • Description:

    • 1000

  • pod.security_context.register_kibana_indexes.container.register_kibana_indexes.allowPrivilegeEscalation

    • Type: bool

    • Description:

    • false

  • pod.security_context.register_kibana_indexes.container.register_kibana_indexes.readOnlyRootFilesystem

    • Type: bool

    • Description:

    • true

  • pod.security_context.register_kibana_indexes.pod.runAsUser

    • Type: int

    • Description:

    • 1000

  • secrets.elasticsearch.user

    • Type: string

    • Description:

    • “kibana-elasticsearch-user”

  • secrets.oci_image_registry.kibana

    • Type: string

    • Description:

    • “kibana-oci-image-registry-key”

  • secrets.tls.kibana.kibana.public

    • Type: string

    • Description:

    • “kibana-tls-public”