当前位置:网站首页>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 语句中先体现出来:
边栏推荐
- SQL连接表(内连接、左连接、右连接、交叉连接、全外连接)
- UML图及在drawio中的绘制
- 如何升级nodejs版本
- 【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
- Vue项目通过node连接MySQL数据库并实现增删改查操作
- [Cloud native and 5G] Microservices support 5G core network
- MySQL 日期时间类型精确到毫秒
- 使用PageHelper实现分页查询(详细)
- ScheduledExecutorService - 定时周期执行任务
- 关于Error EPERM operation not permitted, mkdir...几种解决办法的比较
猜你喜欢
随机推荐
【MySQL中auto_increment有什么作用?】
SSM整合案例分析(详解)
MySQL安装教程
功能强大的国产Api管理工具
mysql 数据去重的三种方式[实战]
MySql 5.7.38下载安装教程 ,并实现在Navicat操作MySql
【云原生】微服务之Feign的介绍与使用
How to restore data using mysql binlog
SSM integration case study (detailed)
哪些字符串会被FastJson解析为null呢
MySQL 5.7 安装教程(全步骤、保姆级教程)
Vue项目通过node连接MySQL数据库并实现增删改查操作
【C#】说说 C# 9 新特性的实际运用
sqlmap使用教程大全命令大全(图文)
SQL join table (inner join, left join, right join, cross join, full outer join)
【MySQL功法】第4话 · 和kiko一起探索MySQL中的运算符
Flutter Paystack 所有选项实现
Cloud server deployment web project
Golang-based swagger super intimate and super detailed usage guide [there are many pits]
关于Error EPERM operation not permitted, mkdir...几种解决办法的比较