Search IP fields

I have an field called "ip" being of type "ip".

When I search using the API, I can enter

    GET mbp_ip/_search
    {
      "query": {
        "term": {
          "ip": "88.198.248.0/24"
        }
      }
    }

But I struggle to find the correct syntax for a Kibana Query Language search.

Seems simple

ip: 88.198.248.0/24

will do. :frowning: So easy. No quotes…

Glad you managed to solve it :slightly_smiling_face:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.