当前位置:网站首页>The field value in Splunk subquery fuzzy matching CSV is*
The field value in Splunk subquery fuzzy matching CSV is*
2022-07-07 08:23:00 【QYHuiiQ】
In our previous case, it is often used directly in spl of use * To fuzzy match , But if in one csv The value of a field defined in is *, And then in spl In the right direction csv When making a query , This * Whether the value also indicates fuzzy matching ? In response to this question , The following tests were performed :
- establish csv Test data
| makeresults
| eval student_name="T*",hometown="Zhejiang"
| fields - _time
| outputlookup student.csv
# What I want to show here is the name with T At the beginning , All the students hometown All are Zhejiangsee csv:

- Use spl Compare the original data with csv Merge query
| makeresults
| eval student_name="Tina",age="17",hometown="Zhejiang"
| search
[| inputlookup student.csv
| fields student_name hometown]
| table student_name age hometownThe student name in this data begins with , If csv Medium T* It can express fuzzy matching , Then our execution result should be that this data can be queried , If csv Medium T* Representation string "T*", Then we can't find out the result .
Execution results :
Case1:

Case2:

explain csv Medium T* Represents a fuzzy match .
Case3:

Case4:

Through the above test, we can get ,csv The field value in is * when , Represents a fuzzy match rather than a string .
边栏推荐
- Interpreting the practical application of maker thinking and mathematics curriculum
- 【雅思口语】安娜口语学习记录 Part3
- Zcmu--1492: problem d (C language)
- Automatic upgrading of database structure in rainbow
- [go ~ 0 to 1] obtain timestamp, time comparison, time format conversion, sleep and timer on the seventh day
- Transformation function map and flatmap in kotlin
- Lua programming learning notes
- 解析创新教育体系中的创客教育
- Hisense TV starts the developer mode
- Excel import function of jeesite form page
猜你喜欢

Excel import function of jeesite form page

Obsidan之数学公式的输入

利用 Helm 在各类 Kubernetes 中安装 Rainbond

GFS distributed file system

Rainbow version 5.6 was released, adding a variety of installation methods and optimizing the topology operation experience

Unityhub cracking & unity cracking

【无标题】

OpenVSCode云端IDE加入Rainbond一体化开发体系

Make LIVELINK's initial pose consistent with that of the mobile capture actor

Lua programming learning notes
随机推荐
Game attack and defense world reverse
Interactive book delivery - signed version of Oracle DBA work notes
Practice of implementing cloud native Devops based on rainbow library app
【Go ~ 0到1 】 第七天 获取时间戳,时间比较,时间格式转换,Sleep与定时器
Complex network modeling (II)
Function extension, attribute extension and non empty type extension in kotlin
漏洞复现-easy_tornado
Use of JMeter
Complex network modeling (I)
Rainbond 5.7.1 支持对接多家公有云和集群异常报警
[quick start of Digital IC Verification] 13. SystemVerilog interface and program learning
Leetcode simple question: find the K beauty value of a number
探索STEAM艺术设计中的创造力
使用 Nocalhost 开发 Rainbond 上的微服务应用
Tuowei information uses the cloud native landing practice of rainbow
机器人教育在动手实践中的真理
One click deployment of highly available emqx clusters in rainbow
Splunk中single value视图使用将数值替换为文字
轻松上手Fluentd,结合 Rainbond 插件市场,日志收集更快捷
The largest 3 same digits in the string of leetcode simple question