From 36ec467f8d74d7e5084a34bf0701b13003306841 Mon Sep 17 00:00:00 2001 From: dtrai2 Date: Mon, 9 Dec 2024 15:25:42 +0100 Subject: [PATCH] fix rule doc import path --- logprep/processor/timestamp_differ/rule.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logprep/processor/timestamp_differ/rule.py b/logprep/processor/timestamp_differ/rule.py index 1ac50fd2d..a9160f739 100644 --- a/logprep/processor/timestamp_differ/rule.py +++ b/logprep/processor/timestamp_differ/rule.py @@ -31,7 +31,7 @@ {"ingest": "2022-12-06 10:00:00", "processed": "2022-12-06 10:00:05", "processing_time": "5.0"} -.. autoclass:: logprep.processor.timestamper.rule.TimestamperRule.Config +.. autoclass:: logprep.processor.timestamp_differ.rule.TimestampDifferRule.Config :members: :undoc-members: :inherited-members: @@ -69,7 +69,7 @@ class Config(FieldManagerRule.Config): and the timestamp format can be specified in the form of: :code:`${dotted.field.path:timestamp-format}`. If no timestamp format is given, e.g. :code:`${dotted.field.path}`, the string will be assumed as an iso8601 compliant string and - parsed. For more information on the format syntax see + parsed. For more information on the format syntax see `datetime strftime/strptime `_.""" source_fields: list = field(factory=list) source_field_formats: list = field(factory=list)