Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote process.env_vars to GA #2315

Merged
merged 2 commits into from
Jan 15, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Thanks, you're awesome :-) -->
#### Added

* Added `volume.*` as beta field set. #2269
* Advanced `process.env_vars` to GA. #2315

#### Improvements

Expand Down
4 changes: 1 addition & 3 deletions docs/fields/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8101,9 +8101,7 @@ type: keyword
[[field-process-env-vars]]
<<field-process-env-vars, process.env_vars>>

a| beta:[ This field is beta and subject to change. ]

Array of environment variable bindings. Captured from a snapshot of the environment at the time of execution.
a| Array of environment variable bindings. Captured from a snapshot of the environment at the time of execution.

May be filtered to protect sensitive information.

Expand Down
1 change: 0 additions & 1 deletion experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8888,7 +8888,6 @@ process.entry_leader.working_directory:
short: The working directory of the process.
type: keyword
process.env_vars:
beta: This field is beta and subject to change.
dashed_name: process-env-vars
description: 'Array of environment variable bindings. Captured from a snapshot of
the environment at the time of execution.
Expand Down
1 change: 0 additions & 1 deletion experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11098,7 +11098,6 @@ process:
short: The working directory of the process.
type: keyword
process.env_vars:
beta: This field is beta and subject to change.
dashed_name: process-env-vars
description: 'Array of environment variable bindings. Captured from a snapshot
of the environment at the time of execution.
Expand Down
1 change: 0 additions & 1 deletion generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8819,7 +8819,6 @@ process.entry_leader.working_directory:
short: The working directory of the process.
type: keyword
process.env_vars:
beta: This field is beta and subject to change.
dashed_name: process-env-vars
description: 'Array of environment variable bindings. Captured from a snapshot of
the environment at the time of execution.
Expand Down
1 change: 0 additions & 1 deletion generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11018,7 +11018,6 @@ process:
short: The working directory of the process.
type: keyword
process.env_vars:
beta: This field is beta and subject to change.
dashed_name: process-env-vars
description: 'Array of environment variable bindings. Captured from a snapshot
of the environment at the time of execution.
Expand Down
1 change: 0 additions & 1 deletion schemas/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@
- name: env_vars
level: extended
type: keyword
beta: This field is beta and subject to change.
short: Array of environment variable bindings.
description: >
Array of environment variable bindings.
Expand Down
Loading