{"id":26194312,"url":"https://github.com/active-group/active-riemann","last_synced_at":"2025-06-25T13:33:15.191Z","repository":{"id":62432289,"uuid":"264938632","full_name":"active-group/active-riemann","owner":"active-group","description":"A library with common Riemann functionality that is useful in many Riemann setups.","archived":false,"fork":false,"pushed_at":"2024-01-15T14:13:04.000Z","size":44,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-28T21:51:43.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/active-group.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}},"created_at":"2020-05-18T12:52:15.000Z","updated_at":"2022-07-27T15:16:06.000Z","dependencies_parsed_at":"2024-01-15T16:05:17.696Z","dependency_job_id":"746d6528-0d98-44b1-adf6-720f3fd46b28","html_url":"https://github.com/active-group/active-riemann","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.25,"last_synced_commit":"b8bbfa57340fed1755e19f06cf9765b66a5ab71a"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/active-group/active-riemann","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-riemann","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-riemann/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-riemann/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-riemann/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/active-group","download_url":"https://codeload.github.com/active-group/active-riemann/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-riemann/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261883154,"owners_count":23224442,"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":[],"created_at":"2025-03-12T01:56:09.402Z","updated_at":"2025-06-25T13:33:15.151Z","avatar_url":"https://github.com/active-group.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# active-riemann\n\nA library with common Riemann functionality that is useful in many Riemann\nsetups.\n\n[![Clojars Project](https://img.shields.io/clojars/v/de.active-group/active-riemann.svg)](https://clojars.org/de.active-group/active-riemann)\n\n## Usage\n\nUse\n\n```\nlein jar\n```\n\nto generate a JAR file under `target/`.  Move this JAR file into your Riemann\nconfiguration directory.\n\nThen you can use\n\n```\n;; add implementation to classpath\n(require '[cemerick.pomegranate :as pomegranate])\n(pomegranate/add-classpath \"active-riemann-0.1.0-SNAPSHOT.jar\")\n```\n\nto include the library in your Riemann configuration file.\n\nNow you can use the provided functionality:\n\n### Elasticsearch connector\n\n```\n(require '[active-riemann.elasticsearch :as elasticsearch])\n(elasticsearch/make-elasticsearch-stream elasticsearch-url index-base-name)\n```\n\nThe Elasticsearch connector provides retry via single submit when batch\nsubmitting fails and prints debugging information if single submit also fails.\n\n### InfluxDB connector\n\n```\n(require '[active-riemann.influxdb :as influxdb])\n(influxdb/make-influxdb-stream influxdb-host db-nbame tag-fields)\n```\n\n## License\n\nCopyright © 2020 Active Group GmbH\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Factive-riemann","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factive-group%2Factive-riemann","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Factive-riemann/lists"}