{"id":19866428,"url":"https://github.com/devopsmakers/iobeat","last_synced_at":"2026-02-21T06:07:08.396Z","repository":{"id":57610948,"uuid":"82197406","full_name":"devopsmakers/iobeat","owner":"devopsmakers","description":"iobeat is an Elastic Beat that parses IO stats and sends them to ELK.","archived":false,"fork":false,"pushed_at":"2017-03-08T02:08:04.000Z","size":15575,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T23:13:14.819Z","etag":null,"topics":["beats","elastic","io","linux"],"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/devopsmakers.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-02-16T15:49:55.000Z","updated_at":"2017-12-03T17:04:09.000Z","dependencies_parsed_at":"2022-09-11T04:50:37.131Z","dependency_job_id":null,"html_url":"https://github.com/devopsmakers/iobeat","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/devopsmakers%2Fiobeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fiobeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fiobeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fiobeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devopsmakers","download_url":"https://codeload.github.com/devopsmakers/iobeat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251998042,"owners_count":21677914,"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","io","linux"],"created_at":"2024-11-12T15:25:47.552Z","updated_at":"2025-10-18T22:15:55.099Z","avatar_url":"https://github.com/devopsmakers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iobeat\n[![Build Status](https://travis-ci.org/devopsmakers/iobeat.svg?branch=master)](https://travis-ci.org/devopsmakers/iobeat)\n[![Go Report Card](https://goreportcard.com/badge/github.com/devopsmakers/iobeat)](https://goreportcard.com/report/github.com/devopsmakers/iobeat)\n[![codecov](https://codecov.io/gh/devopsmakers/iobeat/branch/master/graph/badge.svg)](https://codecov.io/gh/devopsmakers/iobeat)\n\nWelcome to iobeat.\n\nThis beat collects IO statistics from /proc/diskstats on Linux and ships them to\nyour configured collectors.\n\nEnsure that this folder is at the following location:\n`${GOPATH}/github.com/devopsmakers`\n\n## Getting Started with Iobeat\n\n### Requirements\n\n* [Golang](https://golang.org/dl/) 1.7\n\n### Init Project\nTo get running with Iobeat and also install the\ndependencies, run the following command:\n\n```\nmake setup\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 iobeat run the command below. This will generate a binary\nin the same directory with the name iobeat.\n\n```\nmake\n```\n\n\n### Run\n\nTo run iobeat with debugging output enabled, run:\n\n```\n./iobeat -c iobeat.yml -e -d \"*\"\n```\n\n\n### Test\n\nTo test iobeat, 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 `etc/fields.yml`.\nTo generate etc/iobeat.template.json and etc/iobeat.asciidoc\n\n```\nmake update\n```\n\n\n### Cleanup\n\nTo clean iobeat 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 iobeat from the git repository, run the following commands:\n\n```\nmkdir -p ${GOPATH}/github.com/devopsmakers\ncd ${GOPATH}/github.com/devopsmakers\ngit clone https://github.com/devopsmakers/iobeat\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%2Fdevopsmakers%2Fiobeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevopsmakers%2Fiobeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopsmakers%2Fiobeat/lists"}