tencent cloud

ES API References
Last updated: 2024-12-04 16:40:46
ES API References
Last updated: 2024-12-04 16:40:46

Using APIs via Command Line or Clients Such as Filebeat

API URI
Supported Method
Description
/_bulk
PUT and POST
For more details, see Bulk API.
/{index}/_bulk
PUT and POST
For more details, see Bulk API.
/{index}/_doc/{id}
PUT and POST
For more details, see Index API.
/{index}/_doc
POST
For more details, see Index API.
/{index}/_create/{id}
PUT and POST
For more details, see Index API.
/{index}/_mapping
GET
For more details, see Get mapping API.
/{index}/_msearch
POST and GET
For more details, see Multi search API.
/_msearch
POST and GET
For more details, see Multi search API.
/{index}/_count
POST and GET
For more details, see Count API.
/{index}/_search
POST and GET
For more details, see Search API.

Using APIs via Kibana

API URI
Supported Method
Description
/{index}/_bulk
PUT and POST
For more details, see Bulk API.
/{index}/_doc/{id}
PUT and POST
For more details, see Index API.
/{index}/_doc
POST
For more details, see Index API.
/{index}/_create/{id}
PUT and POST
For more details, see Index API.
/_security/user/_has_privileges
POST and GET
For more details, see Has privileges API.
/{index}/_field_caps
POST and GET
For more details, see Field capabilities API.
/{index}/_flush
POST and GET
For more details, see Flush API.
/{index}/_mapping
GET
For more details, see Get mapping API.
/{index}/_mappings
GET
For more details, see Get mapping API.
/{index}/_refresh
POST and GET
For more details, see Refresh API.
/_resolve/index/{name}
GET
For more details, see Resolve index API.
/{index}/_count
POST and GET
For more details, see Count API.
/{index}/_msearch
POST and GET
For more details, see Multi search API.
/{index}/_search
POST and GET
For more details, see Search API.
/_async_search/{id}
GET
-
/{index}/_async_search
POST
-
/_security/_authenticate
GET
For more details, see Authenticate API.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback