Add: Wekan changes to Logstash. Thanks to fmonthel !

This commit is contained in:
Lauri Ojansivu 2017-02-22 01:30:22 +02:00
parent 330aa24995
commit cd70076af2
2 changed files with 9 additions and 1 deletions

View file

@ -83,6 +83,9 @@ platforms.
[Wekan database cleanup script][wekan_cleanup] -- [Feedback][cleanup_issue]
[Daily export of Wekan changes as JSON to Logstash and
ElasticSearch / Kibana (ELK)][wekan_logstash] -- [Feedback][logstash_issue]
### Docker: [Docker image][docker_image], [Docs at wiki][wekan_wiki]
Docker example, running latest Wekan using docker-compose:
@ -207,3 +210,5 @@ with [Meteor](https://www.meteor.com).
[wekan_postgresql]: https://github.com/wekan/wekan-postgresql
[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
[cleanup_issue]: https://github.com/wekan/wekan/issues/833
[wekan_logstash]: https://github.com/fmonthel/wekan-logstash
[logstash_issue]: https://github.com/wekan/wekan/issues/855