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 7a3a435 commit ea52db3Copy full SHA for ea52db3
logprep/util/helper.py
@@ -531,7 +531,7 @@ def copy_fields_to_event(
531
The field dictionary where fields are being added to in-place
532
source_event : dict
533
The field dictionary where field values are being read from
534
- dotted_field_names : list[str]
+ dotted_field_names : Iterable[str]
535
The list of (potentially dotted) field names to copy
536
skip_missing : bool, optional
537
Controls whether missing fields should be skipped or defaulted to None, by default True
0 commit comments