mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
Optionally ES schema from file #117
This commit is contained in:
@@ -25,7 +25,7 @@ es_indexer_t *create_indexer(const char *url, const char *index);
|
||||
void elastic_cleanup();
|
||||
void finish_indexer(char *script, int async_script, char *index_id);
|
||||
|
||||
void elastic_init(int force_reset);
|
||||
void elastic_init(int force_reset, const char* user_mappings, const char* user_settings);
|
||||
|
||||
cJSON *elastic_get_document(const char *uuid_str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user