You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The name of a new elasticsearch administrator secret. If a prefix input variable is specified, the prefix is added to the name in the `<prefix>-<name>` format."
description="Existing code engine project ID to deploy Kibana. If no value is passed, a new code engine project will be created."
325
+
type=string
326
+
default=null
327
+
}
328
+
329
+
variable"enable_kibana_dashboard" {
330
+
type=bool
331
+
description="Set it true to deploy Kibana in code engine. NOTE: Kibana image is coming direcly from the official registry (https://www.docker.elastic.co/) and not certified by the IBM."
332
+
default=false
333
+
}
334
+
335
+
variable"elasticsearch_full_version" {
336
+
description="(Optional) Full version of the Elasticsearch instance in the format `x.x.x` to deploy Kibana dashboard. If no value is passed, data lookup will fetch the full version using the Elasticsearch API, see https://github.com/elastic/kibana?tab=readme-ov-file#version-compatibility-with-elasticsearch"
0 commit comments