Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhaist/surevego

suricata eve.json parser in Go
https://github.com/rhaist/surevego

Last synced: about 2 months ago
JSON representation

suricata eve.json parser in Go

Awesome Lists containing this project

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**