Buradasın
Kibana Search Language Comparison
timroes.de/kibana-search-cheatsheetYapay zekadan makale özeti
- Main Languages
- Spaces and Queries
- Lucene is sensitive to spaces around operators
- KQL is more resilient to spaces around operators
- Queries can use quotes for "and"/"or" operators
- Wildcards (*), can be used for partial term matching
- Search Features
- Multiple terms can be combined using parentheses
- Field-specific searches require escaping spaces
- Queries can compare numbers, dates, and search ranges
- Nested fields are only supported in KQL
- Regular expressions and fuzzy search available in Lucene