You are here

constant ELASTICSEARCH_WATCHDOG_DEFAULT_TYPE in Elasticsearch Connector 7.5

Same name and namespace in other branches
  1. 7 modules/elasticsearch_watchdog/elasticsearch_watchdog.module \ELASTICSEARCH_WATCHDOG_DEFAULT_TYPE
  2. 7.2 modules/elasticsearch_watchdog/elasticsearch_watchdog.module \ELASTICSEARCH_WATCHDOG_DEFAULT_TYPE

@file Created on Jan 06, 2014

TODO: Think of building a functionality that log only a specific message severity e.g., only errors.

2 uses of ELASTICSEARCH_WATCHDOG_DEFAULT_TYPE
elasticsearch_watchdog_get_type_name in modules/elasticsearch_watchdog/elasticsearch_watchdog.module
Return the name of the Elasticsearch type.
elasticsearch_watchdog_get_type_name_for_view in modules/elasticsearch_watchdog/elasticsearch_watchdog.module
Return the name of the Elasticsearch type for the view page and facets. This can be different from the current page type if you are building a log warehouse.

File

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

Code

define('ELASTICSEARCH_WATCHDOG_DEFAULT_TYPE', 'watchdog_message');