首先,我必须说我是 curl 的新手,所以我在这里问
我在 GrayLog2 中有一些资源:http: //i.stack.imgur.com/xkelZ.jpg
并希望将它们全部删除
使用 curl 删除“12:00:02:”源
curl -XDELETE 'http://127.0.0.1:9200/graylog2_*/message/_query' -d ' {"query_string" : { "default_field" : "host", "query" : "12:00:02:" } }'
但失败了
{"_indices":{"graylog2_0":{"_shards":{"total":1,"successful":0,"failed":1,"failures":[{"index":"graylog2_0","shard":0,"reason":"QueryParsingException[[graylog2_0] request does not support [query_string]]"}]}}}}
任何人都可以通过正确的 curl 命令帮助我吗?