cribl-control-plane 0.5.0-beta.4 → 0.5.0-beta.6

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.
Files changed (162) hide show
  1. package/dist/commonjs/lib/config.d.ts +3 -3
  2. package/dist/commonjs/lib/config.js +3 -3
  3. package/dist/commonjs/models/collectorazureblob.d.ts +643 -19
  4. package/dist/commonjs/models/collectorazureblob.d.ts.map +1 -1
  5. package/dist/commonjs/models/collectorazureblob.js +437 -20
  6. package/dist/commonjs/models/collectorazureblob.js.map +1 -1
  7. package/dist/commonjs/models/collectorconf.d.ts +26 -2
  8. package/dist/commonjs/models/collectorconf.d.ts.map +1 -1
  9. package/dist/commonjs/models/collectorconf.js +12 -12
  10. package/dist/commonjs/models/collectorconf.js.map +1 -1
  11. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts +316 -19
  12. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts.map +1 -1
  13. package/dist/commonjs/models/collectorgooglecloudstorage.js +222 -20
  14. package/dist/commonjs/models/collectorgooglecloudstorage.js.map +1 -1
  15. package/dist/commonjs/models/collectorhealthcheck.d.ts +3635 -72
  16. package/dist/commonjs/models/collectorhealthcheck.d.ts.map +1 -1
  17. package/dist/commonjs/models/collectorhealthcheck.js +2828 -126
  18. package/dist/commonjs/models/collectorhealthcheck.js.map +1 -1
  19. package/dist/commonjs/models/collectorrest.d.ts +6369 -147
  20. package/dist/commonjs/models/collectorrest.d.ts.map +1 -1
  21. package/dist/commonjs/models/collectorrest.js +5232 -96
  22. package/dist/commonjs/models/collectorrest.js.map +1 -1
  23. package/dist/commonjs/models/collectors3.d.ts +1003 -34
  24. package/dist/commonjs/models/collectors3.d.ts.map +1 -1
  25. package/dist/commonjs/models/collectors3.js +653 -32
  26. package/dist/commonjs/models/collectors3.js.map +1 -1
  27. package/dist/commonjs/models/collectorsplunk.d.ts +1803 -82
  28. package/dist/commonjs/models/collectorsplunk.d.ts.map +1 -1
  29. package/dist/commonjs/models/collectorsplunk.js +1320 -50
  30. package/dist/commonjs/models/collectorsplunk.js.map +1 -1
  31. package/dist/commonjs/models/functionconfschemahandlebars.d.ts +46 -0
  32. package/dist/commonjs/models/functionconfschemahandlebars.d.ts.map +1 -0
  33. package/dist/commonjs/models/{functionconfschemahandlebar.js → functionconfschemahandlebars.js} +12 -11
  34. package/dist/commonjs/models/functionconfschemahandlebars.js.map +1 -0
  35. package/dist/commonjs/models/functionconfschemanotificationpolicies.d.ts +5 -0
  36. package/dist/commonjs/models/functionconfschemanotificationpolicies.d.ts.map +1 -1
  37. package/dist/commonjs/models/functionconfschemanotificationpolicies.js +2 -0
  38. package/dist/commonjs/models/functionconfschemanotificationpolicies.js.map +1 -1
  39. package/dist/commonjs/models/{functionhandlebar.d.ts → functionhandlebars.d.ts} +7 -7
  40. package/dist/commonjs/models/functionhandlebars.d.ts.map +1 -0
  41. package/dist/commonjs/models/{functionhandlebar.js → functionhandlebars.js} +9 -9
  42. package/dist/commonjs/models/functionhandlebars.js.map +1 -0
  43. package/dist/commonjs/models/functionresponse.d.ts +2 -2
  44. package/dist/commonjs/models/functionresponse.d.ts.map +1 -1
  45. package/dist/commonjs/models/functionresponse.js +2 -2
  46. package/dist/commonjs/models/functionresponse.js.map +1 -1
  47. package/dist/commonjs/models/index.d.ts +3 -3
  48. package/dist/commonjs/models/index.d.ts.map +1 -1
  49. package/dist/commonjs/models/index.js +3 -3
  50. package/dist/commonjs/models/index.js.map +1 -1
  51. package/dist/commonjs/models/pipelinefunctionconf.d.ts +2 -2
  52. package/dist/commonjs/models/pipelinefunctionconf.d.ts.map +1 -1
  53. package/dist/commonjs/models/pipelinefunctionconf.js +2 -2
  54. package/dist/commonjs/models/pipelinefunctionconf.js.map +1 -1
  55. package/dist/commonjs/models/pipelinefunctionconfinput.d.ts +3 -3
  56. package/dist/commonjs/models/pipelinefunctionconfinput.d.ts.map +1 -1
  57. package/dist/commonjs/models/pipelinefunctionconfinput.js +2 -2
  58. package/dist/commonjs/models/pipelinefunctionconfinput.js.map +1 -1
  59. package/dist/commonjs/models/pipelinefunctionhandlebars.d.ts +109 -0
  60. package/dist/commonjs/models/pipelinefunctionhandlebars.d.ts.map +1 -0
  61. package/dist/commonjs/models/pipelinefunctionhandlebars.js +114 -0
  62. package/dist/commonjs/models/pipelinefunctionhandlebars.js.map +1 -0
  63. package/dist/esm/lib/config.d.ts +3 -3
  64. package/dist/esm/lib/config.js +3 -3
  65. package/dist/esm/models/collectorazureblob.d.ts +643 -19
  66. package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
  67. package/dist/esm/models/collectorazureblob.js +412 -17
  68. package/dist/esm/models/collectorazureblob.js.map +1 -1
  69. package/dist/esm/models/collectorconf.d.ts +26 -2
  70. package/dist/esm/models/collectorconf.d.ts.map +1 -1
  71. package/dist/esm/models/collectorconf.js +12 -12
  72. package/dist/esm/models/collectorconf.js.map +1 -1
  73. package/dist/esm/models/collectorgooglecloudstorage.d.ts +316 -19
  74. package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
  75. package/dist/esm/models/collectorgooglecloudstorage.js +209 -17
  76. package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
  77. package/dist/esm/models/collectorhealthcheck.d.ts +3635 -72
  78. package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
  79. package/dist/esm/models/collectorhealthcheck.js +2681 -119
  80. package/dist/esm/models/collectorhealthcheck.js.map +1 -1
  81. package/dist/esm/models/collectorrest.d.ts +6369 -147
  82. package/dist/esm/models/collectorrest.d.ts.map +1 -1
  83. package/dist/esm/models/collectorrest.js +4941 -83
  84. package/dist/esm/models/collectorrest.js.map +1 -1
  85. package/dist/esm/models/collectors3.d.ts +1003 -34
  86. package/dist/esm/models/collectors3.d.ts.map +1 -1
  87. package/dist/esm/models/collectors3.js +631 -29
  88. package/dist/esm/models/collectors3.js.map +1 -1
  89. package/dist/esm/models/collectorsplunk.d.ts +1803 -82
  90. package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
  91. package/dist/esm/models/collectorsplunk.js +1261 -43
  92. package/dist/esm/models/collectorsplunk.js.map +1 -1
  93. package/dist/esm/models/functionconfschemahandlebars.d.ts +46 -0
  94. package/dist/esm/models/functionconfschemahandlebars.d.ts.map +1 -0
  95. package/dist/esm/models/functionconfschemahandlebars.js +26 -0
  96. package/dist/esm/models/functionconfschemahandlebars.js.map +1 -0
  97. package/dist/esm/models/functionconfschemanotificationpolicies.d.ts +5 -0
  98. package/dist/esm/models/functionconfschemanotificationpolicies.d.ts.map +1 -1
  99. package/dist/esm/models/functionconfschemanotificationpolicies.js +2 -0
  100. package/dist/esm/models/functionconfschemanotificationpolicies.js.map +1 -1
  101. package/dist/esm/models/{functionhandlebar.d.ts → functionhandlebars.d.ts} +7 -7
  102. package/dist/esm/models/functionhandlebars.d.ts.map +1 -0
  103. package/dist/esm/models/{functionhandlebar.js → functionhandlebars.js} +7 -7
  104. package/dist/esm/models/functionhandlebars.js.map +1 -0
  105. package/dist/esm/models/functionresponse.d.ts +2 -2
  106. package/dist/esm/models/functionresponse.d.ts.map +1 -1
  107. package/dist/esm/models/functionresponse.js +2 -2
  108. package/dist/esm/models/functionresponse.js.map +1 -1
  109. package/dist/esm/models/index.d.ts +3 -3
  110. package/dist/esm/models/index.d.ts.map +1 -1
  111. package/dist/esm/models/index.js +3 -3
  112. package/dist/esm/models/index.js.map +1 -1
  113. package/dist/esm/models/pipelinefunctionconf.d.ts +2 -2
  114. package/dist/esm/models/pipelinefunctionconf.d.ts.map +1 -1
  115. package/dist/esm/models/pipelinefunctionconf.js +2 -2
  116. package/dist/esm/models/pipelinefunctionconf.js.map +1 -1
  117. package/dist/esm/models/pipelinefunctionconfinput.d.ts +3 -3
  118. package/dist/esm/models/pipelinefunctionconfinput.d.ts.map +1 -1
  119. package/dist/esm/models/pipelinefunctionconfinput.js +2 -2
  120. package/dist/esm/models/pipelinefunctionconfinput.js.map +1 -1
  121. package/dist/esm/models/pipelinefunctionhandlebars.d.ts +109 -0
  122. package/dist/esm/models/pipelinefunctionhandlebars.d.ts.map +1 -0
  123. package/dist/esm/models/pipelinefunctionhandlebars.js +72 -0
  124. package/dist/esm/models/pipelinefunctionhandlebars.js.map +1 -0
  125. package/examples/package-lock.json +1 -1
  126. package/jsr.json +1 -1
  127. package/package.json +1 -1
  128. package/src/lib/config.ts +3 -3
  129. package/src/models/collectorazureblob.ts +1317 -91
  130. package/src/models/collectorconf.ts +36 -24
  131. package/src/models/collectorgooglecloudstorage.ts +698 -66
  132. package/src/models/collectorhealthcheck.ts +7751 -175
  133. package/src/models/collectorrest.ts +13275 -231
  134. package/src/models/collectors3.ts +1722 -97
  135. package/src/models/collectorsplunk.ts +3531 -187
  136. package/src/models/{functionconfschemahandlebar.ts → functionconfschemahandlebars.ts} +23 -20
  137. package/src/models/functionconfschemanotificationpolicies.ts +7 -0
  138. package/src/models/{functionhandlebar.ts → functionhandlebars.ts} +14 -14
  139. package/src/models/functionresponse.ts +5 -5
  140. package/src/models/index.ts +3 -3
  141. package/src/models/pipelinefunctionconf.ts +5 -5
  142. package/src/models/pipelinefunctionconfinput.ts +7 -7
  143. package/src/models/{pipelinefunctionhandlebar.ts → pipelinefunctionhandlebars.ts} +67 -62
  144. package/dist/commonjs/models/functionconfschemahandlebar.d.ts +0 -44
  145. package/dist/commonjs/models/functionconfschemahandlebar.d.ts.map +0 -1
  146. package/dist/commonjs/models/functionconfschemahandlebar.js.map +0 -1
  147. package/dist/commonjs/models/functionhandlebar.d.ts.map +0 -1
  148. package/dist/commonjs/models/functionhandlebar.js.map +0 -1
  149. package/dist/commonjs/models/pipelinefunctionhandlebar.d.ts +0 -108
  150. package/dist/commonjs/models/pipelinefunctionhandlebar.d.ts.map +0 -1
  151. package/dist/commonjs/models/pipelinefunctionhandlebar.js +0 -112
  152. package/dist/commonjs/models/pipelinefunctionhandlebar.js.map +0 -1
  153. package/dist/esm/models/functionconfschemahandlebar.d.ts +0 -44
  154. package/dist/esm/models/functionconfschemahandlebar.d.ts.map +0 -1
  155. package/dist/esm/models/functionconfschemahandlebar.js +0 -25
  156. package/dist/esm/models/functionconfschemahandlebar.js.map +0 -1
  157. package/dist/esm/models/functionhandlebar.d.ts.map +0 -1
  158. package/dist/esm/models/functionhandlebar.js.map +0 -1
  159. package/dist/esm/models/pipelinefunctionhandlebar.d.ts +0 -108
  160. package/dist/esm/models/pipelinefunctionhandlebar.d.ts.map +0 -1
  161. package/dist/esm/models/pipelinefunctionhandlebar.js +0 -70
  162. package/dist/esm/models/pipelinefunctionhandlebar.js.map +0 -1
