Skip to content

Releases: mbok/logsniffer

0.5.6

06 Jul 21:05
Compare
Choose a tag to compare

Minor bug fix release for:
#78 Saving sniffer with HTTP publisher containing JSON in the POST payload causes a deserialization error

0.5.5

06 Apr 19:25
Compare
Choose a tag to compare

Important security fix release - please update previous versions as soon as possible!

Security fixes:
#64 Log viewer is prone to XSS attacks if such information is contained in the logs

Bug fixes:
#63 UI not usable when logsniffer is started with a non root contextPath

0.5.4

23 Mar 21:54
Compare
Choose a tag to compare

Face lifting release with enhancements to logsniffer's system itself:

  • Renamed "Settings" area to "System"
  • Support for system notifications (#60)
  • Automatic system updates check to notify about new releases of logsniffer
  • Added about page with main links to GitHub

0.5.3

04 Mar 21:49
Compare
Choose a tag to compare

Minor bugfix release for:
#59 Search in log by severity level with support for comparators like <, <=, != and >

0.5.2

03 Feb 21:08
Compare
Choose a tag to compare

Feature release with improvements in the UI around log entry navigation with bookmark-able and shareable links:
#51 Provide permalinks for log entries in the viewer to navigate to these directly
#52 Navigate to the next or previous log entry in the log entry detail dialog

0.5.1

21 Dec 20:58
Compare
Choose a tag to compare

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

10 Dec 22:17
Compare
Choose a tag to compare

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:

  • #39 NPE in log when sniffing an empty file
  • #38 Wrong error message when opening a non existent event

0.4.3

29 Nov 21:21
Compare
Choose a tag to compare

#18 Support fields filters for sniffers
#35 Split edit form for log sources and sniffers into a tabbed view
...plus further minor bugs and UI improvements

0.4.2

18 Nov 21:14
Compare
Choose a tag to compare

#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

17 Nov 22:19
Compare
Choose a tag to compare

#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