Published: 31 Jan 2019 › Updated: 31 Jan 2019

ElasticSearch Query Delete
http://134.34.34.99:34000/ccc/cccLog/_delete_by_query?conflicts=proceed
{
"query": {
"bool": {
"must": [
{
"range": {
"request_time": {
"gt": "2018-06-12 00:00:00"
}
}
},
{
"range": {
"request_time": {
"lt": "2018-06-12 23:59:59"
}
}
}
]
}
}
}
Leave ElasticSearch Query Delete to:
Read more #elasticsearch posts
Best Posts From makseli
We have not curated any of makseli's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From makseli
- [taslak] Geliştirici dostu docker #3
- Geliştirici dostu docker #2
- Json Schema hakkında daha detay
- RabbitMQ basic use with python and dockarize
- Python Falcon uygulamasını Dockerize etmek
- [ taslaktır ] JSON Schema Validate and Path Query
- Geliştirici dostu docker #1
- Git submodule kullanımı ( repo içinde başka repo :)
- ElasticSearch Query Delete
- Elasticsearch notları - 1 Username & Date aralığı için group by ve count sorgusu örneği