Releases: mbok/logsniffer
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
Pre-christmas release with two shiny features:
#48 Provide a configuration in the log source wizard which fields and in which order are visualized in the log viewer
#49 Provide a configuration in the log viewer to define the fields to be rendered in the table enhancement. The configuration is saved on the user base.
One bug fix for:
#47 Black background in FF (and IE too) in full-screen mode
0.5.0
Brand new cool features in this release are:
- #36 Full screen mode for the log viewer
- #41 Adaptive re-sizing of the log viewer to the browser window height
Further enhancements:
- #37 Regex & grok filter for extracting fields as much as you like
- #42 Allow copying log entry fields to event fields via a scanner filter
- #40 Make configurable the amount of lines attched to the previous log entry, if these don't match the pattern
Bug fixes:
0.4.3
0.4.2
#33 Rename event's field "lf_occurrence" into "lf_timestamp" to be alike to the log entry model. NOTE: This model change isn't compatible with already indexed events by a previous logsniffer release. Unfortunately you have to delete all persisted events to use the new version.
#34 List first internal then custom fields
0.4.1
#26 Let start all internal fields with the prefix "lf_" (e.g. lf_timestamp
) instead of the underscore only which isn't compatible with Kibana. NOTE: This model change isn't compatible with already indexed events by a previous logsniffer release. Unfortunately you have to delete all persisted events to use the new version.
#27 Fix NPE in FieldBaseTypes#resolveType in case of filters putting a NULL value into fields
#28 Refactor regex / grok pattern reader and add more logging
#29 Sort fields extracted by regex / grok pattern reader in the order they occur in the input string
#30 Fix order of severity levels
#31 Let severity mapping filter also match non string values like int fields