@@ -15,29 +15,29 @@ import { CollectorScript$inboundSchema, CollectorScript$outboundSchema, } from "
15
15
  import { CollectorSplunk$inboundSchema, CollectorSplunk$outboundSchema, } from "./collectorsplunk.js";
16
16
  /** @internal */
17
17
  export const CollectorConf$inboundSchema = z.union([
18
- CollectorAzureBlob$inboundSchema,
18
+ CollectorAzureBlob$inboundSchema.and(z.object({ type: z.literal("azure_blob") })),
19
19
  CollectorCriblLake$inboundSchema,
20
20
  CollectorDatabase$inboundSchema,
21
21
  CollectorFilesystem$inboundSchema,
22
- CollectorGoogleCloudStorage$inboundSchema,
23
- CollectorHealthCheck$inboundSchema,
24
- CollectorRest$inboundSchema,
25
- CollectorS3$inboundSchema,
22
+ CollectorGoogleCloudStorage$inboundSchema.and(z.object({ type: z.literal("google_cloud_storage") })),
23
+ CollectorHealthCheck$inboundSchema.and(z.object({ type: z.literal("health_check") })),
24
+ CollectorRest$inboundSchema.and(z.object({ type: z.literal("rest") })),
25
+ CollectorS3$inboundSchema.and(z.object({ type: z.literal("s3") })),
26
26
  CollectorScript$inboundSchema,
27
- CollectorSplunk$inboundSchema,
27
+ CollectorSplunk$inboundSchema.and(z.object({ type: z.literal("splunk") })),
28
28
  ]);
