gpt4 book ai didi

elasticsearch - 从Elasticsearch Maxed out索引中删除数据

转载 作者:行者123 更新时间:2023-12-03 01:14:45 26 4
gpt4 key购买 nike

我有一个Elasticsearch索引,该索引具有最大数量的文档。我想从该索引中删除一些数据。我尝试运行delete_by_query,但失败。为此,我可以保留索引及其数据,也可以从同一索引中删除一些旧数据吗?
这是我正在运行的请求。

curl -X GET "1localhost:9200/produdtion-index/_search?pretty" -H 'Content-Type: application/json' -d'
{
"query": {
"bool": {
"must": [
{ "range": { "submitDate": { "lte": "20200421" } } }
]
}
}
}
'

最佳答案

尝试索引生命周期管理https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-management.html
您可以根据文档数拆分索引,然后将其删除

关于elasticsearch - 从Elasticsearch Maxed out索引中删除数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63074147/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com