Skip to content

Commit

Permalink
Promote process.env_vars to GA (#2315)
Browse files Browse the repository at this point in the history
The process.env_vars field has been stabalized and in use for some time now,
so it should be promoted to GA status.
  • Loading branch information
mjwolf authored Jan 15, 2024
1 parent 742d005 commit 375a4dd
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8 deletions.
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

0 comments on commit 375a4dd

Please sign in to comment.