]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
multi-tenant: document per tenant settings
authorVictor Julien <victor@inliniac.net>
Tue, 7 Aug 2018 19:17:59 +0000 (21:17 +0200)
committerVictor Julien <victor@inliniac.net>
Sun, 21 Oct 2018 13:26:12 +0000 (15:26 +0200)
doc/userguide/configuration/multi-tenant.rst

index 221b1ca492a79d7fee75887ebf2427be0e095b4d..683953a1669b9e2c9d15305321f36859c8d1d246 100644 (file)
@@ -5,7 +5,8 @@ Introduction
 ------------
 
 Multi tenancy support allows for different rule sets with different
-rule vars.
+rule vars. These tenants can then be assigned to VLANs or interfaces
+(devices).
 
 YAML
 ----
@@ -132,6 +133,19 @@ Note: Not currently supported for IPS.
 Note: support depends on a capture method using the 'livedev' API. Currently
 these are: pcap, AF_PACKET, PF_RING and Netmap.
 
+Per tenant settings
+-------------------
+
+The following settings are per tenant:
+
+* default-rule-path
+* rule-files
+* classification-file
+* reference-config-file
+* threshold-file
+* address-vars
+* port-vars
+
 Unix Socket
 -----------