Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ include::shared-env.asciidoc[tag=elasticsearch-username]

include::shared-env.asciidoc[tag=elasticsearch-password]

include::shared-env.asciidoc[tag=elasticsearch-api-key]

include::shared-env.asciidoc[tag=elasticsearch-ca]

include::shared-env.asciidoc[tag=kibana-host]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Setting this to `true` is not recommended.

// To do: link to required privileges

*Default:* `elastic`
*Default:* none

// end::elasticsearch-username[]

Expand Down Expand Up @@ -450,12 +450,25 @@ This user needs the privileges required to publish events to {es}.

| (string) The basic authentication password used to connect to {kib} and retrieve a `service_token` for {fleet}.

*Default:* `changeme`
*Default:* none

// end::elasticsearch-password[]

// =============================================================================

// tag::elasticsearch-api-key[]
|
[id="env-{type}-elasticsearch-api-key"]
`ELASTICSEARCH_API_KEY`

| (string) API key used for authenticating to Elasticsearch.

*Default:* none

// end::elasticsearch-api-key[]

// =============================================================================

// tag::es-password[]
|
[id="env-{type}-es-password"]
Expand Down