29
29
  /** @internal */
30
30
  export const CollectorConf$outboundSchema = z.union([
31
- CollectorAzureBlob$outboundSchema,
31
+ CollectorAzureBlob$outboundSchema.and(z.object({ type: z.literal("azure_blob") })),
32
32
  CollectorCriblLake$outboundSchema,
33
33
  CollectorDatabase$outboundSchema,
34
34
  CollectorFilesystem$outboundSchema,
35
- CollectorGoogleCloudStorage$outboundSchema,
36
- CollectorHealthCheck$outboundSchema,
37
- CollectorRest$outboundSchema,
38
- CollectorS3$outboundSchema,
35
+ CollectorGoogleCloudStorage$outboundSchema.and(z.object({ type: z.literal("google_cloud_storage") })),
36
+ CollectorHealthCheck$outboundSchema.and(z.object({ type: z.literal("health_check") })),
37
+ CollectorRest$outboundSchema.and(z.object({ type: z.literal("rest") })),
38
+ CollectorS3$outboundSchema.and(z.object({ type: z.literal("s3") })),
39
39
  CollectorScript$outboundSchema,
40
- CollectorSplunk$outboundSchema,
40
+ CollectorSplunk$outboundSchema.and(z.object({ type: z.literal("splunk") })),
41
41
  ]);
