Tags: certtools/intelmq-webinput-csv
Tags
0.2.0 Feature release ### Backend - Ignore header in total lines count. Also fixes the detection of IP-fields if only 2 lines are given and one line is the header. - Auto-detect time-data, so frontend offers only time-related fields. - Use static filename for uploaded data (certat#30). - Basic parser error handling: In case of parse errors show the error message as preview table. - Handle non-ASCII characters by using UTF-8 for all data (file) handling. - Provide logger to the pipeline, supporting IntelMQ 2.0. - Fix detection if a time value already has a timezone (did not work for negative postfixes like '-03:00'). - Do not throw errors on badly formatted time fields (certat#65). - Add optional parameter `destination_pipeline_queue_formatted` and allow formatting of `destination_pipeline_queue`. - Log exception if sending data to the pipeline did not work. - For type-detection do not apply sanitiation as this results in strange detections some times (certat#69). ### Configuration - Do not use hardcoded `/opt/intelmq/` as base path, but intelmq's `CONFIG_DIR` (certat#61). - The parameter `destination_pipeline_queue` is expected on the top level, not anymore in the `intelmq` array. ### Documentation - More details and explanation on the configuration. - Example apache configuration: - use intelmq user and group by default. - fix syntax and use own line for comments. - Installation documentation: Add required wsgi package name. ### Frontend - Better wording for maximum lines load/show (certat#59). #### Preview ### Packaging - setup: Fix path to example configuration file (certat#52). - Add Manifest file (certat#62?)