当前位置:网站首页>Define event types in Splunk Web
Define event types in Splunk Web
2022-07-31 08:22:00 【shenghuiping2001】
1: 先看到这样一个界面,是不是就想把status=200, 和非200 的 event 区别出来:

2: 那么用上event type 就再好不过啦:
Steps:
Saving a search as an event type
In the Search view, run a search.
Click Save As and select Event Type.
Give the event type a unique Name.
(Optional) Add one or more comma-separated Tag(s).
You can apply the same tag to event types that produce similar results. A search that is just on that tag returns the set of events that collectively belong to those event types.(Optional) Select a Color.
This causes a band of color to appear at the start of the listing for any event that fits this event type. For example, this event matches an event type that has a Color of Purple.
You can change the color of an event type (or remove its color entirely) by editing it in Settings.(Optional) Give the event type a Priority.
Priority affects the display of events that match two or more event types. 1 is the best Priority and 10 is the worst. See About event type priorities.Click Save to save the new event type.
You can access the list of event types that you and other users have created at Settings > Event types.
Any event type that you create with this method also appears on the Event Types listing page in Settings. You can update the event type in the Event Types listing page.
参考文档:Define event types in Splunk Web - Splunk Documentation
利用 eventtype, 注意,不是source type, 就是对事件进行过滤,分类的条件可以在 search 语句中先体现出来:

边栏推荐
- MySQL 数据库基础知识(系统化一篇入门)
- [MySQL exercises] Chapter 5 · SQL single table query
- 【Unity】编辑器扩展-02-拓展Hierarchy视图
- TypeError The view function did not return a valid response. The function either returned None 的解决
- SQL语句知识大全
- Failure scenarios of @Transactional annotations
- 如何使用mysql binlog 恢复数据
- "The C language games" mine clearance
- SSM integration case study (detailed)
- Docker-compose安装mysql
猜你喜欢
随机推荐
[Cloud native] Introduction and use of Feign of microservices
科目三:前方路口直行
SQL 嵌套 N 层太长太难写怎么办?
skynet中一条消息从取出到处理完整流程(源码刨析)
SSM框架简单介绍
A brief introduction to the SSM framework
2022/7/30 考试总结
剑指offer-解决面试题的思路
【Unity】编辑器扩展-03-拓展Inspector视图
【小程序项目开发 -- 京东商城】uni-app 商品分类页面(下)
35-Jenkins-共享库应用
Failure scenarios of @Transactional annotations
【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
"C language game" entry-level chess game (robot enhanced version)
MUI获取相机权限
奉劝那些刚参加工作的学弟学妹们:要想进大厂,这些核心技能是你必须要掌握的!完整学习路线!
高并发-高可用-高性能
我的创作纪念日
mysql 数据去重的三种方式[实战]
0730~Mysql优化










![[MySQL exercises] Chapter 5 · SQL single table query](/img/11/66b4908ed8f253d599942f35bde96a.png)