【问题标题】:Elasticsearch multiple indexes search via URI example needed需要通过 URI 示例进行 Elasticsearch 多索引搜索
【发布时间】:2018-05-06 18:23:16
【问题描述】:

我需要在 elasticsearch 中使用通配符对多个索引进行 URI 搜索的示例请求

在某种意义上: GET index_name_*/_search => 转换为 http

【问题讨论】:

标签: elasticsearch uri


【解决方案1】:

curl -X GET "hostname:9200/index_name_*/_search"

http://hostname:9200/index_name_*/_search

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-07-29
    • 2022-06-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-01-19
    相关资源
    最近更新 更多