Skip to content

0.2.5

Compare
Choose a tag to compare
@BenB196 BenB196 released this 22 Apr 14:17
· 58 commits to master since this release
00182b0

This Release contains changes to the Elasticsearch Full Output format

Enhancements:

  • When using Elasticsearch Full Output format URLs are now broken down into ECS format (issue #93)
    • New Fields:
      • file.url.domain
      • file.url.extension
      • file.url.fragment
      • file.url.password
      • file.url.path
      • file.url.port
      • file.url.query
      • file.url.registered_domain
      • file.url.scheme
      • file.url.top_level_domain
      • file.url.username
      • tab.url.domain
      • tab.url.extension
      • tab.url.fragment
      • tab.url.password
      • tab.url.path
      • tab.url.port
      • tab.url.query
      • tab.url.registered_domain
      • tab.url.scheme
      • tab.url.top_level_domain
      • tab.url.username

Updates:

  • Updated crashplan-ffs-go-pkg to v0.1.7, this adds support for new FFS fields (issue #94)
    • New Fields (FFS Output):
      • PrintJobName
      • PrinterName
      • PrintedFilesBackupPath
    • New Fields (Elasticsearch Half Output):
      • print_job_name
      • printer_name
      • printed_files_backup_path
    • New Fields (Elasticsearch Full Output):
      • printing.job
      • printing.printer.name
      • printing.printed_file_backup_path

Fixes:

  • Fixed issue where max concurrent queries was 1 less than it should be (issue #92)
  • Fixed issue where crashplan_ffs_puller_events_total was not being incremented (issue #91)