logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit eaad0c4fcfcdd3dcb6631ff3cb59ca59c9cbb4a2
parent 08cf101f29640a5aef41f4089abb91186cf59723
Author: Frederic Cambus <fred@statdns.com>
Date:   Wed,  7 Dec 2016 21:35:25 +0100

Add Coverity Scan badge to README

Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ | : . ``` -# Logswan [![Build Status][1]][2] +# Logswan [![Build Status][1]][2] [![Coverity Scan Build Status][3]][4] Logswan is a fast Web log analyzer using probabilistic data structures. It is targeted at very large log files, typically APIs logs. It has constant memory @@ -107,7 +107,7 @@ CMake: cmake -DGEOIPDIR=/var/db/GeoIP . -The free GeoLite databases from MaxMind can be downloaded [here][3]. +The free GeoLite databases from MaxMind can be downloaded [here][5]. #### For IPv4 support only @@ -159,4 +159,6 @@ GitHub: https://github.com/fcambus/logswan [1]: https://travis-ci.org/fcambus/logswan.png?branch=master [2]: https://travis-ci.org/fcambus/logswan -[3]: http://dev.maxmind.com/geoip/legacy/geolite/ +[3]: https://scan.coverity.com/projects/10944/badge.svg +[4]: https://scan.coverity.com/projects/10944 +[5]: http://dev.maxmind.com/geoip/legacy/geolite/