You are here

Functions in Elasticsearch Connector 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
elasticsearch_watchdog_get_type_name_for_view 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. 6
elasticsearch_watchdog_menu modules/elasticsearch_watchdog/elasticsearch_watchdog.module Implements hook_menu().
elasticsearch_watchdog_overview modules/elasticsearch_watchdog/elasticsearch_watchdog.admin.inc Page callback: Displays a listing of log messages. 1
elasticsearch_watchdog_requirements modules/elasticsearch_watchdog/elasticsearch_watchdog.install Implements hook_requirements().
elasticsearch_watchdog_settings modules/elasticsearch_watchdog/elasticsearch_watchdog.admin.inc Building a settings form for the Elasticsearch watchdog functionality. 1
elasticsearch_watchdog_settings_validate modules/elasticsearch_watchdog/elasticsearch_watchdog.admin.inc Validate the setting form submission. 1
elasticsearch_watchdog_theme modules/elasticsearch_watchdog/elasticsearch_watchdog.module Implements hook_theme().
elasticsearch_watchdog_top modules/elasticsearch_watchdog/elasticsearch_watchdog.admin.inc Page callback: Shows the most frequent log messages of a given event type. 1
elasticsearch_watchdog_uninstall modules/elasticsearch_watchdog/elasticsearch_watchdog.install Implements hook_uninstall().
elasticsearch_watchdog_update_7001 modules/elasticsearch_watchdog/elasticsearch_watchdog.install Updating the watchdog settings to handle the new
elasticsearch_watchdog_watchdog modules/elasticsearch_watchdog/elasticsearch_watchdog.module Implements hook_watchdog().
hook_elasticsearch_connector_add_index_alter ./elasticsearch_connector.api.php Lets modules alter the index creation.
hook_elasticsearch_connector_clusters_alter ./elasticsearch_connector.api.php Lets modules alter available clusters.
hook_elasticsearch_connector_search_api_add_index modules/elasticsearch_connector_search_api/elasticsearch_connector_search_api.api.php Lets modules alter the forced index creation from SearchApi integration.
hook_elasticsearch_connector_search_api_index_items modules/elasticsearch_connector_search_api/elasticsearch_connector_search_api.api.php Lets modules alter the items (documents) that will be send to Elasticsearch server for indexing.
hook_elasticsearch_connector_search_api_mapping_update_alter modules/elasticsearch_connector_search_api/elasticsearch_connector_search_api.api.php Lets modules alter the full mapping that will be created.
hook_elasticsearch_connector_search_api_query_alter modules/elasticsearch_connector_search_api/elasticsearch_connector_search_api.api.php Lets modules alter an Elastic search request before sending it.
hook_elasticsearch_connector_search_api_results_alter modules/elasticsearch_connector_search_api/elasticsearch_connector_search_api.api.php Lets modules alter the search results returned from an Elastic search.
hook_elasticsearch_connector_update_index_alter ./elasticsearch_connector.api.php Lets modules alter the index update.
template_process_elasticsearch_connector_page ./elasticsearch_connector.module Process variables for references_dialog_page.
theme_elasticsearch_watchdog_message modules/elasticsearch_watchdog/elasticsearch_watchdog.admin.inc Returns HTML for a log message.
_elasticsearch_connector_check_if_cluster_locked ./elasticsearch_connector.module Check if some of the modules locked a major changes on the cluster settings and deletion. Invoke the hooks similar to the module_invoke. 1
_elasticsearch_connector_check_if_index_locked ./elasticsearch_connector.module Check if some of the modules locked a major changes on the cluster settings and deletion. 1
_elasticsearch_connector_ec_clusters_process ./elasticsearch_connector.module Process the ec_cluster element type. 1
_elasticsearch_connector_ec_index_ajax ./elasticsearch_connector.module ec_index element ajax callback. 1
_elasticsearch_connector_ec_index_attached ./elasticsearch_connector.module Attach required javascript for the ec_index element. 1
_elasticsearch_connector_ec_index_links_ajax ./elasticsearch_connector.module 1
_elasticsearch_connector_ec_index_process ./elasticsearch_connector.module Build two dropdowns, one for the cluster and one for the indices. 1
_elasticsearch_connector_statistics_format_item modules/elasticsearch_connector_statistics/elasticsearch_connector_statistics.module Formats an item for display, including both the item title and the link. 1
_elasticsearch_connector_statistics_link modules/elasticsearch_connector_statistics/elasticsearch_connector_statistics.module Generates a link to a path, truncating the displayed text to a given width. 1
_elasticsearch_connector_statistics_match_entity modules/elasticsearch_connector_statistics/elasticsearch_connector_statistics.module Try to match the entity based on the internal path. 1
_elasticsearch_connector_validate_ttl_field ./elasticsearch_connector.module Helper function you can use with #element_validate of any form element you want to be validated as Elasticsearch TTL setting. 3
_elasticsearch_connector_views_handle_fields modules/elasticsearch_connector_views/elasticsearch_connector_views.views.inc Handle the fields mapping and handle nested data types. 1
_elasticsearch_watchdog_get_facets modules/elasticsearch_watchdog/elasticsearch_watchdog.module Return message types FACET. 1

Pages

Other projects