https://github.com/rhaist/surevego
suricata eve.json parser in Go
https://github.com/rhaist/surevego
Last synced: about 1 month ago
JSON representation
suricata eve.json parser in Go
- Host: GitHub
- URL: https://github.com/rhaist/surevego
- Owner: rhaist
- License: bsd-3-clause
- Created: 2017-01-24T16:14:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T14:54:52.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T17:35:59.302Z (6 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-suricata - surevego - Suricata EVE-JSON parser in Go. (Programming Libraries and Toolkits)
README
surevego
========[](http://godoc.org/github.com/rhaist/surevego)
[](https://travis-ci.org/rhaist/surevego)surevego is a Go library to parse suricata eve.json files with proper marshaling.
Please refer to the godoc for usage information or let me know if you need any
further assistance.### Install
```bash
go get -u github.com/rhaist/surevego
```### License
BSD-3 Copyright (c) 2017 **Robert Haist**