Skip to content

Files

Latest commit

4381e9e · Feb 26, 2020

History

History
65 lines (41 loc) · 1.21 KB

mssql.asciidoc

File metadata and controls

65 lines (41 loc) · 1.21 KB

MSSQL module

The {modulename} module parses error logs created by MSSQL.

The following example shows how to set paths in the modules.d/{modulename}.yml file to override the default paths for Træfik logs:

- module: mssql
  access:
    enabled: true
    var.paths: ["/var/opt/mssql/log/error*"]

To specify the same settings at the command line, you use:

-M "mssql.access.var.paths=[/var/opt/mssql/log/error*]"

log fileset settings

Fields

For a description of each field in the module, see the exported fields section.