cribl-control-plane 0.5.0-rc.3 → 0.5.0-rc.4

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 (53) 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/functionconfschemasensitivedatascanner.d.ts +2 -1
  4. package/dist/commonjs/models/functionconfschemasensitivedatascanner.d.ts.map +1 -1
  5. package/dist/commonjs/models/functionconfschemasensitivedatascanner.js +1 -0
  6. package/dist/commonjs/models/functionconfschemasensitivedatascanner.js.map +1 -1
  7. package/dist/commonjs/models/index.d.ts +1 -0
  8. package/dist/commonjs/models/index.d.ts.map +1 -1
  9. package/dist/commonjs/models/index.js +1 -0
  10. package/dist/commonjs/models/index.js.map +1 -1
  11. package/dist/commonjs/models/output.d.ts +3 -2
  12. package/dist/commonjs/models/output.d.ts.map +1 -1
  13. package/dist/commonjs/models/output.js +3 -0
  14. package/dist/commonjs/models/output.js.map +1 -1
  15. package/dist/commonjs/models/outputcriblsearchengine.d.ts +561 -0
  16. package/dist/commonjs/models/outputcriblsearchengine.d.ts.map +1 -0
  17. package/dist/commonjs/models/outputcriblsearchengine.js +441 -0
  18. package/dist/commonjs/models/outputcriblsearchengine.js.map +1 -0
  19. package/dist/commonjs/models/pipelinefunctionsensitivedatascanner.d.ts +3 -1
  20. package/dist/commonjs/models/pipelinefunctionsensitivedatascanner.d.ts.map +1 -1
  21. package/dist/commonjs/models/pipelinefunctionsensitivedatascanner.js +2 -0
  22. package/dist/commonjs/models/pipelinefunctionsensitivedatascanner.js.map +1 -1
  23. package/dist/esm/lib/config.d.ts +3 -3
  24. package/dist/esm/lib/config.js +3 -3
  25. package/dist/esm/models/functionconfschemasensitivedatascanner.d.ts +2 -1
  26. package/dist/esm/models/functionconfschemasensitivedatascanner.d.ts.map +1 -1
  27. package/dist/esm/models/functionconfschemasensitivedatascanner.js +1 -0
  28. package/dist/esm/models/functionconfschemasensitivedatascanner.js.map +1 -1
  29. package/dist/esm/models/index.d.ts +1 -0
  30. package/dist/esm/models/index.d.ts.map +1 -1
  31. package/dist/esm/models/index.js +1 -0
  32. package/dist/esm/models/index.js.map +1 -1
  33. package/dist/esm/models/output.d.ts +3 -2
  34. package/dist/esm/models/output.d.ts.map +1 -1
  35. package/dist/esm/models/output.js +3 -0
  36. package/dist/esm/models/output.js.map +1 -1
  37. package/dist/esm/models/outputcriblsearchengine.d.ts +561 -0
  38. package/dist/esm/models/outputcriblsearchengine.d.ts.map +1 -0
  39. package/dist/esm/models/outputcriblsearchengine.js +389 -0
  40. package/dist/esm/models/outputcriblsearchengine.js.map +1 -0
  41. package/dist/esm/models/pipelinefunctionsensitivedatascanner.d.ts +3 -1
  42. package/dist/esm/models/pipelinefunctionsensitivedatascanner.d.ts.map +1 -1
  43. package/dist/esm/models/pipelinefunctionsensitivedatascanner.js +2 -0
  44. package/dist/esm/models/pipelinefunctionsensitivedatascanner.js.map +1 -1
  45. package/examples/package-lock.json +1 -1
  46. package/jsr.json +1 -1
  47. package/package.json +1 -1
  48. package/src/lib/config.ts +3 -3
  49. package/src/models/functionconfschemasensitivedatascanner.ts +3 -1
  50. package/src/models/index.ts +1 -0
  51. package/src/models/output.ts +10 -0
  52. package/src/models/outputcriblsearchengine.ts +1118 -0
  53. package/src/models/pipelinefunctionsensitivedatascanner.ts +5 -1
