How to do “where not exists” type filtering in Kibana/ELK?

前端 未结 4 1790
谎友^
谎友^ 2021-02-02 06:05

I am using ELK to create dashboards from my log files. I have a log file with entries that contain an id value and a \"success\"/\"failure\" value, displaying whether an operati

4条回答
  •  时光取名叫无心
    2021-02-02 06:55

    In newer ELK versions (I think after Elasticsearch 6) you should use field:* to check if the field exist and not field:* to check if it's missing.

    elastic search reference: https://www.elastic.co/guide/en/elasticsearch/reference/6.5/query-dsl-query-string-query.html#_wildcards

提交回复
热议问题