We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbabea commit 8abe8a6Copy full SHA for 8abe8a6
src/plugins/intermediate/filter/README.rst
@@ -69,6 +69,21 @@ Example configuration
69
</params>
70
</intermediate>
71
72
+The most common use case would be filtering based on a list of allowed IP
73
+address ranges. In such case, it is recommended to use the following construct
74
+for optimal performance:
75
+
76
+.. code-block:: xml
77
78
+ <intermediate>
79
+ <name>Filter</name>
80
+ <plugin>filter</plugin>
81
+ <params>
82
+ <expr>srcip in [1.0.0.0/8, 2.2.0.0/16, 3.3.3.0/24] or dstip in [4.4.4.0/24]</expr>
83
+ </params>
84
+ </intermediate>
85
86
87
Parameters
88
----------
89
0 commit comments