mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Add: Wekan changes to Logstash. Thanks to fmonthel !
This commit is contained in:
parent
330aa24995
commit
cd70076af2
2 changed files with 9 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
This release adds following new features:
|
This release adds following new features:
|
||||||
|
|
||||||
* Make Due Date layout nicer on minicard;
|
* Make Due Date layout nicer on minicard;
|
||||||
|
* Added tooltip for board menu and sidebar buttons.
|
||||||
* [Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
|
* [Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
|
||||||
mirroring](https://github.com/wekan/wekan-postgresql)
|
mirroring](https://github.com/wekan/wekan-postgresql)
|
||||||
for SQL access with any programming language
|
for SQL access with any programming language
|
||||||
|
|
@ -11,7 +12,9 @@ This release adds following new features:
|
||||||
* [Wekan database cleanup script](https://github.com/fmonthel/wekan-cleanup) --
|
* [Wekan database cleanup script](https://github.com/fmonthel/wekan-cleanup) --
|
||||||
[Feedback](https://github.com/wekan/wekan/issues/833).
|
[Feedback](https://github.com/wekan/wekan/issues/833).
|
||||||
Link to cleanup script also added to README.md;
|
Link to cleanup script also added to README.md;
|
||||||
* Added tooltip for board menu and sidebar buttons.
|
* [Daily export of Wekan changes as JSON to Logstash and
|
||||||
|
ElasticSearch / Kibana (ELK)][https://github.com/fmonthel/wekan-logstash] --
|
||||||
|
[Feedback][https://github.com/wekan/wekan/issues/855]
|
||||||
|
|
||||||
and fixes the following bugs:
|
and fixes the following bugs:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,9 @@ platforms.
|
||||||
|
|
||||||
[Wekan database cleanup script][wekan_cleanup] -- [Feedback][cleanup_issue]
|
[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: [Docker image][docker_image], [Docs at wiki][wekan_wiki]
|
||||||
|
|
||||||
Docker example, running latest Wekan using docker-compose:
|
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_postgresql]: https://github.com/wekan/wekan-postgresql
|
||||||
[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
|
[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
|
||||||
[cleanup_issue]: https://github.com/wekan/wekan/issues/833
|
[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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue