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: packages/crowdstrike/manifest.yml
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: crowdstrike
2
2
title: CrowdStrike
3
-
version: "2.7.0"
3
+
version: "2.8.0"
4
4
description: Collect logs from Crowdstrike with Elastic Agent.
5
5
type: integration
6
6
format_version: "3.4.0"
@@ -68,6 +68,21 @@ policy_templates:
68
68
- type: streaming
69
69
title: Collect CrowdStrike Falcon Logs via Event Stream
70
70
description: Collecting CrowdStrike Falcon Logs via Event Stream.
71
+
vars:
72
+
- name: proxy_url
73
+
type: text
74
+
title: Proxy URL
75
+
multi: false
76
+
required: false
77
+
show_user: false
78
+
description: URL to proxy connections in the form of http[s]://<user>:<password>@<server name/ip>:<port>. Ensure your username and password are in URL encoded format.
79
+
- name: proxy_headers
80
+
type: yaml
81
+
title: Proxy headers
82
+
multi: false
83
+
required: false
84
+
show_user: false
85
+
description: This specifies the headers to be sent to the proxy server.
71
86
- type: cel
72
87
title: Collect CrowdStrike logs via API
73
88
description: Collecting CrowdStrike logs via API.
@@ -108,6 +123,13 @@ policy_templates:
108
123
required: false
109
124
show_user: false
110
125
description: URL to proxy connections in the form of http[s]://<user>:<password>@<server name/ip>:<port>. Please ensure your username and password are in URL encoded format.
126
+
- name: proxy_headers
127
+
type: yaml
128
+
title: Proxy headers
129
+
multi: false
130
+
required: false
131
+
show_user: false
132
+
description: This specifies the headers to be sent to the proxy server.
0 commit comments