[asterisk-commits] russell: branch group/security_events r195519 - /team/group/security_events/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 19 11:53:57 CDT 2009


Author: russell
Date: Tue May 19 11:53:54 2009
New Revision: 195519

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=195519
Log:
Add some more security log format stuff.

Modified:
    team/group/security_events/security_events.txt

Modified: team/group/security_events/security_events.txt
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/security_events.txt?view=diff&rev=195519&r1=195518&r2=195519
==============================================================================
--- team/group/security_events/security_events.txt (original)
+++ team/group/security_events/security_events.txt Tue May 19 11:53:54 2009
@@ -199,11 +199,44 @@
 element.  Any embedded quotes within the content will be escaped with a
 backslash.
 
-    INFORMATION_ELEMENT_1="IE1 content",INFORMATION_ELEMENT_2="IE2 content",...
-
-
-
-TODO ...
+    INFORMATION_ELEMENT_1="IE1 content",INFORMATION_ELEMENT_2="IE2 content"
+
+The following table includes potential information elements and what the
+associated content will look like:
+
+IE: SecurityEvent
+Content: This is the security event sub-type.  The potential values are:
+    -> FailedACL
+
+IE: EventVersion
+Content:
+
+IE: Service
+Content:
+
+IE: Module
+Content:
+
+IE: AccountID
+Content:
+
+IE: SessionID
+Content:
+
+IE: SessionTV
+Content:
+
+IE: ACLName
+Content:
+
+IE: LocalAddress
+Content:
+
+IE: RemoteAddress
+Content:
+
+IE: EventTV
+Content:
 
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------




More information about the asterisk-commits mailing list