You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml
+1-4
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ spec:
24
24
effect: NoSchedule
25
25
serviceAccountName: elastic-agent
26
26
hostNetwork: true
27
-
# 'hostPID: true' enables the Elastic Security integration to observe all process exec events on the host.
28
-
# Sharing the host process ID namespace gives visibility of all processes running on the same host.
29
-
hostPID: true
30
27
dnsPolicy: ClusterFirstWithHostNet
31
28
containers:
32
29
- name: elastic-agent
@@ -142,7 +139,7 @@ spec:
142
139
hostPath:
143
140
path: /var/lib
144
141
# Mount /etc/machine-id from the host to determine host ID
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml
+1-4
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ spec:
24
24
effect: NoSchedule
25
25
serviceAccountName: elastic-agent
26
26
hostNetwork: true
27
-
# 'hostPID: true' enables the Elastic Security integration to observe all process exec events on the host.
28
-
# Sharing the host process ID namespace gives visibility of all processes running on the same host.
29
-
hostPID: true
30
27
dnsPolicy: ClusterFirstWithHostNet
31
28
containers:
32
29
- name: elastic-agent
@@ -142,7 +139,7 @@ spec:
142
139
hostPath:
143
140
path: /var/lib
144
141
# Mount /etc/machine-id from the host to determine host ID
Copy file name to clipboardexpand all lines: deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/extra/elastic-agent-managed-statefulset.yaml
+1-4
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ spec:
24
24
effect: NoSchedule
25
25
serviceAccountName: elastic-agent
26
26
hostNetwork: false
27
-
# 'hostPID: true' enables the Elastic Security integration to observe all process exec events on the host.
28
-
# Sharing the host process ID namespace gives visibility of all processes running on the same host.
29
-
hostPID: true
30
27
dnsPolicy: ClusterFirstWithHostNet
31
28
containers:
32
29
- name: elastic-agent
@@ -142,7 +139,7 @@ spec:
142
139
hostPath:
143
140
path: /var/lib
144
141
# Mount /etc/machine-id from the host to determine host ID
0 commit comments