文件名称:groktoregex:将 logstash grok 别名转换为正则表达式
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-25 20:57:40
Go
GrokToRegex - 将 logstash 模式转换为正则表达式
GrokToRegex 是一个简单的命令行实用程序,可将已知的 grok 别名转换为其相应的正则表达式值。
安装
要安装 GrokToRegex,请使用 go get
go get github.com/jrxfive/groktoregex
用法
一旦构建 groktoregex 只需要两个标志,'--grok' 和 '--source'。 Source 是一个文件夹,其中包含 logstash grok 名称及其值。 使用的格式是:
"
【文件预览】:
groktoregex-master
----parser.go(2KB)
----groktoregex.go(957B)
----patterns()
--------linux-syslog(1011B)
--------junos(1KB)
--------mcollective(54B)
--------redis(114B)
--------ruby(199B)
--------postgresql(104B)
--------firewalls(7KB)
--------grok(5KB)
--------mongod(437B)
--------haproxy(2KB)
--------nagios(6KB)
--------java(184B)
--------mcollective-patterns(156B)
----LICENSE(1KB)
----README.md(2KB)
----grok.go(2KB)