当前位置:网站首页>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
边栏推荐
- Pytorch学习记录(十一):数据增强、torchvision.transforms各函数讲解
- Paper on LDCT image reconstruction: edge enhancement based transformer for medical image denoising
- Reading of denoising papers - [cvpr2022] blind2blind: self supervised image denoising with visible blind spots
- Pyqt5 learning (I): Layout Management + signal and slot association + menu bar and toolbar + packaging resource package
- JSP syntax and JSTL tag
- Create binary tree
- PyQy5学习(二):QMainWindow+QWidget+QLabel
- Pyqy5 learning (4): qabstractbutton + qradiobutton + qcheckbox
- Pytorch learning record (IV): parameter initialization
- In depth source code analysis servlet first program
猜你喜欢

Chapter 4 of line generation - linear correlation of vector systems

Understand the current commonly used encryption technology system (symmetric, asymmetric, information abstract, digital signature, digital certificate, public key system)

解决报错: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.

Complete example demonstration of creating table to page - joint table query

Paper on LDCT image reconstruction: edge enhancement based transformer for medical image denoising

卡尔曼滤波与惯性组合导航

Fundamentals of digital image processing (Gonzalez) I

On traversal of binary tree
![Denoising paper - [noise2void, cvpr19] noise2void learning denoising from single noise images](/img/9d/487c77b5d25d3e37fb629164c804e2.png)
Denoising paper - [noise2void, cvpr19] noise2void learning denoising from single noise images
随机推荐
ValueError: loaded state dict contains a parameter group that doesn‘t match the size of optimizer‘s
深度学习基础——简单了解meta learning(来自李宏毅课程笔记)
How to grow at work
Pytorch notes - observe dataloader & build lenet with torch to process cifar-10 complete code
图像恢复论文——[RED-Net, NIPS16]Image Restoration Using Very Deep Convolutional Encoder-Decoder Networks wi
Pytorch notes - complete code for linear regression & manual or automatic calculation of gradient code comparison
开发环境 EAS登录 license 许可修改
Multithreading and high concurrency (1) -- basic knowledge of threads (implementation, common methods, state)
Pytorch学习记录(五):反向传播+基于梯度的优化器(SGD,Adagrad,RMSporp,Adam)
Anaconda
Solve the error: importerror: iprogress not found Please update jupyter and ipywidgets
常用编程记录——parser = argparse.ArgumentParser()
Use Matplotlib. In Jupiter notebook Pyplot server hangs up and crashes
Fundamentals of digital image processing (Gonzalez) II: gray transformation and spatial filtering
JVM series (3) -- memory allocation and recycling strategy
编写一个自己的 RedisTemplate
去噪论文阅读——[CVPR2022]Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots
Gaussian processes of sklearn
Pytorch学习记录(九):Pytorch中卷积神经网络
Development environment EAS login license modification