Skip to content

Commit

Permalink
Fix Filebeat MSSQL module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
renshuki authored Apr 16, 2020
1 parent 2289fb2 commit 2c949ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filebeat/docs/modules/mssql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ file to override the default paths for Træfik logs:
["source","yaml",subs="attributes"]
-----
- module: mssql
access:
log:
enabled: true
var.paths: ["/var/opt/mssql/log/error*"]
-----
Expand All @@ -35,7 +35,7 @@ To specify the same settings at the command line, you use:

["source","sh",subs="attributes"]
-----
-M "mssql.access.var.paths=[/var/opt/mssql/log/error*]"
-M "mssql.log.var.paths=[/var/opt/mssql/log/error*]"
-----

//set the fileset name used in the included example
Expand Down

0 comments on commit 2c949ea

Please sign in to comment.