We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmdb-search | {"type": "server", "timestamp": "2020-08-07T03:22:04,711Z", "level": "DEBUG", "component": "o.e.a.s.TransportSearchAction", "cluster.name": "docker-cluster", "node.name": "2d19532a707e", "message": "[cmdb][0], node[ZbqLSFH8TyWXa83j1V1zoA], [P], s[STARTED], a[id=iCwYGQ9oS2u4npuLkODabw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[cmdb], indicesOptions=IndicesOptions[ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_aliases_to_multiple_indices=true, forbid_closed_indices=true, ignore_aliases=false, ignore_throttled=true], types=[], routing='null', preference='null', requestCache=null, scroll=null, maxConcurrentShardRequests=0, batchedReduceSize=512, preFilterShardSize=128, allowPartialSearchResults=true, localClusterAlias=null, getOrCreateAbsoluteStartMillis=-1, ccsMinimizeRoundtrips=true, source={\"from\":0,\"size\":25,\"query\":{\"bool\":{\"must\":[{\"term\":{\"type_id\":{\"value\":\"5\",\"boost\":1.0}}}],\"adjust_pure_negative\":true,\"boost\":1.0}},\"sort\":[{\"ci_id\":{\"order\":\"asc\"}}]}}]", "cluster.uuid": "AWs8Hz9NSUCXrY84m6Lozw", "node.id": "ZbqLSFH8TyWXa83j1V1zoA" ,
可以看到有创建 Es 的 index 索引,但是没有自动创建 map ? 前端报错代码 400 http://127.0.0.1:8000/api/v0.1/ci/s?q=_type:4&facet=idc&page=1&count=25
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可以看到有创建 Es 的 index 索引,但是没有自动创建 map ?
前端报错代码 400
http://127.0.0.1:8000/api/v0.1/ci/s?q=_type:4&facet=idc&page=1&count=25
The text was updated successfully, but these errors were encountered: