Skip to content

Commit 61a2e01

Browse files
benironsidemergify[bot]
authored andcommitted
removes outdated pic (#6298)
(cherry picked from commit b5e6d2e) # Conflicts: # docs/serverless/cloud-native-security/environment-variable-capture.asciidoc
1 parent f6411d5 commit 61a2e01

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

docs/cloud-native-security/environment-variable-capture.asciidoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ To set up environment variable capture for an {agent} policy:
2828
. Enter the names of env vars you want to capture, separated by commas. For example: `PATH,USER`
2929
. Click *Save*.
3030

31-
[role="screenshot"]
32-
image::images/env-var-capture.png[The "linux.advanced.capture_env_vars" advanced agent policy setting]
33-
3431
[[find-cap-env-vars]]
3532
[discrete]
3633
== Find captured environment variables
-33 KB
Binary file not shown.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[[security-environment-variable-capture]]
2+
= Capture environment variables
3+
4+
// :description: Capture environment variables from monitored Linux sessions.
5+
// :keywords: serverless, security, overview, cloud security
6+
7+
8+
You can configure an {agent} policy to capture up to five environment variables (`env vars`).
9+
10+
[NOTE]
11+
====
12+
* Env var names must be no more than 63 characters, and env var values must be no more than 1023 characters. Values outside these limits are silently ignored.
13+
* Env var names are case sensitive.
14+
====
15+
16+
To set up environment variable capture for an {agent} policy:
17+
18+
. Find **Policies** in the navigation menu or use the global search field.
19+
. Select an {agent} policy.
20+
. Click **Show advanced settings**.
21+
. Scroll down or search for `linux.advanced.capture_env_vars`, or `mac.advanced.capture_env_vars`.
22+
. Enter the names of env vars you want to capture, separated by commas. For example: `PATH,USER`
23+
. Click **Save**.
24+
25+
[discrete]
26+
[[find-cap-env-vars]]
27+
== Find captured environment variables
28+
29+
Captured environment variables are associated with process events, and appear in each event's `process.env_vars` field.
30+
31+
To view environment variables in the **Events** table:
32+
33+
. Click the **Events** tab on the **Hosts**, **Network**, or **Users** pages, then click **Fields** in the Events table.
34+
. Search for the `process.env_vars` field, select it, and click **Close**.
35+
A new column appears containing captured environment variable data.
36+
37+
[role="screenshot"]
38+
image::images/environment-variable-capture/-cloud-native-security-env-var-capture-detail.png[The Events table with the "process.env_vars" column highlighted]

0 commit comments

Comments
 (0)