Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzoxan committed Jul 31, 2019
1 parent aeb9c36 commit f047c80
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Maintainer wanted
This library is looking for the maintainer.

# ElasticSearch Hook for [Logrus](https://github.com/Sirupsen/logrus) <img src="http://i.imgur.com/hTeVwmJ.png" width="40" height="40" alt=":walrus:" class="emoji" title=":walrus:"/>
<img src="https://travis-ci.org/sohlich/elogrus.svg?branch=master" />

Elasticsearch version | Elastic version | Package URL
----------------------|------------------|------------
6.x | 6.0 | [`gopkg.in/sohlich/elogrus.v3`](http://gopkg.in/sohlich/elogrus.v3)
5.x | 5.0 | [`gopkg.in/sohlich/elogrus.v2`](http://gopkg.in/sohlich/elogrus.v2)
2.x | 3.0 | [`gopkg.in/sohlich/elogrus.v1`](http://gopkg.in/sohlich/elogrus.v1)
Elasticsearch version | Elastic version | Package URL | Remarks |
----------------------|------------------|------------------------------------------|---------|
7.x | 7.0 | [`github.com/sohlich/elogrus/v7`](http://github.com/sohlich/elogrus/v7)| Use Go modules.
6.x | 6.0 | [`gopkg.in/sohlich/elogrus.v3`](http://gopkg.in/sohlich/elogrus.v3) | Actively maintained.
5.x | 5.0 | [`gopkg.in/sohlich/elogrus.v2`](http://gopkg.in/sohlich/elogrus.v2) | Actively maintained.
2.x | 3.0 | [`gopkg.in/sohlich/elogrus.v1`](http://gopkg.in/sohlich/elogrus.v1) | Deprecated. Please update.


## Changelog
- elastic 6.x support (currently in master)
- v2.1 - Added support for async hook
- elastic 7.x support (currently in master)


## Import
Expand Down

0 comments on commit f047c80

Please sign in to comment.