Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satta authored Oct 21, 2019
1 parent f009520 commit a1bb4c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The balboa software...
- HTTP (POST)
- AMQP
- Unix socket
- network socket (NMSG format only)
- accepts various (text-based) input formats
- JSON-based
- [FEVER](https://github.com/DCSO/fever)
Expand All @@ -36,6 +37,8 @@ The balboa software...
- [Suricata EVE DNS v1 and v2](http://suricata.readthedocs.io/en/latest/output/eve/eve-json-format.html#event-type-dns)
- flat file
- Edward Fjellskål's [PassiveDNS](https://github.com/gamelinux/passivedns) tabular format (default order `-f SMcsCQTAtn`)
- binary formats
- Farsight Security [NMSG format](https://www.farsightsecurity.com/txt-record/2015/01/28/nmsg-intro/) via network socket

## Building and Installation

Expand All @@ -57,7 +60,7 @@ This will create a binary executable in the `build/` subdirectories of each back

### Dependencies

- Go 1.7 or later
- Go 1.10 or later
- [RocksDB](https://rocksdb.org/) 5.0 or later (shared lib, with LZ4 support)

On Debian (testing and stretch-backports), one can satisfy these dependencies with:
Expand Down

0 comments on commit a1bb4c5

Please sign in to comment.