From 47023907a151a204c65cfa819fdb0a8a304ff271 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Sun, 19 Apr 2015 20:36:00 +0300 Subject: [PATCH] Added service sections to all filter examples. --- Documentation/filters/Query-Log-All-Filter.md | 8 ++++++++ Documentation/filters/Regex-Filter.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Documentation/filters/Query-Log-All-Filter.md b/Documentation/filters/Query-Log-All-Filter.md index 66147fc71..e0c71e13f 100644 --- a/Documentation/filters/Query-Log-All-Filter.md +++ b/Documentation/filters/Query-Log-All-Filter.md @@ -11,6 +11,14 @@ The configuration block for the QLA filter requires the minimal filter [MyLogFilter] type=filter module=qlafilter + +[MyService] +type=service +router=readconnrouter +servers=server1 +user=myuser +passwd=mypasswd +filters=MyLogFilter ``` ## Filter Options diff --git a/Documentation/filters/Regex-Filter.md b/Documentation/filters/Regex-Filter.md index a6d9b764b..2d5ecd96d 100644 --- a/Documentation/filters/Regex-Filter.md +++ b/Documentation/filters/Regex-Filter.md @@ -79,4 +79,12 @@ module=regexfilter options=ignorecase match=TYPE[ ]*= replace=ENGINE= + +[MyService] +type=service +router=readconnrouter +servers=server1 +user=myuser +passwd=mypasswd +filters=CreateTableFilter ```