Skip to content

Commit c420d53

Browse files
committed
network_direction processor - internal_networks needs to be optional
internal_networks and internal_networks_field are mutually exclusive so they must both be optional.
1 parent 6b83892 commit c420d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ export class NetworkDirectionProcessor extends ProcessorBase {
12091209
* constructed with template snippets. Must specify only one of
12101210
* internal_networks or internal_networks_field.
12111211
*/
1212-
internal_networks: string[]
1212+
internal_networks?: string[]
12131213
/**
12141214
* A field on the given document to read the internal_networks configuration
12151215
* from.

0 commit comments

Comments
 (0)