loganalyzer icon indicating copy to clipboard operation
loganalyzer copied to clipboard

Export all pages, simplified datefrom, and suppress fix

Open rusak47 opened this issue 2 years ago • 1 comments

  • export: append exported range timestamp to filename
  • filter: dateto/datefrom add support for offset from current date, i.e. datefrom:T00:00:00 dateto:T01:00:00, datefrom:\-2T, datefrom:\-1T01
  • fixed BUG: "Suppress duplicated messages" + add property to control distance between duplicates
  • GUI: if suppress is enabled, then show how much records were suppressed (LN_GEN_SUPPRESSEDRECORDCOUNT)
  • $CFG[ExportSuppressDuplicatedMessages] - separate export suppressing from view
  • $CFG[ExportAllMatchPages] - allow to control how much to export by default
  • $CFG[DuplicateRecordMaxTsDistance] - check duplicates timestamp before suppressing, i.e. same message with 24h period may not be assumed as duplicate

rusak47 avatar Feb 12 '23 08:02 rusak47

@alorbach please, check this pull request.

rusak47 avatar Feb 26 '23 20:02 rusak47