Skip to content

Instantly share code, notes, and snippets.

@petrkohut
Last active July 24, 2017 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrkohut/411bbe14c1907fa7c1ce38ad26248730 to your computer and use it in GitHub Desktop.
Save petrkohut/411bbe14c1907fa7c1ce38ad26248730 to your computer and use it in GitHub Desktop.
Lucine queries

Lucine queries for search in Kibana

AND

field1: "something" AND field2: "something else"

OR

field1: "something" AND (field2: "something else" OR field2: "nothing")

NOT

Filter out all messages where field1 contains string "Petr"
-field1: *Petr*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment