Skip to content

Commit

Permalink
Remove setting from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kilfoyle committed Aug 30, 2024
1 parent 77e7b9a commit db5e715
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
14 changes: 0 additions & 14 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ elastic-agent enroll --fleet-server-es <string>
[--fleet-server-es-cert-key <string>]
[--fleet-server-es-insecure]
[--fleet-server-host <string>]
[--fleet-server-insecure-http]
[--fleet-server-policy <string>]
[--fleet-server-port <uint16>]
[--fleet-server-timeout <duration>]
Expand Down Expand Up @@ -299,12 +298,6 @@ When this flag is used the certificate verification is disabled.
`--fleet-server-host <string>`::
{fleet-server} HTTP binding host (overrides the policy).

`--fleet-server-insecure-http`::
Expose {fleet-server} over HTTP. This option is not recommended because it's
insecure. It's useful during development and testing, but should not be used in
production. When using this option, you should bind {fleet-server} to the
local host (this is the default).

`--fleet-server-policy <string>`::
Used when starting a self-managed {fleet-server} to allow a specific policy to be used.

Expand Down Expand Up @@ -627,7 +620,6 @@ elastic-agent install --fleet-server-es <string>
[--fleet-server-es-cert-key <string>]
[--fleet-server-es-insecure]
[--fleet-server-host <string>]
[--fleet-server-insecure-http]
[--fleet-server-policy <string>]
[--fleet-server-port <uint16>]
[--fleet-server-timeout <duration>]
Expand Down Expand Up @@ -736,12 +728,6 @@ When this flag is used the certificate verification is disabled.
`--fleet-server-host <string>`::
{fleet-server} HTTP binding host (overrides the policy).

`--fleet-server-insecure-http`::
Expose {fleet-server} over HTTP. This option is not recommended because it's
insecure. It's useful during development and testing, but should not be used in
production. When using this option, you should bind {fleet-server} to the
local host (this is the default).

`--fleet-server-policy <string>`::
Used when starting a self-managed {fleet-server} to allow a specific policy to be used.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ include::shared-env.asciidoc[tag=fleet-server-cert-key]

include::shared-env.asciidoc[tag=fleet-server-cert-key-passphrase]

include::shared-env.asciidoc[tag=fleet-server-insecure-http]

include::shared-env.asciidoc[tag=fleet-server-es-ca-trusted-fingerprint]

|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,20 +273,6 @@ Overrides the port defined in the policy.

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

// tag::fleet-server-insecure-http[]
|
[id="env-{type}-fleet-server-insecure-http"]
`FLEET_SERVER_INSECURE_HTTP`

| (bool) When `true`, exposes {fleet-server} over HTTP (insecure).
Setting this to `true` is not recommended.

*Default:* `false`

// end::fleet-server-insecure-http[]

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

// tag::fleet-server-es-ca-trusted-fingerprint[]
|
[id="env-{type}-fleet-server-es-ca-trusted-fingerprint"]
Expand Down

0 comments on commit db5e715

Please sign in to comment.