Skip to content

Commit

Permalink
Promote process.env_vars to GA
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 committed Jan 11, 2024
1 parent 742d005 commit de3ab67
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
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 de3ab67

Please sign in to comment.