We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b83892 commit c420d53Copy full SHA for c420d53
specification/ingest/_types/Processors.ts
@@ -1209,7 +1209,7 @@ export class NetworkDirectionProcessor extends ProcessorBase {
1209
* constructed with template snippets. Must specify only one of
1210
* internal_networks or internal_networks_field.
1211
*/
1212
- internal_networks: string[]
+ internal_networks?: string[]
1213
/**
1214
* A field on the given document to read the internal_networks configuration
1215
* from.
0 commit comments