~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to proxy/filters/select-cache_result.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!DOCTYPE lire:global-filter-spec PUBLIC
 
3
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V1.0//EN"
 
4
  "http://www.logreport.org/LRSML/1.0/lrsml.dtd">
 
5
<lire:global-filter-spec xmlns:lire="http://www.logreport.org/LRSML/"
 
6
 superservice="proxy" id="select-cache_result">
 
7
 
 
8
 <lire:title>Select Cache Result Filter</lire:title>
 
9
 <lire:description>
 
10
  <para>This filter specification can be used to select only DLF
 
11
   records in the proxy superservice which have a particular
 
12
   <type>cache_result</type> value. For example, you could select only
 
13
   denied requests by using the value <constant>TCP_DENIED</constant>.
 
14
  </para>
 
15
 </lire:description>
 
16
 
 
17
<lire:param-spec>
 
18
  <lire:param name="result" type="string" default="TCP_DENIED">
 
19
   <lire:description>
 
20
    <para>This parameter is a regular expression which will be used to
 
21
     select the codes you want. 
 
22
    </para>
 
23
   </lire:description>
 
24
  </lire:param>
 
25
 </lire:param-spec>
 
26
 
 
27
 <lire:display-spec>
 
28
  <lire:title>$result requests</lire:title>
 
29
 </lire:display-spec>
 
30
 
 
31
 <lire:filter-spec>
 
32
  <lire:match value="$cache_result" re="$result"/>
 
33
 </lire:filter-spec>
 
34
 
 
35
</lire:global-filter-spec>