当前位置:网站首页>Splunk子查询模糊匹配csv中字段值为*
Splunk子查询模糊匹配csv中字段值为*
2022-07-07 05:19:00 【QYHuiiQ】
之前我们的案例中常用的是直接在spl中用*来模糊匹配,但是如果在一个csv中定义某个字段的值为*,然后在spl里对该csv进行查询时,这个*值是否还表示模糊匹配?针对这个疑问,做了如下测试:
- 创建csv测试数据
| makeresults
| eval student_name="T*",hometown="Zhejiang"
| fields - _time
| outputlookup student.csv
#这里我想表示的是名字以T开头的,所有学生的hometown都是Zhejiang
查看csv:
- 使用spl将原数据与csv合并查询
| makeresults
| eval student_name="Tina",age="17",hometown="Zhejiang"
| search
[| inputlookup student.csv
| fields student_name hometown]
| table student_name age hometown
这条数据中的学生名字是以开头的,如果csv中的T*可以表示模糊匹配的话,那么我们的执行结果应该是可以查询出来这条数据,如果csv中的T*表示字符串"T*",那么就查不出来结果。
执行结果:
Case1:
Case2:
说明csv中的T*表示模糊匹配。
Case3:
Case4:
通过上面的测试可以得出,csv中的字段值为*时,表示模糊匹配而不是字符串。
边栏推荐
- ROS Bridge 笔记(05)— carla_ackermann_control 功能包(将Ackermann messages 转化为 CarlaEgoVehicleControl 消息)
- Quick analysis of Intranet penetration helps the foreign trade management industry cope with a variety of challenges
- Complex network modeling (I)
- 探索STEAM艺术设计中的创造力
- Unityhub cracking & unity cracking
- 轻松上手Fluentd,结合 Rainbond 插件市场,日志收集更快捷
- Lattice coloring - matrix fast power optimized shape pressure DP
- [untitled]
- eBPF Cilium实战(2) - 底层网络可观测性
- Lua 编程学习笔记
猜你喜欢
[quick start of Digital IC Verification] 13. SystemVerilog interface and program learning
JS copy picture to clipboard read clipboard
LeetCode简单题之找到一个数字的 K 美丽值
提高企业产品交付效率系列(1)—— 企业应用一键安装和升级
The zblog plug-in supports the plug-in pushed by Baidu Sogou 360
Leetcode simple question: find the K beauty value of a number
漏洞複現-Fastjson 反序列化
数据库实时同步利器——CDC(变化数据捕获技术)
Lua 编程学习笔记
Hisense TV starts the developer mode
随机推荐
Use of out covariance and in inversion in kotlin
Recursive method to construct binary tree from preorder and inorder traversal sequence
一文了解如何源码编译Rainbond基础组件
轻松上手Fluentd,结合 Rainbond 插件市场,日志收集更快捷
央视太暖心了,手把手教你写HR最喜欢的简历
opencv学习笔记三——图像平滑/去噪处理
game攻防世界逆向
Qinglong panel -- Huahua reading
快解析内网穿透为文档加密行业保驾护航
饥荒云服管理脚本
Bugku CTF daily one question chessboard with only black chess
Use of JMeter
Kotlin combines flatmap for filtering and zip merge operators
Summary of redis functions
Battery and motor technology have received great attention, but electric control technology is rarely mentioned?
Recursive method constructs binary tree from middle order and post order traversal sequence
Basic use of CTF web shrink template injection nmap
Example of file segmentation
ZCMU--1396: 队列问题(2)
Leetcode medium question my schedule I