From 85f2486e0b39bad66549e693cb63023c5483479e Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 7 Aug 2018 21:17:59 +0200 Subject: [PATCH] multi-tenant: document per tenant settings --- doc/userguide/configuration/multi-tenant.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/userguide/configuration/multi-tenant.rst b/doc/userguide/configuration/multi-tenant.rst index 221b1ca492..683953a166 100644 --- a/doc/userguide/configuration/multi-tenant.rst +++ b/doc/userguide/configuration/multi-tenant.rst @@ -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 -----------