我正在运行以下查询:
q='{
"filtered" : {
"query" : {
"match_all" : {}
},
"filter": {
"and": [
{
"range": {
"creation_time": {
"from": "2012-08-30",
"to": "2012-08-31",
"include_lower": true,
"include_upper": true
}
}
},
]
}
}
}'
我的域是 ec2 服务器
curl -XDELETE "http://#{mydomain}:9200/monitoring/mention_reports/_query?q=#{q}"
当我点击这个查询时,它给了我
curl:(3) [globbing] 位置 118 不支持嵌套大括号
请帮帮我谢谢