You are here

constant ELASTICSEARCH_WATCHDOG_DEFAULT_INTERVAL in Elasticsearch Connector 7.2

Same name and namespace in other branches
  1. 7.5 modules/elasticsearch_watchdog/elasticsearch_watchdog.module \ELASTICSEARCH_WATCHDOG_DEFAULT_INTERVAL
  2. 7 modules/elasticsearch_watchdog/elasticsearch_watchdog.module \ELASTICSEARCH_WATCHDOG_DEFAULT_INTERVAL
3 uses of ELASTICSEARCH_WATCHDOG_DEFAULT_INTERVAL
elasticsearch_watchdog_form_system_logging_settings_alter in modules/elasticsearch_watchdog/elasticsearch_watchdog.module
Implements hook_form_FORM_ID_alter() for system_logging_settings().
elasticsearch_watchdog_get_mapping in modules/elasticsearch_watchdog/elasticsearch_watchdog.admin.inc
Default index mapping for the elasticsearch watchdog index.
elasticsearch_watchdog_watchdog in modules/elasticsearch_watchdog/elasticsearch_watchdog.module
Implements hook_watchdog().

File

modules/elasticsearch_watchdog/elasticsearch_watchdog.module, line 15
Created on Jan 06, 2014

Code

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