Skip to content

Commit f2e1663

Browse files
[Bot] push changes from Files.com
1 parent 0b90e00 commit f2e1663

7 files changed

Lines changed: 171 additions & 100 deletions

File tree

_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.646
1+
1.2.647

docs/models/SiemHttpDestination.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"sending_active": true,
1818
"generic_payload_type": "example",
1919
"splunk_token_masked": "example",
20+
"crowdstrike_token_masked": "example",
2021
"azure_dcr_immutable_id": "example",
2122
"azure_stream_name": "example",
2223
"azure_oauth_client_credentials_tenant_id": "example",
@@ -73,7 +74,8 @@
7374
* `additional_headers` (object): Additional HTTP Headers included in calls to the destination URL
7475
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
7576
* `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.
7779
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
7880
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
7981
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
@@ -117,7 +119,8 @@
117119
* `last_http_call_duration_ms` (int64): Duration of the last HTTP Call in milliseconds
118120
* `most_recent_http_call_success_time` (string): Time of Most Recent Successful HTTP Call
119121
* `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.
121124
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
122125
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
123126
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
@@ -196,7 +199,8 @@ await SiemHttpDestination.create({
196199
* `file_destination_path` (string): Applicable only for destination type: file. Destination folder path on Files.com.
197200
* `file_format` (string): Applicable only for destination type: file. Generated file format.
198201
* `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.
200204
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
201205
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
202206
* `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({
271275
* `file_destination_path` (string): Applicable only for destination type: file. Destination folder path on Files.com.
272276
* `file_format` (string): Applicable only for destination type: file. Generated file format.
273277
* `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.
275280
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
276281
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
277282
* `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({
342347
* `file_destination_path` (string): Applicable only for destination type: file. Destination folder path on Files.com.
343348
* `file_format` (string): Applicable only for destination type: file. Generated file format.
344349
* `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.
346352
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
347353
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
348354
* `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({
385391
"sending_active": true,
386392
"generic_payload_type": "example",
387393
"splunk_token_masked": "example",
394+
"crowdstrike_token_masked": "example",
388395
"azure_dcr_immutable_id": "example",
389396
"azure_stream_name": "example",
390397
"azure_oauth_client_credentials_tenant_id": "example",

lib/Files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var apiKey;
1212
var baseUrl = 'https://app.files.com';
1313
var sessionId = null;
1414
var language = null;
15-
var version = '1.2.646';
15+
var version = '1.2.647';
1616
var userAgent = "Files.com JavaScript SDK v".concat(version);
1717
var logLevel = _Logger.LogLevel.INFO;
1818
var debugRequest = false;

0 commit comments

Comments
 (0)