Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhaist/surevego
suricata eve.json parser in Go
https://github.com/rhaist/surevego
Last synced: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T14:54:52.000Z (over 5 years ago)
- Last Synced: 2024-08-02T07:11:23.990Z (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
========[![GoDoc](https://godoc.org/github.com/rhaist/surevego?status.svg)](http://godoc.org/github.com/rhaist/surevego)
[![Build Status](https://travis-ci.org/rhaist/surevego.svg?branch=master)](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**