当前位置:网站首页>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
边栏推荐
- Write your own redistemplate
- PyEMD安装及简单使用
- Pytorch學習記錄(十三):循環神經網絡((Recurrent Neural Network)
- Kingdee EAS "general ledger" system calls "de posting" button
- Fundamentals of digital image processing (Gonzalez) II: gray transformation and spatial filtering
- Pytorch learning record (XI): data enhancement, torchvision Explanation of various functions of transforms
- Pytorch notes - observe dataloader & build lenet with torch to process cifar-10 complete code
- Solution record of slow access speed of SMB service in redhat6
- Pytorch notes - complete code for linear regression & manual or automatic calculation of gradient code comparison
- Viewer: introduce MySQL date function
猜你喜欢
Pytorch学习记录(十):数据预处理+Batch Normalization批处理(BN)
图解numpy数组矩阵
深入理解去噪论文——FFDNet和CBDNet中noise level与噪声方差之间的关系探索
PyQy5学习(三):QLineEdit+QTextEdit
Conda 虚拟环境管理(创建、删除、克隆、重命名、导出和导入)
Ptorch learning record (XIII): recurrent neural network
線性代數第二章-矩陣及其運算
Anaconda installed pyqt5 and pyqt5 tools without designer Exe problem solving
Pytorch学习记录(十三):循环神经网络((Recurrent Neural Network)
Pyqy5 learning (2): qmainwindow + QWidget + qlabel
随机推荐
A sharp tool to improve work efficiency
Understanding and use of tp50, tp90 and tp99
线性代数第二章-矩阵及其运算
How does MySQL convert stored seconds into dates
Fact final variable and final variable
Pytorch notes - observe dataloader & build lenet with torch to process cifar-10 complete code
The problem that the page will refresh automatically after clicking the submit button on the form is solved
Pytorch introduction notes - use a simple example to observe the output size of each layer of forward propagation
PyEMD安装及简单使用
SQL injection
Framework analysis 2 Source code - login authentication
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.
JDBC tool class encapsulation
Pytorch学习记录(九):Pytorch中卷积神经网络
去噪论文阅读——[CVPR2022]Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots
Pytoch -- data loading and processing
Dva中在effects中获取state的值
Fundamentals of digital image processing (Gonzalez) I
JDBC operation transaction