This topic lists all the configuration directives for Zend Server Z-Ray.
The table below is a summary of all the Zend Server Z-Ray configuration directives, and displays the directive name, its default value, and a description:
| 
                     Directive  | 
                
                     Default Value  | 
                
                     Description  | 
            
| 
                     1  | 
                
                     Determines whether masking of key attributes is enabled or disabled.  | 
            |
| 
                     password*,*password,*credit_card,credit_card*,*creditcard,creditcard*,ccv,ssn,pincode  | 
                
                     Comma-separated list of key attributes for which values should be masked.  | 
            |
| 
                     10  | 
                
                     Frequency for automatic cleanup. 0 to disable.  | 
            |
| 
                     1  | 
                
                     Database size limit for requests data  | 
            |
| 
                     7  | 
                
                     Time limit for kept requests data  | 
            |
| 
                     7  | 
                
                     The number of most recent URLs for which data is retained after a manual cleanup is executed  | 
            |
| 
                     1  | 
                
                     Enable Z-Ray  | 
            |
| 
                     Comma separated allowed list to view the Z-Ray  | 
            ||
| 
                     The Url of the Zend Server UI. e.g. 'http://10.1.1.1:10081/ZendServer'  | 
            ||
| 
                     1  | 
                
                     Size limit for internal caching of unique URLs and SQL prepared statements  | 
            |
| 
                     1  | 
                
                     Enable collection of data for executed SQL queries  | 
            |
| 
                     1  | 
                
                     Enable collection of data for executed PHP functions  | 
            |
| 
                     1  | 
                
                     Enable collection of processing breakdown for requests. Also affects the 'Processing Breakdown' graph in the Statistics gallery.  | 
            |
| 
                     1  | 
                
                     Enable collection of data for Zend Monitor Events  | 
            |
| 
                     1  | 
                
                     Enable collection of PHP errors, warnings and notices  | 
            |
| 
                     Auto  | 
                
                     Specifies the character encoding of the PHP output  | 
            |
| 
                     ZEND_PREFIX/var/zray/extensions  | 
                
                     The folder where user's extensions live  | 
            |
| 
                     1  | 
                
                     Z-Ray will show only if client sends text/html accept header  | 
            |
| 
                     1  | 
                
                     Z-Ray will attempt to inject itself inside broken html outputs  | 
            |
| 
                     1  | 
                
                     Size limit for collected SQL bound values  | 
            |
| 
                     1  | 
                
                     Enable or disable backtrace collection  | 
            |
| 
                     100  | 
                
                     Number of frames to keep per PHP backtrace  | 
            |
| 
                     1  | 
                
                     Enable or disable request super globals collection  | 
            |
| 
                     1  | 
                
                     Store raw output in zray's database. possible values: 1 - store. 0 - don't store  | 
            
The list below contains information for all the available configuration directives for Zend Server Z-Ray: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
Determines whether masking of key attributes is enabled or disabled.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
Comma-separated list of key attributes for which values should be masked to ensure user privacy. Values can be one of: whole word, prefix (e.g. word*), suffix (e.g. *word). Case insensitive.
Default Value: password*,*password,*credit_card,credit_card*,*creditcard,creditcard*,ccv,ssn,pincode
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
Frequency for automatic cleanup. 0 to disable.
Default Value: 10
Units: minutes
Type: float
Available Since Version: 7.0
Database size limit for requests data
Default Value: 1
Units: GBytes
Type: float
Available Since Version: 7.0
Time limit for kept requests data
Default Value: 7
Units: days
Type: float
Available Since Version: 7.0
The number of most recent URLs for which data is retained after a manual cleanup is executed
Default Value: 7
Type: int
Available Since Version: 7.0
Enable Z-Ray
Default Value: 1
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Comma separated allowed list to view the Z-Ray
Default Value:
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
The Url of the Zend Server UI. e.g. 'http://10.1.1.1:10081/ZendServer'
Default Value:
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Size limit for internal caching of unique URLs and SQL prepared statements
Default Value: 1
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable collection of data for executed SQL queries
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable collection of data for executed PHP functions
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable collection of processing breakdown for requests. Also affects the 'Processing Breakdown' graph in the Statistics gallery.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable collection of data for Zend Monitor Events
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable collection of PHP errors, warnings and notices
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Specifies the character encoding of the PHP output. Using 'Auto' will attempt to detect the correct encoding from the 'Content-Type' header.
Default Value: Auto
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
The folder where user's extensions live
Default Value: ZEND_PREFIX/var/zray/extensions
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Z-Ray will show only if client sends text/html accept header
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Z-Ray will attempt to inject itself inside broken html outputs
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Size limit for collected SQL bound values
Default Value: 1
Units: KBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable or disable backtrace collection
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Number of frames to keep per PHP backtrace
Default Value: 100
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Enable or disable request super globals collection
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
Store raw output in zray's database. possible values: 1 - store. 0 - don't store
Default Value: 1
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0