files.com 1.1.512 → 1.1.513
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/siem_http_destination.md +12 -0
- data/lib/files.com/models/siem_http_destination.rb +22 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 147b55910f3c92c6adab7acd6abd1e3d5fc8239639e6fd9876f6618616f51705
|
|
4
|
+
data.tar.gz: a58291c7a3c1e8ae5b99dea2aa79e0ae29af63cadb5fac5b3602f1220d030a83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a0d0a107d30f088dec78a63e2e80b2e09e1fe4203f15a769b5a4caf8f7a148a5c945b31cf21346ff93cc897c9fdce8b55e61ccf63c66706a2b6d0f52c4a59a1
|
|
7
|
+
data.tar.gz: 2557568cc6b8833a5335f5153683d7052ae0b1246846c1cc459b9a47543717ccb64b553379f2605e8f78a90cfe5ed14779f840f7110c4183c64196d419ec217f
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.513
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"solar_winds_token_masked": "example",
|
|
28
28
|
"new_relic_api_key_masked": "example",
|
|
29
29
|
"datadog_api_key_masked": "example",
|
|
30
|
+
"action_send_enabled": true,
|
|
31
|
+
"action_entries_sent": 1,
|
|
30
32
|
"sftp_action_send_enabled": true,
|
|
31
33
|
"sftp_action_entries_sent": 1,
|
|
32
34
|
"ftp_action_send_enabled": true,
|
|
@@ -82,6 +84,8 @@
|
|
|
82
84
|
* `solar_winds_token_masked` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
83
85
|
* `new_relic_api_key_masked` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
84
86
|
* `datadog_api_key_masked` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
|
87
|
+
* `action_send_enabled` (boolean): Whether or not sending is enabled for action logs.
|
|
88
|
+
* `action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
85
89
|
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
|
86
90
|
* `sftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
|
|
87
91
|
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
|
@@ -166,6 +170,7 @@ Files::SiemHttpDestination.create(
|
|
|
166
170
|
azure_oauth_client_credentials_tenant_id: "example",
|
|
167
171
|
azure_oauth_client_credentials_client_id: "example",
|
|
168
172
|
qradar_username: "example",
|
|
173
|
+
action_send_enabled: true,
|
|
169
174
|
sftp_action_send_enabled: true,
|
|
170
175
|
ftp_action_send_enabled: true,
|
|
171
176
|
web_dav_action_send_enabled: true,
|
|
@@ -202,6 +207,7 @@ Files::SiemHttpDestination.create(
|
|
|
202
207
|
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
203
208
|
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
204
209
|
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
|
210
|
+
* `action_send_enabled` (boolean): Whether or not sending is enabled for action logs.
|
|
205
211
|
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
|
206
212
|
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
|
207
213
|
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -236,6 +242,7 @@ Files::SiemHttpDestination.send_test_entry(
|
|
|
236
242
|
azure_oauth_client_credentials_tenant_id: "example",
|
|
237
243
|
azure_oauth_client_credentials_client_id: "example",
|
|
238
244
|
qradar_username: "example",
|
|
245
|
+
action_send_enabled: true,
|
|
239
246
|
sftp_action_send_enabled: true,
|
|
240
247
|
ftp_action_send_enabled: true,
|
|
241
248
|
web_dav_action_send_enabled: true,
|
|
@@ -273,6 +280,7 @@ Files::SiemHttpDestination.send_test_entry(
|
|
|
273
280
|
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
274
281
|
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
275
282
|
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
|
283
|
+
* `action_send_enabled` (boolean): Whether or not sending is enabled for action logs.
|
|
276
284
|
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
|
277
285
|
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
|
278
286
|
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -304,6 +312,7 @@ Files::SiemHttpDestination.update(id,
|
|
|
304
312
|
azure_oauth_client_credentials_tenant_id: "example",
|
|
305
313
|
azure_oauth_client_credentials_client_id: "example",
|
|
306
314
|
qradar_username: "example",
|
|
315
|
+
action_send_enabled: true,
|
|
307
316
|
sftp_action_send_enabled: true,
|
|
308
317
|
ftp_action_send_enabled: true,
|
|
309
318
|
web_dav_action_send_enabled: true,
|
|
@@ -341,6 +350,7 @@ Files::SiemHttpDestination.update(id,
|
|
|
341
350
|
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
342
351
|
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
343
352
|
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
|
353
|
+
* `action_send_enabled` (boolean): Whether or not sending is enabled for action logs.
|
|
344
354
|
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
|
345
355
|
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
|
346
356
|
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -389,6 +399,7 @@ siem_http_destination.update(
|
|
|
389
399
|
azure_oauth_client_credentials_tenant_id: "example",
|
|
390
400
|
azure_oauth_client_credentials_client_id: "example",
|
|
391
401
|
qradar_username: "example",
|
|
402
|
+
action_send_enabled: true,
|
|
392
403
|
sftp_action_send_enabled: true,
|
|
393
404
|
ftp_action_send_enabled: true,
|
|
394
405
|
web_dav_action_send_enabled: true,
|
|
@@ -426,6 +437,7 @@ siem_http_destination.update(
|
|
|
426
437
|
* `solar_winds_token` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
427
438
|
* `new_relic_api_key` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
428
439
|
* `datadog_api_key` (string): Applicable only for destination type: datadog. API key provided by Datadog.
|
|
440
|
+
* `action_send_enabled` (boolean): Whether or not sending is enabled for action logs.
|
|
429
441
|
* `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
|
|
430
442
|
* `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
|
|
431
443
|
* `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -198,6 +198,24 @@ module Files
|
|
|
198
198
|
@attributes[:datadog_api_key_masked] = value
|
|
199
199
|
end
|
|
200
200
|
|
|
201
|
+
# boolean - Whether or not sending is enabled for action logs.
|
|
202
|
+
def action_send_enabled
|
|
203
|
+
@attributes[:action_send_enabled]
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
def action_send_enabled=(value)
|
|
207
|
+
@attributes[:action_send_enabled] = value
|
|
208
|
+
end
|
|
209
|
+
|
|
210
|
+
# int64 - Number of log entries sent for the lifetime of this destination.
|
|
211
|
+
def action_entries_sent
|
|
212
|
+
@attributes[:action_entries_sent]
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
def action_entries_sent=(value)
|
|
216
|
+
@attributes[:action_entries_sent] = value
|
|
217
|
+
end
|
|
218
|
+
|
|
201
219
|
# boolean - Whether or not sending is enabled for sftp_action logs.
|
|
202
220
|
def sftp_action_send_enabled
|
|
203
221
|
@attributes[:sftp_action_send_enabled]
|
|
@@ -550,6 +568,7 @@ module Files
|
|
|
550
568
|
# solar_winds_token - string - Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
551
569
|
# new_relic_api_key - string - Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
552
570
|
# datadog_api_key - string - Applicable only for destination type: datadog. API key provided by Datadog.
|
|
571
|
+
# action_send_enabled - boolean - Whether or not sending is enabled for action logs.
|
|
553
572
|
# sftp_action_send_enabled - boolean - Whether or not sending is enabled for sftp_action logs.
|
|
554
573
|
# ftp_action_send_enabled - boolean - Whether or not sending is enabled for ftp_action logs.
|
|
555
574
|
# web_dav_action_send_enabled - boolean - Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -668,6 +687,7 @@ module Files
|
|
|
668
687
|
# solar_winds_token - string - Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
669
688
|
# new_relic_api_key - string - Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
670
689
|
# datadog_api_key - string - Applicable only for destination type: datadog. API key provided by Datadog.
|
|
690
|
+
# action_send_enabled - boolean - Whether or not sending is enabled for action logs.
|
|
671
691
|
# sftp_action_send_enabled - boolean - Whether or not sending is enabled for sftp_action logs.
|
|
672
692
|
# ftp_action_send_enabled - boolean - Whether or not sending is enabled for ftp_action logs.
|
|
673
693
|
# web_dav_action_send_enabled - boolean - Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -729,6 +749,7 @@ module Files
|
|
|
729
749
|
# solar_winds_token - string - Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
730
750
|
# new_relic_api_key - string - Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
731
751
|
# datadog_api_key - string - Applicable only for destination type: datadog. API key provided by Datadog.
|
|
752
|
+
# action_send_enabled - boolean - Whether or not sending is enabled for action logs.
|
|
732
753
|
# sftp_action_send_enabled - boolean - Whether or not sending is enabled for sftp_action logs.
|
|
733
754
|
# ftp_action_send_enabled - boolean - Whether or not sending is enabled for ftp_action logs.
|
|
734
755
|
# web_dav_action_send_enabled - boolean - Whether or not sending is enabled for web_dav_action logs.
|
|
@@ -785,6 +806,7 @@ module Files
|
|
|
785
806
|
# solar_winds_token - string - Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
786
807
|
# new_relic_api_key - string - Applicable only for destination type: new_relic. API key provided by New Relic.
|
|
787
808
|
# datadog_api_key - string - Applicable only for destination type: datadog. API key provided by Datadog.
|
|
809
|
+
# action_send_enabled - boolean - Whether or not sending is enabled for action logs.
|
|
788
810
|
# sftp_action_send_enabled - boolean - Whether or not sending is enabled for sftp_action logs.
|
|
789
811
|
# ftp_action_send_enabled - boolean - Whether or not sending is enabled for ftp_action logs.
|
|
790
812
|
# web_dav_action_send_enabled - boolean - Whether or not sending is enabled for web_dav_action logs.
|
data/lib/files.com/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: files.com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.513
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|