42
42
  export function collectorConfToJSON(collectorConf) {
43
43
  return JSON.stringify(CollectorConf$outboundSchema.parse(collectorConf));
@@ -1 +1 @@
1
- {"version":3,"file":"collectorconf.js","sourceRoot":"","sources":["../../../src/models/collectorconf.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAEL,gCAAgC,EAEhC,iCAAiC,GAClC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,gCAAgC,EAEhC,iCAAiC,GAClC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,+BAA+B,EAE/B,gCAAgC,GACjC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAEL,iCAAiC,EAEjC,kCAAkC,GACnC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,yCAAyC,EAEzC,0CAA0C,GAC3C,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAEL,kCAAkC,EAElC,mCAAmC,GACpC,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAEL,2BAA2B,EAE3B,4BAA4B,GAC7B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAEL,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEL,6BAA6B,EAE7B,8BAA8B,GAC/B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,6BAA6B,EAE7B,8BAA8B,GAC/B,MAAM,sBAAsB,CAAC;AAkB9B,gBAAgB;AAChB,MAAM,CAAC,MAAM,2BAA2B,GAIpC,CAAC,CAAC,KAAK,CAAC;IACV,gCAAgC;IAChC,gCAAgC;IAChC,+BAA+B;IAC/B,iCAAiC;IACjC,yCAAyC;IACzC,kCAAkC;IAClC,2BAA2B;IAC3B,yBAAyB;IACzB,6BAA6B;IAC7B,6BAA6B;CAC9B,CAAC,CAAC;AAcH,gBAAgB;AAChB,MAAM,CAAC,MAAM,4BAA4B,GAIrC,CAAC,CAAC,KAAK,CAAC;IACV,iCAAiC;IACjC,iCAAiC;IACjC,gCAAgC;IAChC,kCAAkC;IAClC,0CAA0C;IAC1C,mCAAmC;IACnC,4BAA4B;IAC5B,0BAA0B;IAC1B,8BAA8B;IAC9B,8BAA8B;CAC/B,CAAC,CAAC;AAEH,MAAM,UAAU,mBAAmB,CAAC,aAA4B;IAC9D,OAAO,IAAI,CAAC,SAAS,CAAC,4BAA4B,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;AAC3E,CAAC;AACD,MAAM,UAAU,qBAAqB,CACnC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2BAA2B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvD,2CAA2C,CAC5C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"collectorconf.js","sourceRoot":"","sources":["../../../src/models/collectorconf.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,30 @@
1
1
  import * as z from "zod/v3";
2
- import { OpenEnum } from "../types/enums.js";
2
+ import { ClosedEnum, OpenEnum } from "../types/enums.js";
3
3
  import { Result as SafeParseResult } from "../types/fp.js";
4
4
  import { SDKValidationError } from "./errors/sdkvalidationerror.js";
5
- export type CollectorGoogleCloudStorageExtractor = {
5
+ /**
6
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
7
+ */
8
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod3: {
9
+ readonly Auto: "auto";
10
+ readonly Manual: "manual";
11
+ readonly Secret: "secret";
12
+ };
13
+ /**
14
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
15
+ */
16
+ export type CollectorGoogleCloudStorageAuthenticationMethod3 = OpenEnum<typeof CollectorGoogleCloudStorageAuthenticationMethod3>;
17
+ /**
18
+ * Collector type: google_cloud_storage
19
+ */
20
+ export declare const CollectorGoogleCloudStorageType3: {
21
+ readonly GoogleCloudStorage: "google_cloud_storage";
22
+ };
23
+ /**
24
+ * Collector type: google_cloud_storage
25
+ */
26
+ export type CollectorGoogleCloudStorageType3 = ClosedEnum<typeof CollectorGoogleCloudStorageType3>;
27
+ export type CollectorGoogleCloudStorageExtractor3 = {
6
28
  /**
7
29
  * A token from the template path, such as epoch
8
30
  */
@@ -12,10 +34,68 @@ export type CollectorGoogleCloudStorageExtractor = {
12
34
  */
13
35
  expression: string;
14
36
  };
37
+ export type CollectorGoogleCloudStorageGoogleCloudStorage3 = {
38
+ /**
39
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
40
+ */
41
+ authType?: CollectorGoogleCloudStorageAuthenticationMethod3 | undefined;
42
+ /**
43
+ * Select or create a stored text secret that references your credentials
44
+ */
45
+ textSecret: string;
46
+ /**
47
+ * Collector type: google_cloud_storage
48
+ */
49
+ type: CollectorGoogleCloudStorageType3;
50
+ /**
51
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
52
+ */
53
+ outputName?: string | undefined;
54
+ /**
55
+ * Name of the bucket to collect from. This value can be a constant or a JavaScript expression that can only be evaluated at init time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`.
56
+ */
57
+ bucket: string;
58
+ /**
59
+ * The directory from which to collect data. Templating is supported, such as myDir/${datacenter}/${host}/${app}/. Time-based tokens are also supported, such as myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/.
60
+ */
61
+ path?: string | undefined;
62
+ /**
63
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
64
+ */
65
+ extractors?: Array<CollectorGoogleCloudStorageExtractor3> | undefined;
66
+ /**
67
+ * Google Cloud Storage service endpoint. If empty, the endpoint will default to https://storage.googleapis.com.
68
+ */
69
+ endpoint?: string | undefined;
70
+ /**
71
+ * Used to disable Collector event time filtering when a date range is specified
72
+ */
73
+ disableTimeFilter?: boolean | undefined;
74
+ /**
75
+ * Recurse through subdirectories
76
+ */
77
+ recurse?: boolean | undefined;
78
+ /**
79
+ * Maximum number of metadata objects to batch before recording as results
80
+ */
81
+ maxBatchSize?: number | undefined;
82
+ /**
83
+ * Maximum file size for each Parquet chunk
84
+ */
85
+ parquetChunkSizeMB?: number | undefined;
86
+ /**
87
+ * The maximum time allowed for downloading a Parquet chunk. Processing will abort if a chunk cannot be downloaded within the time specified.
88
+ */
89
+ parquetChunkDownloadTimeout?: number | undefined;
90
+ /**
91
+ * Contents of Google Cloud service account credentials (JSON keys) file. To upload a file, click the upload button at this field's upper right.
92
+ */
93
+ serviceAccountCredentials?: string | undefined;
94
+ };
15
95
  /**
16
96
  * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
17
97
  */
18
- export declare const CollectorGoogleCloudStorageAuthenticationMethod: {
98
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod2: {
19
99
  readonly Auto: "auto";
20
100
  readonly Manual: "manual";
21
101
  readonly Secret: "secret";
@@ -23,12 +103,40 @@ export declare const CollectorGoogleCloudStorageAuthenticationMethod: {
23
103
  /**
24
104
  * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
25
105
  */
26
- export type CollectorGoogleCloudStorageAuthenticationMethod = OpenEnum<typeof CollectorGoogleCloudStorageAuthenticationMethod>;
27
- export type CollectorGoogleCloudStorage = {
106
+ export type CollectorGoogleCloudStorageAuthenticationMethod2 = OpenEnum<typeof CollectorGoogleCloudStorageAuthenticationMethod2>;
107
+ /**
108
+ * Collector type: google_cloud_storage
109
+ */
110
+ export declare const CollectorGoogleCloudStorageType2: {
111
+ readonly GoogleCloudStorage: "google_cloud_storage";
112
+ };
113
+ /**
114
+ * Collector type: google_cloud_storage
115
+ */
116
+ export type CollectorGoogleCloudStorageType2 = ClosedEnum<typeof CollectorGoogleCloudStorageType2>;
117
+ export type CollectorGoogleCloudStorageExtractor2 = {
118
+ /**
119
+ * A token from the template path, such as epoch
120
+ */
121
+ key: string;
122
+ /**
123
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields, such as {date: new Date(+value*1000)}
124
+ */
125
+ expression: string;
126
+ };
127
+ export type CollectorGoogleCloudStorageGoogleCloudStorage2 = {
128
+ /**
129
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
130
+ */
131
+ authType?: CollectorGoogleCloudStorageAuthenticationMethod2 | undefined;
132
+ /**
133
+ * Contents of Google Cloud service account credentials (JSON keys) file. To upload a file, click the upload button at this field's upper right.
134
+ */
135
+ serviceAccountCredentials: string;
28
136
  /**
29
137
  * Collector type: google_cloud_storage
30
138
  */
31
- type: "google_cloud_storage";
139
+ type: CollectorGoogleCloudStorageType2;
32
140
  /**
33
141
  * Name of the predefined Destination that will be used to auto-populate Collector settings
34
142
  */
@@ -44,7 +152,7 @@ export type CollectorGoogleCloudStorage = {
44
152
  /**
45
153
  * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
46
154
  */
47
- extractors?: Array<CollectorGoogleCloudStorageExtractor> | undefined;
155
+ extractors?: Array<CollectorGoogleCloudStorageExtractor2> | undefined;
48
156
  /**
49
157
  * Google Cloud Storage service endpoint. If empty, the endpoint will default to https://storage.googleapis.com.
50
158
  */
@@ -61,10 +169,92 @@ export type CollectorGoogleCloudStorage = {
61
169
  * Maximum number of metadata objects to batch before recording as results
62
170
  */
63
171
  maxBatchSize?: number | undefined;
172
+ /**
173
+ * Maximum file size for each Parquet chunk
174
+ */
175
+ parquetChunkSizeMB?: number | undefined;
176
+ /**
177
+ * The maximum time allowed for downloading a Parquet chunk. Processing will abort if a chunk cannot be downloaded within the time specified.
178
+ */
179
+ parquetChunkDownloadTimeout?: number | undefined;
180
+ /**
181
+ * Select or create a stored text secret that references your credentials
182
+ */
183
+ textSecret?: string | undefined;
184
+ };
185
+ /**
186
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
187
+ */
188
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod1: {
189
+ readonly Auto: "auto";
190
+ readonly Manual: "manual";
191
+ readonly Secret: "secret";
192
+ };
193
+ /**
194
+ * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
195
+ */
196
+ export type CollectorGoogleCloudStorageAuthenticationMethod1 = OpenEnum<typeof CollectorGoogleCloudStorageAuthenticationMethod1>;
197
+ /**
198
+ * Collector type: google_cloud_storage
199
+ */
200
+ export declare const CollectorGoogleCloudStorageType1: {
201
+ readonly GoogleCloudStorage: "google_cloud_storage";
202
+ };
203
+ /**
204
+ * Collector type: google_cloud_storage
205
+ */
206
+ export type CollectorGoogleCloudStorageType1 = ClosedEnum<typeof CollectorGoogleCloudStorageType1>;
207
+ export type CollectorGoogleCloudStorageExtractor1 = {
208
+ /**
209
+ * A token from the template path, such as epoch
210
+ */
211
+ key: string;
212
+ /**
213
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields, such as {date: new Date(+value*1000)}
214
+ */
215
+ expression: string;
216
+ };
217
+ export type CollectorGoogleCloudStorageGoogleCloudStorage1 = {
64
218
  /**
65
219
  * Enter account credentials manually, select a secret that references your credentials, or use Google Application Default Credentials
66
220
  */
67
- authType?: CollectorGoogleCloudStorageAuthenticationMethod | undefined;
221
+ authType?: CollectorGoogleCloudStorageAuthenticationMethod1 | undefined;
222
+ /**
223
+ * Collector type: google_cloud_storage
224
+ */
225
+ type: CollectorGoogleCloudStorageType1;
226
+ /**
227
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
228
+ */
229
+ outputName?: string | undefined;
230
+ /**
231
+ * Name of the bucket to collect from. This value can be a constant or a JavaScript expression that can only be evaluated at init time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`.
232
+ */
233
+ bucket: string;
234
+ /**
235
+ * The directory from which to collect data. Templating is supported, such as myDir/${datacenter}/${host}/${app}/. Time-based tokens are also supported, such as myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/.
236
+ */
237
+ path?: string | undefined;
238
+ /**
239
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
240
+ */
241
+ extractors?: Array<CollectorGoogleCloudStorageExtractor1> | undefined;
242
+ /**
243
+ * Google Cloud Storage service endpoint. If empty, the endpoint will default to https://storage.googleapis.com.
244
+ */
245
+ endpoint?: string | undefined;
246
+ /**
247
+ * Used to disable Collector event time filtering when a date range is specified
248
+ */
249
+ disableTimeFilter?: boolean | undefined;
250
+ /**
251
+ * Recurse through subdirectories
252
+ */
253
+ recurse?: boolean | undefined;
254
+ /**
255
+ * Maximum number of metadata objects to batch before recording as results
256
+ */
257
+ maxBatchSize?: number | undefined;
68
258
  /**
69
259
  * Maximum file size for each Parquet chunk
70
260
  */
@@ -73,40 +263,147 @@ export type CollectorGoogleCloudStorage = {
73
263
  * The maximum time allowed for downloading a Parquet chunk. Processing will abort if a chunk cannot be downloaded within the time specified.
74
264
  */
75
265
  parquetChunkDownloadTimeout?: number | undefined;
266
+ /**
267
+ * Contents of Google Cloud service account credentials (JSON keys) file. To upload a file, click the upload button at this field's upper right.
268
+ */
269
+ serviceAccountCredentials?: string | undefined;
270
+ /**
271
+ * Select or create a stored text secret that references your credentials
272
+ */
273
+ textSecret?: string | undefined;
76
274
  };
275
+ export type CollectorGoogleCloudStorage = CollectorGoogleCloudStorageGoogleCloudStorage2 | CollectorGoogleCloudStorageGoogleCloudStorage3 | CollectorGoogleCloudStorageGoogleCloudStorage1;
276
+ /** @internal */
277
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod3$inboundSchema: z.ZodType<CollectorGoogleCloudStorageAuthenticationMethod3, z.ZodTypeDef, unknown>;
278
+ /** @internal */
279
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod3$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorGoogleCloudStorageAuthenticationMethod3>;
77
280
  /** @internal */
78
- export declare const CollectorGoogleCloudStorageExtractor$inboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor, z.ZodTypeDef, unknown>;
281
+ export declare const CollectorGoogleCloudStorageType3$inboundSchema: z.ZodNativeEnum<typeof CollectorGoogleCloudStorageType3>;
79
282
  /** @internal */
80
- export type CollectorGoogleCloudStorageExtractor$Outbound = {
283
+ export declare const CollectorGoogleCloudStorageType3$outboundSchema: z.ZodNativeEnum<typeof CollectorGoogleCloudStorageType3>;
284
+ /** @internal */
285
+ export declare const CollectorGoogleCloudStorageExtractor3$inboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor3, z.ZodTypeDef, unknown>;
286
+ /** @internal */
287
+ export type CollectorGoogleCloudStorageExtractor3$Outbound = {
81
288
  key: string;
82
289
  expression: string;
83
290
  };
84
291
  /** @internal */
85
- export declare const CollectorGoogleCloudStorageExtractor$outboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageExtractor>;
86
- export declare function collectorGoogleCloudStorageExtractorToJSON(collectorGoogleCloudStorageExtractor: CollectorGoogleCloudStorageExtractor): string;
87
- export declare function collectorGoogleCloudStorageExtractorFromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageExtractor, SDKValidationError>;
292
+ export declare const CollectorGoogleCloudStorageExtractor3$outboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor3$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageExtractor3>;
293
+ export declare function collectorGoogleCloudStorageExtractor3ToJSON(collectorGoogleCloudStorageExtractor3: CollectorGoogleCloudStorageExtractor3): string;
294
+ export declare function collectorGoogleCloudStorageExtractor3FromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageExtractor3, SDKValidationError>;
88
295
  /** @internal */
89
- export declare const CollectorGoogleCloudStorageAuthenticationMethod$inboundSchema: z.ZodType<CollectorGoogleCloudStorageAuthenticationMethod, z.ZodTypeDef, unknown>;
296
+ export declare const CollectorGoogleCloudStorageGoogleCloudStorage3$inboundSchema: z.ZodType<CollectorGoogleCloudStorageGoogleCloudStorage3, z.ZodTypeDef, unknown>;
90
297
  /** @internal */
91
- export declare const CollectorGoogleCloudStorageAuthenticationMethod$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorGoogleCloudStorageAuthenticationMethod>;
298
+ export type CollectorGoogleCloudStorageGoogleCloudStorage3$Outbound = {
299
+ authType: string;
300
+ textSecret: string;
301
+ type: string;
302
+ outputName?: string | undefined;
303
+ bucket: string;
304
+ path?: string | undefined;
305
+ extractors?: Array<CollectorGoogleCloudStorageExtractor3$Outbound> | undefined;
306
+ endpoint?: string | undefined;
307
+ disableTimeFilter: boolean;
308
+ recurse: boolean;
309
+ maxBatchSize: number;
310
+ parquetChunkSizeMB: number;
311
+ parquetChunkDownloadTimeout: number;
312
+ serviceAccountCredentials?: string | undefined;
313
+ };
92
314
  /** @internal */
93
- export declare const CollectorGoogleCloudStorage$inboundSchema: z.ZodType<CollectorGoogleCloudStorage, z.ZodTypeDef, unknown>;
315
+ export declare const CollectorGoogleCloudStorageGoogleCloudStorage3$outboundSchema: z.ZodType<CollectorGoogleCloudStorageGoogleCloudStorage3$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageGoogleCloudStorage3>;
316
+ export declare function collectorGoogleCloudStorageGoogleCloudStorage3ToJSON(collectorGoogleCloudStorageGoogleCloudStorage3: CollectorGoogleCloudStorageGoogleCloudStorage3): string;
317
+ export declare function collectorGoogleCloudStorageGoogleCloudStorage3FromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageGoogleCloudStorage3, SDKValidationError>;
94
318
  /** @internal */
95
- export type CollectorGoogleCloudStorage$Outbound = {
96
- type: "google_cloud_storage";
319
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod2$inboundSchema: z.ZodType<CollectorGoogleCloudStorageAuthenticationMethod2, z.ZodTypeDef, unknown>;
320
+ /** @internal */
321
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod2$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorGoogleCloudStorageAuthenticationMethod2>;
322
+ /** @internal */
323
+ export declare const CollectorGoogleCloudStorageType2$inboundSchema: z.ZodNativeEnum<typeof CollectorGoogleCloudStorageType2>;
324
+ /** @internal */
325
+ export declare const CollectorGoogleCloudStorageType2$outboundSchema: z.ZodNativeEnum<typeof CollectorGoogleCloudStorageType2>;
326
+ /** @internal */
327
+ export declare const CollectorGoogleCloudStorageExtractor2$inboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor2, z.ZodTypeDef, unknown>;
328
+ /** @internal */
329
+ export type CollectorGoogleCloudStorageExtractor2$Outbound = {
330
+ key: string;
331
+ expression: string;
332
+ };
333
+ /** @internal */
334
+ export declare const CollectorGoogleCloudStorageExtractor2$outboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor2$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageExtractor2>;
335
+ export declare function collectorGoogleCloudStorageExtractor2ToJSON(collectorGoogleCloudStorageExtractor2: CollectorGoogleCloudStorageExtractor2): string;
336
+ export declare function collectorGoogleCloudStorageExtractor2FromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageExtractor2, SDKValidationError>;
337
+ /** @internal */
338
+ export declare const CollectorGoogleCloudStorageGoogleCloudStorage2$inboundSchema: z.ZodType<CollectorGoogleCloudStorageGoogleCloudStorage2, z.ZodTypeDef, unknown>;
339
+ /** @internal */
340
+ export type CollectorGoogleCloudStorageGoogleCloudStorage2$Outbound = {
341
+ authType: string;
342
+ serviceAccountCredentials: string;
343
+ type: string;
97
344
  outputName?: string | undefined;
98
345
  bucket: string;
99
346
  path?: string | undefined;
100
- extractors?: Array<CollectorGoogleCloudStorageExtractor$Outbound> | undefined;
347
+ extractors?: Array<CollectorGoogleCloudStorageExtractor2$Outbound> | undefined;
101
348
  endpoint?: string | undefined;
102
349
  disableTimeFilter: boolean;
103
350
  recurse: boolean;
104
351
  maxBatchSize: number;
352
+ parquetChunkSizeMB: number;
353
+ parquetChunkDownloadTimeout: number;
354
+ textSecret?: string | undefined;
355
+ };
356
+ /** @internal */
357
+ export declare const CollectorGoogleCloudStorageGoogleCloudStorage2$outboundSchema: z.ZodType<CollectorGoogleCloudStorageGoogleCloudStorage2$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageGoogleCloudStorage2>;
358
+ export declare function collectorGoogleCloudStorageGoogleCloudStorage2ToJSON(collectorGoogleCloudStorageGoogleCloudStorage2: CollectorGoogleCloudStorageGoogleCloudStorage2): string;
359
+ export declare function collectorGoogleCloudStorageGoogleCloudStorage2FromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageGoogleCloudStorage2, SDKValidationError>;
360
+ /** @internal */
361
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod1$inboundSchema: z.ZodType<CollectorGoogleCloudStorageAuthenticationMethod1, z.ZodTypeDef, unknown>;
362
+ /** @internal */
363
+ export declare const CollectorGoogleCloudStorageAuthenticationMethod1$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorGoogleCloudStorageAuthenticationMethod1>;
364
+ /** @internal */
365
+ export declare const CollectorGoogleCloudStorageType1$inboundSchema: z.ZodNativeEnum<typeof CollectorGoogleCloudStorageType1>;
366
+ /** @internal */
367
+ export declare const CollectorGoogleCloudStorageType1$outboundSchema: z.ZodNativeEnum<typeof CollectorGoogleCloudStorageType1>;
368
+ /** @internal */
369
+ export declare const CollectorGoogleCloudStorageExtractor1$inboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor1, z.ZodTypeDef, unknown>;
370
+ /** @internal */
371
+ export type CollectorGoogleCloudStorageExtractor1$Outbound = {
372
+ key: string;
373
+ expression: string;
374
+ };
375
+ /** @internal */
376
+ export declare const CollectorGoogleCloudStorageExtractor1$outboundSchema: z.ZodType<CollectorGoogleCloudStorageExtractor1$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageExtractor1>;
377
+ export declare function collectorGoogleCloudStorageExtractor1ToJSON(collectorGoogleCloudStorageExtractor1: CollectorGoogleCloudStorageExtractor1): string;
378
+ export declare function collectorGoogleCloudStorageExtractor1FromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageExtractor1, SDKValidationError>;
379
+ /** @internal */
380
+ export declare const CollectorGoogleCloudStorageGoogleCloudStorage1$inboundSchema: z.ZodType<CollectorGoogleCloudStorageGoogleCloudStorage1, z.ZodTypeDef, unknown>;
381
+ /** @internal */
382
+ export type CollectorGoogleCloudStorageGoogleCloudStorage1$Outbound = {
105
383
  authType: string;
384
+ type: string;
385
+ outputName?: string | undefined;
386
+ bucket: string;
387
+ path?: string | undefined;
388
+ extractors?: Array<CollectorGoogleCloudStorageExtractor1$Outbound> | undefined;
389
+ endpoint?: string | undefined;
390
+ disableTimeFilter: boolean;
391
+ recurse: boolean;
392
+ maxBatchSize: number;
106
393
  parquetChunkSizeMB: number;
107
394
  parquetChunkDownloadTimeout: number;
395
+ serviceAccountCredentials?: string | undefined;
396
+ textSecret?: string | undefined;
108
397
  };
109
398
  /** @internal */
399
+ export declare const CollectorGoogleCloudStorageGoogleCloudStorage1$outboundSchema: z.ZodType<CollectorGoogleCloudStorageGoogleCloudStorage1$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorageGoogleCloudStorage1>;
400
+ export declare function collectorGoogleCloudStorageGoogleCloudStorage1ToJSON(collectorGoogleCloudStorageGoogleCloudStorage1: CollectorGoogleCloudStorageGoogleCloudStorage1): string;
401
+ export declare function collectorGoogleCloudStorageGoogleCloudStorage1FromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorageGoogleCloudStorage1, SDKValidationError>;
402
+ /** @internal */
403
+ export declare const CollectorGoogleCloudStorage$inboundSchema: z.ZodType<CollectorGoogleCloudStorage, z.ZodTypeDef, unknown>;
404
+ /** @internal */
405
+ export type CollectorGoogleCloudStorage$Outbound = CollectorGoogleCloudStorageGoogleCloudStorage2$Outbound | CollectorGoogleCloudStorageGoogleCloudStorage3$Outbound | CollectorGoogleCloudStorageGoogleCloudStorage1$Outbound;
406
+ /** @internal */
110
407
  export declare const CollectorGoogleCloudStorage$outboundSchema: z.ZodType<CollectorGoogleCloudStorage$Outbound, z.ZodTypeDef, CollectorGoogleCloudStorage>;
111
408
  export declare function collectorGoogleCloudStorageToJSON(collectorGoogleCloudStorage: CollectorGoogleCloudStorage): string;
112
409
  export declare function collectorGoogleCloudStorageFromJSON(jsonString: string): SafeParseResult<CollectorGoogleCloudStorage, SDKValidationError>;
@@ -1 +1 @@
1
- {"version":3,"file":"collectorgooglecloudstorage.d.ts","sourceRoot":"","sources":["../../../src/models/collectorgooglecloudstorage.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"collectorgooglecloudstorage.d.ts","sourceRoot":"","sources":["../../../src/models/collectorgooglecloudstorage.ts"],"names":[],"mappings":"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"}