You are here

constant AUDIT_LOG_ELASTIC_SEARCH_DEFAULT_INTERVAL in Audit Log 7

@file Hook implemenations for the Audit elastic search logging module.

3 uses of AUDIT_LOG_ELASTIC_SEARCH_DEFAULT_INTERVAL
audit_log_elastic_search_audit_log in modules/audit_log_elastic_search/audit_log_elastic_search.module
Implements hook_audit_log().
audit_log_elastic_search_get_mapping in modules/audit_log_elastic_search/audit_log_elastic_search.admin.inc
Default index mapping for the elasticsearch watchdog index.
audit_log_elastic_search_get_type_name in modules/audit_log_elastic_search/audit_log_elastic_search.module
Return the name of the Elasticsearch type.

File

modules/audit_log_elastic_search/audit_log_elastic_search.module, line 7
Hook implemenations for the Audit elastic search logging module.

Code

define('AUDIT_LOG_ELASTIC_SEARCH_DEFAULT_INTERVAL', '31d');