有奖捉虫:行业应用 & 管理与支持文档专题 HOT

通过命令行或 Filebeat 等客户端使用

API uri
适用 Method
作用描述
/_bulk
"PUT", "POST"
详情参考 Bulk API
/{index}/_bulk
"PUT", "POST"
详情参考 Bulk API
/{index}/_doc/{id}
"PUT", "POST"
详情参考 Index API
/{index}/_doc
"POST"
详情参考 Index API
/{index}/_create/{id}
"PUT", "POST"
详情参考 Index API
/{index}/_mapping
"GET"
详情参考 Get mapping API
/{index}/_msearch
"POST", "GET"
详情参考 Multi search API
/_msearch
"POST", "GET"
详情参考 Multi search API
/{index}/_count
"POST", "GET"
详情参考 Count API
/{index}/_search
"POST", "GET"
详情参考 Search API

通过 Kibana 使用

API uri
适用 Method
作用描述
/{index}/_bulk
"PUT", "POST"
详情参考 Bulk API
/{index}/_doc/{id}
"PUT", "POST"
详情参考 Index API
/{index}/_doc
"POST"
详情参考 Index API
/{index}/_create/{id}
"PUT", "POST"
详情参考 Index API
/_security/user/_has_privileges
"POST", "GET"
详情参考 Has privileges API
/{index}/_field_caps
"POST", "GET"
/{index}/_flush
"POST", "GET"
详情参考 Flush API
/{index}/_mapping
"GET"
详情参考 Get mapping API
/{index}/_mappings
"GET"
详情参考 Get mapping API
/{index}/_refresh
"POST", "GET"
详情参考 Refresh API
/_resolve/index/{name}
"GET"
详情参考 Resolve API
/{index}/_count
"POST", "GET"
详情参考 Count API
/{index}/_msearch
"POST", "GET"
详情参考 Multi search API
/{index}/_search
"POST", "GET"
详情参考 Search API
/_async_search/{id}
"GET"
-
/{index}/_async_search
"POST"
-
/_security/_authenticate
"GET"
详情参考 authenticate API