@@ -0,0 +1,561 @@
1
+ import * as z from "zod/v3";
2
+ import { OpenEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
5
+ export declare const OutputCriblSearchEngineMinimumTLSVersion: {
6
+ readonly TLSv1: "TLSv1";
7
+ readonly TLSv11: "TLSv1.1";
8
+ readonly TLSv12: "TLSv1.2";
9
+ readonly TLSv13: "TLSv1.3";
10
+ };
11
+ export type OutputCriblSearchEngineMinimumTLSVersion = OpenEnum<typeof OutputCriblSearchEngineMinimumTLSVersion>;
12
+ export declare const OutputCriblSearchEngineMaximumTLSVersion: {
13
+ readonly TLSv1: "TLSv1";
14
+ readonly TLSv11: "TLSv1.1";
15
+ readonly TLSv12: "TLSv1.2";
16
+ readonly TLSv13: "TLSv1.3";
17
+ };
18
+ export type OutputCriblSearchEngineMaximumTLSVersion = OpenEnum<typeof OutputCriblSearchEngineMaximumTLSVersion>;
19
+ export type OutputCriblSearchEngineTLSSettingsClientSide = {
20
+ disabled?: boolean | undefined;
21
+ /**
22
+ * Reject certificates that are not authorized by a CA in the CA certificate path, or by another
23
+ *
24
+ * @remarks
25
+ * trusted CA (such as the system's). Defaults to Enabled. Overrides the toggle from Advanced Settings, when also present.
26
+ */
27
+ rejectUnauthorized?: boolean | undefined;
28
+ /**
29
+ * Server name for the SNI (Server Name Indication) TLS extension. It must be a host name, and not an IP address.
30
+ */
31
+ servername?: string | undefined;
32
+ /**
33
+ * The name of the predefined certificate
34
+ */
35
+ certificateName?: string | undefined;
36
+ /**
37
+ * Path on client in which to find CA certificates to verify the server's cert. PEM format. Can reference $ENV_VARS.
38
+ */
39
+ caPath?: string | undefined;
40
+ /**
41
+ * Path on client in which to find the private key to use. PEM format. Can reference $ENV_VARS.
42
+ */
43
+ privKeyPath?: string | undefined;
44
+ /**
45
+ * Path on client in which to find certificates to use. PEM format. Can reference $ENV_VARS.
46
+ */
47
+ certPath?: string | undefined;
48
+ /**
49
+ * Passphrase to use to decrypt private key
50
+ */
51
+ passphrase?: string | undefined;
52
+ minVersion?: OutputCriblSearchEngineMinimumTLSVersion | undefined;
53
+ maxVersion?: OutputCriblSearchEngineMaximumTLSVersion | undefined;
54
+ };
55
+ /**
56
+ * Codec to use to compress the data before sending
57
+ */
58
+ export declare const OutputCriblSearchEngineCompression: {
59
+ /**
60
+ * None
61
+ */
62
+ readonly None: "none";
63
+ /**
64
+ * Gzip
65
+ */
66
+ readonly Gzip: "gzip";
67
+ };
68
+ /**
69
+ * Codec to use to compress the data before sending
70
+ */
71
+ export type OutputCriblSearchEngineCompression = OpenEnum<typeof OutputCriblSearchEngineCompression>;
72
+ export type OutputCriblSearchEngineExtraHttpHeader = {
73
+ name?: string | undefined;
74
+ value: string;
75
+ };
76
+ /**
77
+ * Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below.
78
+ */
79
+ export declare const OutputCriblSearchEngineFailedRequestLoggingMode: {
80
+ /**
81
+ * Payload
82
+ */
83
+ readonly Payload: "payload";
84
+ /**
85
+ * Payload + Headers
86
+ */
87
+ readonly PayloadAndHeaders: "payloadAndHeaders";
88
+ /**
89
+ * None
90
+ */
91
+ readonly None: "none";
92
+ };
93
+ /**
94
+ * Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below.
95
+ */
96
+ export type OutputCriblSearchEngineFailedRequestLoggingMode = OpenEnum<typeof OutputCriblSearchEngineFailedRequestLoggingMode>;
97
+ export type OutputCriblSearchEngineResponseRetrySetting = {
98
+ /**
99
+ * The HTTP response status code that will trigger retries
100
+ */
101
+ httpStatus: number;
102
+ /**
103
+ * How long, in milliseconds, Cribl Stream should wait before initiating backoff. Maximum interval is 600,000 ms (10 minutes).
104
+ */
105
+ initialBackoff?: number | undefined;
106
+ /**
107
+ * Base for exponential backoff. A value of 2 (default) means Cribl Stream will retry after 2 seconds, then 4 seconds, then 8 seconds, etc.
108
+ */
109
+ backoffRate?: number | undefined;
110
+ /**
111
+ * The maximum backoff interval, in milliseconds, Cribl Stream should apply. Default (and minimum) is 10,000 ms (10 seconds); maximum is 180,000 ms (180 seconds).
112
+ */
113
+ maxBackoff?: number | undefined;
114
+ };
115
+ export type OutputCriblSearchEngineTimeoutRetrySettings = {
116
+ timeoutRetry?: boolean | undefined;
117
+ /**
118
+ * How long, in milliseconds, Cribl Stream should wait before initiating backoff. Maximum interval is 600,000 ms (10 minutes).
119
+ */
120
+ initialBackoff?: number | undefined;
121
+ /**
122
+ * Base for exponential backoff. A value of 2 (default) means Cribl Stream will retry after 2 seconds, then 4 seconds, then 8 seconds, etc.
123
+ */
124
+ backoffRate?: number | undefined;
125
+ /**
126
+ * The maximum backoff interval, in milliseconds, Cribl Stream should apply. Default (and minimum) is 10,000 ms (10 seconds); maximum is 180,000 ms (180 seconds).
127
+ */
128
+ maxBackoff?: number | undefined;
129
+ };
130
+ export type OutputCriblSearchEngineAuthToken = {
131
+ /**
132
+ * Select or create a stored text secret
133
+ */
134
+ tokenSecret: string;
135
+ enabled?: boolean | undefined;
136
+ description?: string | undefined;
137
+ };
138
+ /**
139
+ * How to handle events when all receivers are exerting backpressure
140
+ */
141
+ export declare const OutputCriblSearchEngineBackpressureBehavior: {
142
+ /**
143
+ * Block
144
+ */
145
+ readonly Block: "block";
146
+ /**
147
+ * Drop
148
+ */
149
+ readonly Drop: "drop";
150
+ /**
151
+ * Persistent Queue
152
+ */
153
+ readonly Queue: "queue";
154
+ };
155
+ /**
156
+ * How to handle events when all receivers are exerting backpressure
157
+ */
158
+ export type OutputCriblSearchEngineBackpressureBehavior = OpenEnum<typeof OutputCriblSearchEngineBackpressureBehavior>;
159
+ export type OutputCriblSearchEngineUrl = {
160
+ /**
161
+ * URL of a Cribl Worker to send events to, such as http://localhost:10200
162
+ */
163
+ url: string;
164
+ /**
165
+ * Assign a weight (>0) to each endpoint to indicate its traffic-handling capability
166
+ */
167
+ weight?: number | undefined;
168
+ };
169
+ /**
170
+ * In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem.
171
+ */
172
+ export declare const OutputCriblSearchEngineMode: {
173
+ /**
174
+ * Error
175
+ */
176
+ readonly Error: "error";
177
+ /**
178
+ * Backpressure
179
+ */
180
+ readonly Always: "always";
181
+ /**
182
+ * Always On
183
+ */
184
+ readonly Backpressure: "backpressure";
185
+ };
186
+ /**
187
+ * In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem.
188
+ */
189
+ export type OutputCriblSearchEngineMode = OpenEnum<typeof OutputCriblSearchEngineMode>;
190
+ /**
191
+ * Codec to use to compress the persisted data
192
+ */
193
+ export declare const OutputCriblSearchEnginePqCompressCompression: {
194
+ /**
195
+ * None
196
+ */
197
+ readonly None: "none";
198
+ /**
199
+ * Gzip
200
+ */
201
+ readonly Gzip: "gzip";
202
+ };
203
+ /**
204
+ * Codec to use to compress the persisted data
205
+ */
206
+ export type OutputCriblSearchEnginePqCompressCompression = OpenEnum<typeof OutputCriblSearchEnginePqCompressCompression>;
207
+ /**
208
+ * How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged.
209
+ */
210
+ export declare const OutputCriblSearchEngineQueueFullBehavior: {
211
+ /**
212
+ * Block
213
+ */
214
+ readonly Block: "block";
215
+ /**
216
+ * Drop new data
217
+ */
218
+ readonly Drop: "drop";
219
+ };
220
+ /**
221
+ * How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged.
222
+ */
223
+ export type OutputCriblSearchEngineQueueFullBehavior = OpenEnum<typeof OutputCriblSearchEngineQueueFullBehavior>;
224
+ export type OutputCriblSearchEnginePqControls = {};
225
+ export type OutputCriblSearchEngine = {
226
+ /**
227
+ * Unique ID for this output
228
+ */
229
+ id?: string | undefined;
230
+ type: "cribl_search_engine";
231
+ /**
232
+ * Pipeline to process data before sending out to this output
233
+ */
234
+ pipeline?: string | undefined;
235
+ /**
236
+ * Fields to automatically add to events, such as cribl_pipe. Supports wildcards.
237
+ */
238
+ systemFields?: Array<string> | undefined;
239
+ /**
240
+ * Optionally, enable this config only on a specified Git branch. If empty, will be enabled everywhere.
241
+ */
242
+ environment?: string | undefined;
243
+ /**
244
+ * Tags for filtering and grouping in @{product}
245
+ */
246
+ streamtags?: Array<string> | undefined;
247
+ /**
248
+ * For optimal performance, enable load balancing even if you have one hostname, as it can expand to multiple IPs. If this setting is disabled, consider enabling round-robin DNS.
249
+ */
250
+ loadBalanced?: boolean | undefined;
251
+ tls?: OutputCriblSearchEngineTLSSettingsClientSide | undefined;
252
+ /**
253
+ * The number of minutes before the internally generated authentication token expires. Valid values are between 1 and 60.
254
+ */
255
+ tokenTTLMinutes?: number | undefined;
256
+ /**
257
+ * Fields to exclude from the event. By default, all internal fields except `__output` are sent. Example: `cribl_pipe`, `c*`. Wildcards supported.
258
+ */
259
+ excludeFields?: Array<string> | undefined;
260
+ /**
261
+ * Codec to use to compress the data before sending
262
+ */
263
+ compression?: OutputCriblSearchEngineCompression | undefined;
264
+ /**
265
+ * Maximum number of ongoing requests before blocking
266
+ */
267
+ concurrency?: number | undefined;
268
+ /**
269
+ * Maximum size, in KB, of the request body
270
+ */
271
+ maxPayloadSizeKB?: number | undefined;
272
+ /**
273
+ * Maximum number of events to include in the request body. Default is 0 (unlimited).
274
+ */
275
+ maxPayloadEvents?: number | undefined;
276
+ /**
277
+ * Reject certificates not authorized by a CA in the CA certificate path or by another trusted CA (such as the system's).
278
+ *
279
+ * @remarks
280
+ * Enabled by default. When this setting is also present in TLS Settings (Client Side),
281
+ * that value will take precedence.
282
+ */
283
+ rejectUnauthorized?: boolean | undefined;
284
+ /**
285
+ * Amount of time, in seconds, to wait for a request to complete before canceling it
286
+ */
287
+ timeoutSec?: number | undefined;
288
+ /**
289
+ * Maximum time between requests. Small values could cause the payload size to be smaller than the configured Body size limit.
290
+ */
291
+ flushPeriodSec?: number | undefined;
292
+ /**
293
+ * Headers to add to all events
294
+ */
295
+ extraHttpHeaders?: Array<OutputCriblSearchEngineExtraHttpHeader> | undefined;
296
+ /**
297
+ * Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below.
298
+ */
299
+ failedRequestLoggingMode?: OutputCriblSearchEngineFailedRequestLoggingMode | undefined;
300
+ /**
301
+ * List of headers that are safe to log in plain text
302
+ */
303
+ safeHeaders?: Array<string> | undefined;
304
+ /**
305
+ * Rate (in bytes per second) to throttle while writing to an output. Accepts values with multiple-byte units, such as KB, MB, and GB. (Example: 42 MB) Default value of 0 specifies no throttling.
306
+ */
307
+ throttleRatePerSec?: string | undefined;
308
+ /**
309
+ * Automatically retry after unsuccessful response status codes, such as 429 (Too Many Requests) or 503 (Service Unavailable)
310
+ */
311
+ responseRetrySettings?: Array<OutputCriblSearchEngineResponseRetrySetting> | undefined;
312
+ timeoutRetrySettings?: OutputCriblSearchEngineTimeoutRetrySettings | undefined;
313
+ /**
314
+ * Honor any Retry-After header that specifies a delay (in seconds) no longer than 180 seconds after the retry request. @{product} limits the delay to 180 seconds, even if the Retry-After header specifies a longer delay. When enabled, takes precedence over user-configured retry options. When disabled, all Retry-After headers are ignored.
315
+ */
316
+ responseHonorRetryAfterHeader?: boolean | undefined;
317
+ /**
318
+ * Shared secrets to be used by connected environments to authorize connections. These tokens should also be installed in Cribl HTTP Source in Cribl.Cloud.
319
+ */
320
+ authTokens?: Array<OutputCriblSearchEngineAuthToken> | undefined;
321
+ /**
322
+ * How to handle events when all receivers are exerting backpressure
323
+ */
324
+ onBackpressure?: OutputCriblSearchEngineBackpressureBehavior | undefined;
325
+ /**
326
+ * Enable round-robin DNS lookup. When a DNS server returns multiple addresses, @{product} will cycle through them in the order returned. For optimal performance, consider enabling this setting for non-load balanced destinations.
327
+ */
328
+ useRoundRobinDns?: boolean | undefined;
329
+ description?: string | undefined;
330
+ /**
331
+ * URL of a Cribl Worker to send events to, such as http://localhost:10200
332
+ */
333
+ url?: string | undefined;
334
+ /**
335
+ * Exclude all IPs of the current host from the list of any resolved hostnames
336
+ */
337
+ excludeSelf?: boolean | undefined;
338
+ urls?: Array<OutputCriblSearchEngineUrl> | undefined;
339
+ /**
340
+ * The interval in which to re-resolve any hostnames and pick up destinations from A records
341
+ */
342
+ dnsResolvePeriodSec?: number | undefined;
343
+ /**
344
+ * How far back in time to keep traffic stats for load balancing purposes
345
+ */
346
+ loadBalanceStatsPeriodSec?: number | undefined;
347
+ /**
348
+ * Use FIFO (first in, first out) processing. Disable to forward new events to receivers before queue is flushed.
349
+ */
350
+ pqStrictOrdering?: boolean | undefined;
351
+ /**
352
+ * Throttling rate (in events per second) to impose while writing to Destinations from PQ. Defaults to 0, which disables throttling.
353
+ */
354
+ pqRatePerSec?: number | undefined;
355
+ /**
356
+ * In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem.
357
+ */
358
+ pqMode?: OutputCriblSearchEngineMode | undefined;
359
+ /**
360
+ * The maximum number of events to hold in memory before writing the events to disk
361
+ */
362
+ pqMaxBufferSize?: number | undefined;
363
+ /**
364
+ * How long (in seconds) to wait for backpressure to resolve before engaging the queue
365
+ */
366
+ pqMaxBackpressureSec?: number | undefined;
367
+ /**
368
+ * The maximum size to store in each queue file before closing and optionally compressing (KB, MB, etc.)
369
+ */
370
+ pqMaxFileSize?: string | undefined;
371
+ /**
372
+ * The maximum disk space that the queue can consume (as an average per Worker Process) before queueing stops. Enter a numeral with units of KB, MB, etc.
373
+ */
374
+ pqMaxSize?: string | undefined;
375
+ /**
376
+ * The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/<output-id>.
377
+ */
378
+ pqPath?: string | undefined;
379
+ /**
380
+ * Codec to use to compress the persisted data
381
+ */
382
+ pqCompress?: OutputCriblSearchEnginePqCompressCompression | undefined;
383
+ /**
384
+ * How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged.
385
+ */
386
+ pqOnBackpressure?: OutputCriblSearchEngineQueueFullBehavior | undefined;
387
+ pqControls?: OutputCriblSearchEnginePqControls | undefined;
388
+ };
389
+ /** @internal */
390
+ export declare const OutputCriblSearchEngineMinimumTLSVersion$inboundSchema: z.ZodType<OutputCriblSearchEngineMinimumTLSVersion, z.ZodTypeDef, unknown>;
391
+ /** @internal */
392
+ export declare const OutputCriblSearchEngineMinimumTLSVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineMinimumTLSVersion>;
393
+ /** @internal */
394
+ export declare const OutputCriblSearchEngineMaximumTLSVersion$inboundSchema: z.ZodType<OutputCriblSearchEngineMaximumTLSVersion, z.ZodTypeDef, unknown>;
395
+ /** @internal */
396
+ export declare const OutputCriblSearchEngineMaximumTLSVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineMaximumTLSVersion>;
397
+ /** @internal */
398
+ export declare const OutputCriblSearchEngineTLSSettingsClientSide$inboundSchema: z.ZodType<OutputCriblSearchEngineTLSSettingsClientSide, z.ZodTypeDef, unknown>;
399
+ /** @internal */
400
+ export type OutputCriblSearchEngineTLSSettingsClientSide$Outbound = {
401
+ disabled: boolean;
402
+ rejectUnauthorized: boolean;
403
+ servername?: string | undefined;
404
+ certificateName?: string | undefined;
405
+ caPath?: string | undefined;
406
+ privKeyPath?: string | undefined;
407
+ certPath?: string | undefined;
408
+ passphrase?: string | undefined;
409
+ minVersion?: string | undefined;
410
+ maxVersion?: string | undefined;
411
+ };
412
+ /** @internal */
413
+ export declare const OutputCriblSearchEngineTLSSettingsClientSide$outboundSchema: z.ZodType<OutputCriblSearchEngineTLSSettingsClientSide$Outbound, z.ZodTypeDef, OutputCriblSearchEngineTLSSettingsClientSide>;
414
+ export declare function outputCriblSearchEngineTLSSettingsClientSideToJSON(outputCriblSearchEngineTLSSettingsClientSide: OutputCriblSearchEngineTLSSettingsClientSide): string;
415
+ export declare function outputCriblSearchEngineTLSSettingsClientSideFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngineTLSSettingsClientSide, SDKValidationError>;
416
+ /** @internal */
417
+ export declare const OutputCriblSearchEngineCompression$inboundSchema: z.ZodType<OutputCriblSearchEngineCompression, z.ZodTypeDef, unknown>;
418
+ /** @internal */
419
+ export declare const OutputCriblSearchEngineCompression$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineCompression>;
420
+ /** @internal */
421
+ export declare const OutputCriblSearchEngineExtraHttpHeader$inboundSchema: z.ZodType<OutputCriblSearchEngineExtraHttpHeader, z.ZodTypeDef, unknown>;
422
+ /** @internal */
423
+ export type OutputCriblSearchEngineExtraHttpHeader$Outbound = {
424
+ name?: string | undefined;
425
+ value: string;
426
+ };
427
+ /** @internal */
428
+ export declare const OutputCriblSearchEngineExtraHttpHeader$outboundSchema: z.ZodType<OutputCriblSearchEngineExtraHttpHeader$Outbound, z.ZodTypeDef, OutputCriblSearchEngineExtraHttpHeader>;
429
+ export declare function outputCriblSearchEngineExtraHttpHeaderToJSON(outputCriblSearchEngineExtraHttpHeader: OutputCriblSearchEngineExtraHttpHeader): string;
430
+ export declare function outputCriblSearchEngineExtraHttpHeaderFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngineExtraHttpHeader, SDKValidationError>;
431
+ /** @internal */
432
+ export declare const OutputCriblSearchEngineFailedRequestLoggingMode$inboundSchema: z.ZodType<OutputCriblSearchEngineFailedRequestLoggingMode, z.ZodTypeDef, unknown>;
433
+ /** @internal */
434
+ export declare const OutputCriblSearchEngineFailedRequestLoggingMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineFailedRequestLoggingMode>;
435
+ /** @internal */
436
+ export declare const OutputCriblSearchEngineResponseRetrySetting$inboundSchema: z.ZodType<OutputCriblSearchEngineResponseRetrySetting, z.ZodTypeDef, unknown>;
437
+ /** @internal */
438
+ export type OutputCriblSearchEngineResponseRetrySetting$Outbound = {
439
+ httpStatus: number;
440
+ initialBackoff: number;
441
+ backoffRate: number;
442
+ maxBackoff: number;
443
+ };
444
+ /** @internal */
445
+ export declare const OutputCriblSearchEngineResponseRetrySetting$outboundSchema: z.ZodType<OutputCriblSearchEngineResponseRetrySetting$Outbound, z.ZodTypeDef, OutputCriblSearchEngineResponseRetrySetting>;
446
+ export declare function outputCriblSearchEngineResponseRetrySettingToJSON(outputCriblSearchEngineResponseRetrySetting: OutputCriblSearchEngineResponseRetrySetting): string;
447
+ export declare function outputCriblSearchEngineResponseRetrySettingFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngineResponseRetrySetting, SDKValidationError>;
448
+ /** @internal */
449
+ export declare const OutputCriblSearchEngineTimeoutRetrySettings$inboundSchema: z.ZodType<OutputCriblSearchEngineTimeoutRetrySettings, z.ZodTypeDef, unknown>;
450
+ /** @internal */
451
+ export type OutputCriblSearchEngineTimeoutRetrySettings$Outbound = {
452
+ timeoutRetry: boolean;
453
+ initialBackoff: number;
454
+ backoffRate: number;
455
+ maxBackoff: number;
456
+ };
457
+ /** @internal */
458
+ export declare const OutputCriblSearchEngineTimeoutRetrySettings$outboundSchema: z.ZodType<OutputCriblSearchEngineTimeoutRetrySettings$Outbound, z.ZodTypeDef, OutputCriblSearchEngineTimeoutRetrySettings>;
459
+ export declare function outputCriblSearchEngineTimeoutRetrySettingsToJSON(outputCriblSearchEngineTimeoutRetrySettings: OutputCriblSearchEngineTimeoutRetrySettings): string;
460
+ export declare function outputCriblSearchEngineTimeoutRetrySettingsFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngineTimeoutRetrySettings, SDKValidationError>;
461
+ /** @internal */
462
+ export declare const OutputCriblSearchEngineAuthToken$inboundSchema: z.ZodType<OutputCriblSearchEngineAuthToken, z.ZodTypeDef, unknown>;
463
+ /** @internal */
464
+ export type OutputCriblSearchEngineAuthToken$Outbound = {
465
+ tokenSecret: string;
466
+ enabled: boolean;
467
+ description?: string | undefined;
468
+ };
469
+ /** @internal */
470
+ export declare const OutputCriblSearchEngineAuthToken$outboundSchema: z.ZodType<OutputCriblSearchEngineAuthToken$Outbound, z.ZodTypeDef, OutputCriblSearchEngineAuthToken>;
471
+ export declare function outputCriblSearchEngineAuthTokenToJSON(outputCriblSearchEngineAuthToken: OutputCriblSearchEngineAuthToken): string;
472
+ export declare function outputCriblSearchEngineAuthTokenFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngineAuthToken, SDKValidationError>;
473
+ /** @internal */
474
+ export declare const OutputCriblSearchEngineBackpressureBehavior$inboundSchema: z.ZodType<OutputCriblSearchEngineBackpressureBehavior, z.ZodTypeDef, unknown>;
475
+ /** @internal */
476
+ export declare const OutputCriblSearchEngineBackpressureBehavior$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineBackpressureBehavior>;
477
+ /** @internal */
478
+ export declare const OutputCriblSearchEngineUrl$inboundSchema: z.ZodType<OutputCriblSearchEngineUrl, z.ZodTypeDef, unknown>;
479
+ /** @internal */
480
+ export type OutputCriblSearchEngineUrl$Outbound = {
481
+ url: string;
482
+ weight: number;
483
+ };
484
+ /** @internal */
485
+ export declare const OutputCriblSearchEngineUrl$outboundSchema: z.ZodType<OutputCriblSearchEngineUrl$Outbound, z.ZodTypeDef, OutputCriblSearchEngineUrl>;
486
+ export declare function outputCriblSearchEngineUrlToJSON(outputCriblSearchEngineUrl: OutputCriblSearchEngineUrl): string;
487
+ export declare function outputCriblSearchEngineUrlFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngineUrl, SDKValidationError>;
488
+ /** @internal */
489
+ export declare const OutputCriblSearchEngineMode$inboundSchema: z.ZodType<OutputCriblSearchEngineMode, z.ZodTypeDef, unknown>;
490
+ /** @internal */
491
+ export declare const OutputCriblSearchEngineMode$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineMode>;
492
+ /** @internal */
493
+ export declare const OutputCriblSearchEnginePqCompressCompression$inboundSchema: z.ZodType<OutputCriblSearchEnginePqCompressCompression, z.ZodTypeDef, unknown>;
494
+ /** @internal */
495
+ export declare const OutputCriblSearchEnginePqCompressCompression$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEnginePqCompressCompression>;
496
+ /** @internal */
497
+ export declare const OutputCriblSearchEngineQueueFullBehavior$inboundSchema: z.ZodType<OutputCriblSearchEngineQueueFullBehavior, z.ZodTypeDef, unknown>;
498
+ /** @internal */
499
+ export declare const OutputCriblSearchEngineQueueFullBehavior$outboundSchema: z.ZodType<string, z.ZodTypeDef, OutputCriblSearchEngineQueueFullBehavior>;
500
+ /** @internal */
501
+ export declare const OutputCriblSearchEnginePqControls$inboundSchema: z.ZodType<OutputCriblSearchEnginePqControls, z.ZodTypeDef, unknown>;
502
+ /** @internal */
503
+ export type OutputCriblSearchEnginePqControls$Outbound = {};
504
+ /** @internal */
505
+ export declare const OutputCriblSearchEnginePqControls$outboundSchema: z.ZodType<OutputCriblSearchEnginePqControls$Outbound, z.ZodTypeDef, OutputCriblSearchEnginePqControls>;
506
+ export declare function outputCriblSearchEnginePqControlsToJSON(outputCriblSearchEnginePqControls: OutputCriblSearchEnginePqControls): string;
507
+ export declare function outputCriblSearchEnginePqControlsFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEnginePqControls, SDKValidationError>;
508
+ /** @internal */
509
+ export declare const OutputCriblSearchEngine$inboundSchema: z.ZodType<OutputCriblSearchEngine, z.ZodTypeDef, unknown>;
510
+ /** @internal */
511
+ export type OutputCriblSearchEngine$Outbound = {
512
+ id?: string | undefined;
513
+ type: "cribl_search_engine";
514
+ pipeline?: string | undefined;
515
+ systemFields?: Array<string> | undefined;
516
+ environment?: string | undefined;
517
+ streamtags?: Array<string> | undefined;
518
+ loadBalanced: boolean;
519
+ tls?: OutputCriblSearchEngineTLSSettingsClientSide$Outbound | undefined;
520
+ tokenTTLMinutes: number;
521
+ excludeFields?: Array<string> | undefined;
522
+ compression: string;
523
+ concurrency: number;
524
+ maxPayloadSizeKB: number;
525
+ maxPayloadEvents: number;
526
+ rejectUnauthorized: boolean;
527
+ timeoutSec: number;
528
+ flushPeriodSec: number;
529
+ extraHttpHeaders?: Array<OutputCriblSearchEngineExtraHttpHeader$Outbound> | undefined;
530
+ failedRequestLoggingMode: string;
531
+ safeHeaders?: Array<string> | undefined;
532
+ throttleRatePerSec: string;
533
+ responseRetrySettings?: Array<OutputCriblSearchEngineResponseRetrySetting$Outbound> | undefined;
534
+ timeoutRetrySettings?: OutputCriblSearchEngineTimeoutRetrySettings$Outbound | undefined;
535
+ responseHonorRetryAfterHeader: boolean;
536
+ authTokens?: Array<OutputCriblSearchEngineAuthToken$Outbound> | undefined;
537
+ onBackpressure: string;
538
+ useRoundRobinDns: boolean;
539
+ description?: string | undefined;
540
+ url?: string | undefined;
541
+ excludeSelf: boolean;
542
+ urls?: Array<OutputCriblSearchEngineUrl$Outbound> | undefined;
543
+ dnsResolvePeriodSec: number;
544
+ loadBalanceStatsPeriodSec: number;
545
+ pqStrictOrdering: boolean;
546
+ pqRatePerSec: number;
547
+ pqMode: string;
548
+ pqMaxBufferSize: number;
549
+ pqMaxBackpressureSec: number;
550
+ pqMaxFileSize: string;
551
+ pqMaxSize: string;
552
+ pqPath: string;
553
+ pqCompress: string;
554
+ pqOnBackpressure: string;
555
+ pqControls?: OutputCriblSearchEnginePqControls$Outbound | undefined;
556
+ };
557
+ /** @internal */
558
+ export declare const OutputCriblSearchEngine$outboundSchema: z.ZodType<OutputCriblSearchEngine$Outbound, z.ZodTypeDef, OutputCriblSearchEngine>;
559
+ export declare function outputCriblSearchEngineToJSON(outputCriblSearchEngine: OutputCriblSearchEngine): string;
560
+ export declare function outputCriblSearchEngineFromJSON(jsonString: string): SafeParseResult<OutputCriblSearchEngine, SDKValidationError>;
561
+ //# sourceMappingURL=outputcriblsearchengine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputcriblsearchengine.d.ts","sourceRoot":"","sources":["../../../src/models/outputcriblsearchengine.ts"],"names":[],"mappings":"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"}