|
17 | 17 | "sending_active": true, |
18 | 18 | "generic_payload_type": "example", |
19 | 19 | "splunk_token_masked": "example", |
| 20 | + "crowdstrike_token_masked": "example", |
20 | 21 | "azure_dcr_immutable_id": "example", |
21 | 22 | "azure_stream_name": "example", |
22 | 23 | "azure_oauth_client_credentials_tenant_id": "example", |
|
73 | 74 | * `additional_headers` (object): Additional HTTP Headers included in calls to the destination URL |
74 | 75 | * `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not |
75 | 76 | * `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON. |
76 | | -* `splunk_token_masked` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk. |
| 77 | +* `splunk_token_masked` (string): Applicable only for destination types: splunk, splunk_compatible. Authentication token for the destination. |
| 78 | +* `crowdstrike_token_masked` (string): Applicable only for destination type: crowdstrike. Authentication token provided by Crowdstrike. |
77 | 79 | * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule. |
78 | 80 | * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table. |
79 | 81 | * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID. |
|
117 | 119 | * `last_http_call_duration_ms` (int64): Duration of the last HTTP Call in milliseconds |
118 | 120 | * `most_recent_http_call_success_time` (string): Time of Most Recent Successful HTTP Call |
119 | 121 | * `connection_test_entry` (string): Connection Test Entry |
120 | | -* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk. |
| 122 | +* `splunk_token` (string): Applicable only for destination types: splunk, splunk_compatible. Authentication token for the destination. |
| 123 | +* `crowdstrike_token` (string): Applicable only for destination type: crowdstrike. Authentication token provided by Crowdstrike. |
121 | 124 | * `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret. |
122 | 125 | * `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar. |
123 | 126 | * `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds. |
@@ -196,7 +199,8 @@ await SiemHttpDestination.create({ |
196 | 199 | * `file_destination_path` (string): Applicable only for destination type: file. Destination folder path on Files.com. |
197 | 200 | * `file_format` (string): Applicable only for destination type: file. Generated file format. |
198 | 201 | * `file_interval_minutes` (int64): Applicable only for destination type: file. Interval, in minutes, between file deliveries. Valid values are 5, 10, 15, 20, 30, 60, 90, 180, 240, 360. |
199 | | -* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk. |
| 202 | +* `splunk_token` (string): Applicable only for destination types: splunk, splunk_compatible. Authentication token for the destination. |
| 203 | +* `crowdstrike_token` (string): Applicable only for destination type: crowdstrike. Authentication token provided by Crowdstrike. |
200 | 204 | * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule. |
201 | 205 | * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table. |
202 | 206 | * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID. |
@@ -271,7 +275,8 @@ await SiemHttpDestination.sendTestEntry({ |
271 | 275 | * `file_destination_path` (string): Applicable only for destination type: file. Destination folder path on Files.com. |
272 | 276 | * `file_format` (string): Applicable only for destination type: file. Generated file format. |
273 | 277 | * `file_interval_minutes` (int64): Applicable only for destination type: file. Interval, in minutes, between file deliveries. Valid values are 5, 10, 15, 20, 30, 60, 90, 180, 240, 360. |
274 | | -* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk. |
| 278 | +* `splunk_token` (string): Applicable only for destination types: splunk, splunk_compatible. Authentication token for the destination. |
| 279 | +* `crowdstrike_token` (string): Applicable only for destination type: crowdstrike. Authentication token provided by Crowdstrike. |
275 | 280 | * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule. |
276 | 281 | * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table. |
277 | 282 | * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID. |
@@ -342,7 +347,8 @@ await siem_http_destination.update({ |
342 | 347 | * `file_destination_path` (string): Applicable only for destination type: file. Destination folder path on Files.com. |
343 | 348 | * `file_format` (string): Applicable only for destination type: file. Generated file format. |
344 | 349 | * `file_interval_minutes` (int64): Applicable only for destination type: file. Interval, in minutes, between file deliveries. Valid values are 5, 10, 15, 20, 30, 60, 90, 180, 240, 360. |
345 | | -* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk. |
| 350 | +* `splunk_token` (string): Applicable only for destination types: splunk, splunk_compatible. Authentication token for the destination. |
| 351 | +* `crowdstrike_token` (string): Applicable only for destination type: crowdstrike. Authentication token provided by Crowdstrike. |
346 | 352 | * `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule. |
347 | 353 | * `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table. |
348 | 354 | * `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID. |
@@ -385,6 +391,7 @@ await siem_http_destination.update({ |
385 | 391 | "sending_active": true, |
386 | 392 | "generic_payload_type": "example", |
387 | 393 | "splunk_token_masked": "example", |
| 394 | + "crowdstrike_token_masked": "example", |
388 | 395 | "azure_dcr_immutable_id": "example", |
389 | 396 | "azure_stream_name": "example", |
390 | 397 | "azure_oauth_client_credentials_tenant_id": "example", |
|
0 commit comments