Show Menu
Cheatography

Kibana 5 Discover Query Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Term Search : Boolean

Single term
Field: Term
Exclusive terms
Field: (Term1 OR Term2)
Inclusive terms
Field: (Term1 AND Term2)
Removing terms
Field: (Term1 NOT Term2)
Operators sub for examples above : ( OR || - ) ( AND && + ) ( NOT ! )

Wildcards

Single char wild (?)
Field: Term?
Multi char wild (*)
Field: Term*
Fuzzy chars wild (~)
Field: Term~