ait-aecid / logdata-anomaly-miner

This tool parses log data and allows to define analysis pipelines for anomaly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use.
GNU General Public License v3.0
63 stars 22 forks source link

time_zone is not a supported parameter #1307

Closed landauermax closed 3 weeks ago

landauermax commented 3 months ago

According to the documentation, the date time parsing model has a parameter time_zone. However, when trying to use this parameter, it turns out that it is not supported:

Config-Error: {'Parser': [{2: ['none or more than one rule validate', {'oneof definition 4': [{'time_zone': ['unknown field'], 'type': {'allowed': ['DateTimeModelElement']}}]}]}]}