我可以查询elasticsearch使用此命令,Elasticsearch时间戳查询
{
"query" : {
"query_string" : {
"default_field" : "Domain",
"query" : "Domain : edelinefs"
}
}
}
,但我不能带过滤器@timestamp查询 “2017年4月10日00:00:00.000” 到“2017年4月11日23:59:59.000" 。任何机构都可以帮助我?
你可以更新'filter'查询你想你的问题吗? – avr