当前位置:网站首页>Kibana search syntax
Kibana search syntax
2022-04-23 06:08:00 【New ape and horse】
Catalog
Nine Escapes special characters
One Field search
Limited field full text search :field:value
Exact search :filed:"value"( Key words with double quotes )
Whether the field itself exists
_exists_:http : You need to have http Field
_missing_:http : It cannot contain http Field
Two wildcard
? Match a single character
* matching 0 To more than one character
kiba?a, el*search
? * Can't be used as the first character , for example :?text *text
3、 ... and Regular
es Support some regular functions
mesg:/mes{2}ages?/
Four Fuzzy search
~ : Add... After a word ~ Enable fuzzy search
first~ It can also match frist
5、 ... and Approximate search
Add... After the phrase ~
"select where"~3 Express select and where In the middle 3 Within words .
6、 ... and Range search
Numeric and time type fields can query a range
status:[200 TO 400]
date:{"now-6h" TO "now"}
[ ] Indicates that the endpoint value is included in the range ,{ } Indicates that the endpoint value is not included in the range .
7、 ... and Logical operation
AND
OR
+ : This item must be included in search results
- : This item cannot be included
+apache -jakarta test : There must be apache, Can not have jakarta,test not essential .
8、 ... and grouping
(jakarta OR apache) AND jakarta
Field grouping
title:(+return +"pink panther")
Nine Escapes special characters
+ - && || ! () {} [] ^" ~ * ? : \
The above characters need to be used when searching as values \ escape
Ten lucene Syntax reference
WeChat official account :「 A new ape 」, Wechat scan .
版权声明
本文为[New ape and horse]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220533487390.html
边栏推荐
- Opensips (1) -- detailed process of installing opensips
- JDBC connection database
- Pytorch learning record (III): structure of neural network + using sequential and module to define the model
- EditorConfig
- 数字图像处理基础(冈萨雷斯)一
- Remedy after postfix becomes a spam transit station
- Pytorch学习记录(三):神经网络的结构+使用Sequential、Module定义模型
- 如何利用对比学习做无监督——[CVPR22]Deraining&[ECCV20]Image Translation
- Development environment EAS login license modification
- Anaconda
猜你喜欢
PyEMD安装及简单使用
Latex快速入门
Reading of denoising paper - [ridnet, iccv19] real image denoising with feature attention
Pyemd installation and simple use
You cannot access this shared folder because your organization's security policy prevents unauthenticated guests from accessing it
Font shape `OMX/cmex/m/n‘ in size <10.53937> not available (Font) size <10.95> substituted.
Solve the error: importerror: iprogress not found Please update jupyter and ipywidgets
Font shape `OMX/cmex/m/n‘ in size <10.53937> not available (Font) size <10.95> substituted.
Linear algebra Chapter 1 - determinant
Pyqy5 learning (III): qlineedit + qtextedit
随机推荐
MySQL basic madness theory
PyTorch笔记——观察DataLoader&用torch构建LeNet处理CIFAR-10完整代码
Understand the current commonly used encryption technology system (symmetric, asymmetric, information abstract, digital signature, digital certificate, public key system)
给yarn配置国内镜像加速器
Shansi Valley P290 polymorphism exercise
PHP processing JSON_ Decode() parses JSON stringify
去噪论文——[Noise2Void,CVPR19]Noise2Void-Learning Denoising from Single Noisy Images
Postfix变成垃圾邮件中转站后的补救
EditorConfig
Get the value of state in effects in DVA
filebrowser实现私有网盘
JDBC connection database
数字图像处理基础(冈萨雷斯)一
Software architecture design - software architecture style
Pytorch learning record (III): structure of neural network + using sequential and module to define the model
On traversal of binary tree
Ptorch learning record (XIII): recurrent neural network
Pytorch notes - get familiar with the network construction method by building RESNET (complete code)
Font shape `OMX/cmex/m/n‘ in size <10.53937> not available (Font) size <10.95> substituted.
Pytorch學習記錄(十三):循環神經網絡((Recurrent Neural Network)