{"id":15866674,"url":"https://github.com/sl1pm4t/orabeat","last_synced_at":"2025-10-29T02:07:53.562Z","repository":{"id":83561651,"uuid":"67173105","full_name":"sl1pm4t/orabeat","owner":"sl1pm4t","description":"Orabeat - Elastic beat for Oracle Database","archived":false,"fork":false,"pushed_at":"2016-09-01T23:35:30.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T03:57:30.345Z","etag":null,"topics":["beats","elasticsearch","oracle","oracle-database"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sl1pm4t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-01T23:18:47.000Z","updated_at":"2024-04-18T05:02:23.000Z","dependencies_parsed_at":"2023-07-02T23:17:16.737Z","dependency_job_id":null,"html_url":"https://github.com/sl1pm4t/orabeat","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"60e0e7ed20617009cfec7ecae3341bf8d8933ea6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sl1pm4t/orabeat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sl1pm4t%2Forabeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sl1pm4t%2Forabeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sl1pm4t%2Forabeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sl1pm4t%2Forabeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sl1pm4t","download_url":"https://codeload.github.com/sl1pm4t/orabeat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sl1pm4t%2Forabeat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281544195,"owners_count":26519554,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","elasticsearch","oracle","oracle-database"],"created_at":"2024-10-05T23:21:51.731Z","updated_at":"2025-10-29T02:07:53.556Z","avatar_url":"https://github.com/sl1pm4t.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orabeat - Elastic beat for Oracle Database\n\nCurrent status: **alpha**.\n\n## Description\n\nThis is a beat for Oracle Database system and session metrics.\n\nOrabeat polls the Oracle `v$sysstat` and `v$sesstat` views for statistics.\n\n## Prerequisites\n\nThis beat uses the [rana/ora](github.com/rana/ora) database driver, which depends on the Oracle instant client libraries.\nMake sure `LD_LIBRARY_PATH` includes the location of `libclntsh.so` library.\n\n## Exported fields\n\nOrabeat exports the following types of JSON documents based on the statistics\nthat it's configured to capture:\n\n- `type: system` for system-wide statistics\n- `type: session` for per-session statistics\n\nBy default, Orabeat captures both types of statistics. As you can see in\nthe following examples, the content of the JSON document varies depending on the\ntype.\n\n### System-Wide Statistics\n\nOrabeat exports one JSON document for the system. For example:\n\n```json\n{\n    \"@timestamp\":\"2016-03-16T01:34:14.719Z\",\n    \"beat\":\n    {\n        \"hostname\":\"hostname\",\n        \"name\":\"hostname\"\n    },\n    \"count\":1,\n    \"machine\":\"hostname\",\n    \"serial#\":1,\n    \"sid\":1,\n    \"stat_name\":\"redo size\",\n    \"username\":\"\",\n    \"value\":123456,\n    \"type\":\"sesstat\"\n}\n```\n\n### Per-Session Statistics\n\nOrabeat exports one document per session. For example:\n\n\nMore about beats platform: [https://www.elastic.co/products/beats](https://www.elastic.co/products/beats)\n\n## To apply Orabeat template\n\n```bash\ncurl -XPUT 'http://localhost:9200/_template/orabeat' -d@orabeat.template.json\n```\n\n## Known Issues\n\n- If the database restarts, Orabeat will shutdown.\n- Stat filter not implemented yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsl1pm4t%2Forabeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsl1pm4t%2Forabeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsl1pm4t%2Forabeat/lists"}