Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[BUG]the hits.total.value not eq kibana discover query count #240

Open
Yeading opened this issue Feb 3, 2021 · 0 comments
Open

[BUG]the hits.total.value not eq kibana discover query count #240

Yeading opened this issue Feb 3, 2021 · 0 comments

Comments

@Yeading
Copy link

Yeading commented Feb 3, 2021

curl -XPOST -s -H 'content-type:application/json; charset=UTF-8' -u http://10.21.42.90:9200/_opendistro/_alerting/monitors/1nOlKXcBiYV5s5YQnmqw/_execute| jq
{
"input_results": {
"hits": {
"hits": [],
"total": {
"value": 48,
"relation": "eq"

curl -XGET -s -H 'content-type:application/json; charset=UTF-8' -u
http://10.21.42.90:9200/_opendistro/_alerting/monitors/1nOlKXcBiYV5s5YQnmqw| jq
"query_string": {
"query": "monitor info",
"default_field": "msg_s",

when the query sql is match “keyname” ,the hits.total.value not eq kibana discover
截屏2021-02-03 17 16 19

截屏2021-02-03 17 30 02
截屏2021-02-03 17 31 20

I don‘t know why,or it has bug?

@Yeading Yeading changed the title the hits.total.value not eq kibana discover query count [BUG]the hits.total.value not eq kibana discover query count Feb 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant