Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxhistory/history_elastic.c')
-rw-r--r--src/libs/zbxhistory/history_elastic.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/libs/zbxhistory/history_elastic.c b/src/libs/zbxhistory/history_elastic.c
index 1e96fb5bec0..7a5b2377da6 100644
--- a/src/libs/zbxhistory/history_elastic.c
+++ b/src/libs/zbxhistory/history_elastic.c
@@ -220,8 +220,6 @@ static void elastic_log_error(CURL *handle, CURLcode error, const char *errbuf)
/************************************************************************************
* *
- * Function: elastic_close *
- * *
* Purpose: closes connection and releases allocated resources *
* *
* Parameters: hist - [IN] the history storage interface *
@@ -246,8 +244,6 @@ static void elastic_close(zbx_history_iface_t *hist)
/******************************************************************************
* *
- * Function: elastic_is_error_present *
- * *
* Purpose: check a error from Elastic json response *
* *
* Parameters: page - [IN] the buffer with json response *
@@ -322,8 +318,6 @@ static int elastic_is_error_present(zbx_httppage_t *page, char **err)
/************************************************************************************
* *
- * Function: elastic_writer_init *
- * *
* Purpose: initializes elastic writer for a new batch of history values *
* *
************************************************************************************/
@@ -345,8 +339,6 @@ static void elastic_writer_init(void)
/************************************************************************************
* *
- * Function: elastic_writer_release *
- * *
* Purpose: releases initialized elastic writer by freeing allocated resources and *
* setting its state to uninitialized. *
* *
@@ -368,8 +360,6 @@ static void elastic_writer_release(void)
/************************************************************************************
* *
- * Function: elastic_writer_add_iface *
- * *
* Purpose: adds history storage interface to be flushed later *
* *
* Parameters: db_insert - [IN] bulk insert data *
@@ -429,8 +419,6 @@ out:
/************************************************************************************
* *
- * Function: elastic_writer_flush *
- * *
* Purpose: posts historical data to elastic storage *
* *
************************************************************************************/
@@ -600,8 +588,6 @@ end:
/************************************************************************************
* *
- * Function: elastic_destroy *
- * *
* Purpose: destroys history storage interface *
* *
* Parameters: hist - [IN] the history storage interface *
@@ -619,8 +605,6 @@ static void elastic_destroy(zbx_history_iface_t *hist)
/************************************************************************************
* *
- * Function: elastic_get_values *
- * *
* Purpose: gets item history data from history storage *
* *
* Parameters: hist - [IN] the history storage interface *
@@ -867,8 +851,6 @@ out:
/************************************************************************************
* *
- * Function: elastic_add_values *
- * *
* Purpose: sends history data to the storage *
* *
* Parameters: hist - [IN] the history storage interface *
@@ -953,8 +935,6 @@ static int elastic_add_values(zbx_history_iface_t *hist, const zbx_vector_ptr_t
/************************************************************************************
* *
- * Function: elastic_flush *
- * *
* Purpose: flushes the history data to storage *
* *
* Parameters: hist - [IN] the history storage interface *
@@ -972,8 +952,6 @@ static int elastic_flush(zbx_history_iface_t *hist)
/************************************************************************************
* *
- * Function: zbx_history_elastic_init *
- * *
* Purpose: initializes history storage interface *
* *
* Parameters: hist - [IN] the history storage interface *
@@ -1015,8 +993,6 @@ int zbx_history_elastic_init(zbx_history_iface_t *hist, unsigned char value_type
/************************************************************************************
* *
- * Function: zbx_elastic_version_extract *
- * *
* Purpose: queries elastic search version and extracts the numeric version from *
* the response string *
* *