- Feb 26, 2018
-
-
Jan Mach authored
The mentat-informant.py module is a Python replacement for previous mentat-briefer.py module. It is designed to provide periodical statistical overviews via email. The email reports are localized using babel package and can be translated into any language. Additionally, the reporting engine uses Jinja2 templating system for message rendering, so it enables very easy customization. (Redmine issue: #3377)
-
- Feb 23, 2018
-
-
Jan Mach authored
(Redmine issue: #3387)
- Feb 21, 2018
-
-
Jan Mach authored
This default value prevented inspector to be placed at the end of message processing pipeline, because it was not capable of deleting processed messages.
-
- Feb 19, 2018
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- Feb 15, 2018
- Feb 14, 2018
-
- Feb 09, 2018
- Feb 08, 2018
-
-
Jan Mach authored
Improved coding style of the blueprint. Improved output of the status view page. The page now provides more detailed information about module and cronjob status as well as detailed information about discovered log files, pid files and processes. This should still be considered as a draft, there are many more improvements yet to be done, especialy the regarding the design of the page. (Redmine issue: #3734)
- Feb 07, 2018
-
-
Jan Mach authored
Improved implementation, design, output and coding style of 'dbstatus' pluggable module. The view page now display basic characteristics of event table (number of rows, oldest and newest record, table size, ...) as well as the values of most important PostgreSQL configurations. (Redmine issue: #3734)
-
Jan Mach authored
- Feb 05, 2018
-
-
Jan Mach authored
-
- Feb 02, 2018
-
- Feb 01, 2018
-
- Jan 31, 2018
-
-
Jan Mach authored
-
Jan Mach authored
This commit contains following bulk changes: * The search form was extended to include event class and event severity search options. * Fields in event search form were reordered to more logical groups. * Event field activation buttons were grouped into toolbar. * Unified display of item search button inside event result table. * Improved background HTML and JS code for event searc result table. (Redmine issue: #3752)
-
- Jan 29, 2018
-
-
Jan Mach authored
-
Jan Mach authored
There was a syntax error in configuration file and library function for fetching distinct column values did not take into account non array columns.
-
Jan Mach authored
This commit contains following design changes and fixes: * Fixed the issue with duplicated HTML identifiers for datetime selects. * Written macros for rendering search dropdown buttons for source addresses, categories and abuse groups. * Modified accessors in internal IDEA representation. * Implemented implicit sorting by storage time in case it was chosen in the search form. * Additional minor design fixes and tweaks. (Redmine issue: #3734)
-
- Jan 28, 2018
-
-
Jan Mach authored
* Added the ability to search according to the 'source|target|detector types' and 'description'. * Added the ability to search according to the host address|ports|types. Host is an alias for Source OR Target. * Minor design improvements in main menu and other page widgets. * Updated mentat-precache.py according to changes mentioned above. * Added new 'allow_empty' feature to mentat-precache.py. (Redmine issue: #3752,#3734)
-
Jan Mach authored
This commit contains following new features: * The PostgreSQL model for IDEA events now contains '(Source|Target|Node).Type' and 'Description' attributes. These are now represented as separate IDEA event table columns to enable better searching. This means, that the table schema changed !!! * The migration script and all necessary underlying functions had to be updated accordingly. * Minor facelift in output of migration script. (Redmine issue: #3752)
-
- Jan 27, 2018
-
-
Jan Mach authored
This commit also contains following related improvements: * documentation enhancements * configuration file cleanup * runlog enhancement, better information about items created and deleted * code simplification, the status and update command now share the same code * coding style improvements using pylint tool (Redmine issue: #3752)
- Jan 26, 2018
-