Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was 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

@Yeading

Description

@Yeading

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions