https://github.com/wekan/wekan-logstash
Daily export of data into JSON format and Import to Logstash and ElasticSearch / Kibana (ELK) as daily event field
https://github.com/wekan/wekan-logstash
Last synced: 10 months ago
JSON representation
Daily export of data into JSON format and Import to Logstash and ElasticSearch / Kibana (ELK) as daily event field
- Host: GitHub
- URL: https://github.com/wekan/wekan-logstash
- Owner: wekan
- License: mit
- Created: 2017-02-28T11:55:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T19:06:44.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T04:18:17.125Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wekan-logstash
To format data for logstash and ELK (Kibana) - Format below :
{"storyPoint": 2.0, "nbComments": 1, "createdBy": "fmonthel", "labels": ["vert", "jaune"], "members": ["fmonthel", "Olivier"], "id": "7WfoXMKnmbtaEwTnn", "createdAt": "2017-02-19T02:13:24.269Z", "lastModification": "2017-02-19T03:12:13.740Z", "list": "Todo", "dailyEvents": 5, "board": "Test", "isArchived": false, "duedAt": "2017-02-19T02:13:24.269Z", "swimlaneTitle": "Swinline Title", "customfieldName1": "value", "customfieldName2": "value", "assignees": "fmonthel"}
{"storyPoint": 2.0, "nbComments": 1, "createdBy": "fmonthel", "labels": ["vert", "jaune"], "members": ["fmonthel", "Olivier"], "id": "7WfoXMKnmbtaEwTnn", "archivedAt": "2017-02-19T02:13:24.269Z", "createdAt": "2017-02-19T02:13:24.269Z", "lastModification": "2017-02-19T03:12:13.740Z", "list": "Done", "dailyEvents": 5, "board": "Test", "isArchived": true, , "duedAt": "2017-02-19T02:13:24.269Z", "swimlaneTitle": "Swinline Title", "customfieldName1": "value", "customfieldName2": "value", "assignees": "fmonthel"}
Goal is to export data into Json format that we can be used as input for Logstash and ElastisSearch / Kibana (ELK)
Import in logstash should be done daily basic (as we have field daily event)