KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
zeek-tenzir
★ 11
Open GitHub ↗
Enables Zeek to communicate with Tenzir
Download README (.md)
Explore Similar Repositories
super-java-doc
:
基于Java注释(不是注解)生成接口文档的框架与工具,与你的代码没有任何交集,松耦合
SuluSyliusConsumerBundle
:
No description available.
dali
:
Simple text templating (mustache/handlebars style) for Racket.
ERC-1404
:
An open source standard for security tokens
Serilog.Sinks.ILogger
:
Serilog sink that writes to a Microsoft ILogger
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
zeek-tenzir
?
Download (.md)
# Zeek & Tenzir This [Zeek](https://zeek.org) package provides the integration with [Tenzir](https://docs.tenzir.com). ## Get Started Install the package and you're good to go: ```bash zkg install zeek-tenzir ``` ## Use Cases Here are a few things you can do with the Tenzir package. ### Post-process Logs with Pipelines ```zeek event zeek_init() { Tenzir::postprocess("import"); } ``` ## License This Zeek package comes with a [BSD 3-clause license](LICENSE).