{"id":19563494,"url":"https://github.com/akagi201/jsonbeat","last_synced_at":"2026-05-15T04:32:20.150Z","repository":{"id":57599400,"uuid":"84537606","full_name":"Akagi201/jsonbeat","owner":"Akagi201","description":"Jsonbeat is a JSON log harvester, mostly used to fetch logs files and feed them into Elasticsearch.","archived":false,"fork":false,"pushed_at":"2017-05-23T08:00:55.000Z","size":19343,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T23:25:56.617Z","etag":null,"topics":["beats","elastic","elasticsearch","filebeat","jsonbeat","logging"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akagi201.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-10T08:30:59.000Z","updated_at":"2018-01-15T14:50:52.000Z","dependencies_parsed_at":"2022-09-26T19:53:13.298Z","dependency_job_id":null,"html_url":"https://github.com/Akagi201/jsonbeat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fjsonbeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fjsonbeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fjsonbeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fjsonbeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akagi201","download_url":"https://codeload.github.com/Akagi201/jsonbeat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240822688,"owners_count":19863307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beats","elastic","elasticsearch","filebeat","jsonbeat","logging"],"created_at":"2024-11-11T05:18:01.188Z","updated_at":"2026-05-15T04:32:20.106Z","avatar_url":"https://github.com/Akagi201.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jsonbeat\n\nWelcome to Jsonbeat.\n\nEnsure that this folder is at the following location:\n`${GOPATH}/src/github.com/Akagi201/jsonbeat`\n\n## Getting Started with Jsonbeat\n\n### Requirements\n\n* [Golang](https://golang.org/dl/) 1.7\n\n### Init Project\nTo get running with Jsonbeat and also install the\ndependencies, run the following command:\n\n```\nmake setup\n```\n\nIt will create a clean git history for each major step. Note that you can always rewrite the history if you wish before pushing your changes.\n\nTo push Jsonbeat in the git repository, run the following commands:\n\n```\ngit remote set-url origin https://github.com/Akagi201/jsonbeat\ngit push origin master\n```\n\nFor further development, check out the [beat developer guide](https://www.elastic.co/guide/en/beats/libbeat/current/new-beat.html).\n\n### Build\n\nTo build the binary for Jsonbeat run the command below. This will generate a binary\nin the same directory with the name jsonbeat.\n\n```\nmake\n```\n\n\n### Run\n\nTo run Jsonbeat with debugging output enabled, run:\n\n```\n./jsonbeat -c jsonbeat.yml -e -d \"*\"\n```\n\n\n### Test\n\nTo test Jsonbeat, run the following command:\n\n```\nmake testsuite\n```\n\nalternatively:\n```\nmake unit-tests\nmake system-tests\nmake integration-tests\nmake coverage-report\n```\n\nThe test coverage is reported in the folder `./build/coverage/`\n\n### Update\n\nEach beat has a template for the mapping in elasticsearch and a documentation for the fields\nwhich is automatically generated based on `fields.yml` by running the following command.\n\n```\nmake update\n```\n\n\n### Cleanup\n\nTo clean  Jsonbeat source code, run the following commands:\n\n```\nmake fmt\nmake simplify\n```\n\nTo clean up the build directory and generated artifacts, run:\n\n```\nmake clean\n```\n\n\n### Clone\n\nTo clone Jsonbeat from the git repository, run the following commands:\n\n```\nmkdir -p ${GOPATH}/src/github.com/Akagi201/jsonbeat\ngit clone https://github.com/Akagi201/jsonbeat ${GOPATH}/src/github.com/Akagi201/jsonbeat\n```\n\n\nFor further development, check out the [beat developer guide](https://www.elastic.co/guide/en/beats/libbeat/current/new-beat.html).\n\n\n## Packaging\n\nThe beat frameworks provides tools to crosscompile and package your beat for different platforms. This requires [docker](https://www.docker.com/) and vendoring as described above. To build packages of your beat, run the following command:\n\n```\nmake package\n```\n\nThis will fetch and create all images required for the build process. The hole process to finish can take several minutes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Fjsonbeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakagi201%2Fjsonbeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Fjsonbeat/lists"}