Liking cljdoc? Tell your friends :D

mattermost-clj.api.elasticsearch


elasticsearch-purge-indexes-postclj

(elasticsearch-purge-indexes-post)

Purge all Elasticsearch indexes Deletes all Elasticsearch indexes and their contents. After calling this endpoint, it is necessary to schedule a new Elasticsearch indexing job to repopulate the indexes. Minimum server version: 4.1

Permissions

Must have manage_system permission.

Purge all Elasticsearch indexes
  Deletes all Elasticsearch indexes and their contents. After calling this endpoint, it is
necessary to schedule a new Elasticsearch indexing job to repopulate the indexes.
__Minimum server version__: 4.1
##### Permissions
Must have `manage_system` permission.
raw docstring

elasticsearch-purge-indexes-post-with-http-infoclj

(elasticsearch-purge-indexes-post-with-http-info)

Purge all Elasticsearch indexes Deletes all Elasticsearch indexes and their contents. After calling this endpoint, it is necessary to schedule a new Elasticsearch indexing job to repopulate the indexes. Minimum server version: 4.1

Permissions

Must have manage_system permission.

Purge all Elasticsearch indexes
  Deletes all Elasticsearch indexes and their contents. After calling this endpoint, it is
necessary to schedule a new Elasticsearch indexing job to repopulate the indexes.
__Minimum server version__: 4.1
##### Permissions
Must have `manage_system` permission.
raw docstring

elasticsearch-test-postclj

(elasticsearch-test-post)

Test Elasticsearch configuration Test the current Elasticsearch configuration to see if the Elasticsearch server can be contacted successfully. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.

Minimum server version: 4.1

Permissions

Must have manage_system permission.

Test Elasticsearch configuration
  Test the current Elasticsearch configuration to see if the Elasticsearch server can be contacted successfully.
Optionally provide a configuration in the request body to test. If no valid configuration is present in the
request body the current server configuration will be tested.

__Minimum server version__: 4.1
##### Permissions
Must have `manage_system` permission.
raw docstring

elasticsearch-test-post-with-http-infoclj

(elasticsearch-test-post-with-http-info)

Test Elasticsearch configuration Test the current Elasticsearch configuration to see if the Elasticsearch server can be contacted successfully. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.

Minimum server version: 4.1

Permissions

Must have manage_system permission.

Test Elasticsearch configuration
  Test the current Elasticsearch configuration to see if the Elasticsearch server can be contacted successfully.
Optionally provide a configuration in the request body to test. If no valid configuration is present in the
request body the current server configuration will be tested.

__Minimum server version__: 4.1
##### Permissions
Must have `manage_system` permission.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close