{"id":15287988,"url":"https://github.com/arsham/logpipe","last_synced_at":"2025-10-07T02:31:57.946Z","repository":{"id":57554366,"uuid":"106166349","full_name":"arsham/logpipe","owner":"arsham","description":"Redirect your log entries to ElasticSearch, files, etc.","archived":true,"fork":false,"pushed_at":"2018-05-13T19:19:13.000Z","size":87,"stargazers_count":0,"open_issues_count":15,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-01T15:43:41.015Z","etag":null,"topics":["elasticsearch","golang","logging"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arsham.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-08T10:04:19.000Z","updated_at":"2023-01-28T04:15:01.000Z","dependencies_parsed_at":"2022-09-26T18:51:19.303Z","dependency_job_id":null,"html_url":"https://github.com/arsham/logpipe","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsham%2Flogpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsham%2Flogpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsham%2Flogpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsham%2Flogpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsham","download_url":"https://codeload.github.com/arsham/logpipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235581533,"owners_count":19013089,"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":["elasticsearch","golang","logging"],"created_at":"2024-09-30T15:43:41.341Z","updated_at":"2025-10-07T02:31:57.620Z","avatar_url":"https://github.com/arsham.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logpipe\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GoDoc](https://godoc.org/github.com/arsham/logpipe?status.svg)](http://godoc.org/github.com/arsham/logpipe)\n[![Build Status](https://travis-ci.org/arsham/logpipe.svg?branch=master)](https://travis-ci.org/arsham/logpipe)\n[![Coverage Status](https://codecov.io/gh/arsham/logpipe/branch/master/graph/badge.svg)](https://codecov.io/gh/arsham/logpipe)\n[![Go Report Card](https://goreportcard.com/badge/github.com/arsham/logpipe)](https://goreportcard.com/report/github.com/arsham/logpipe)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ebb9c89fb2a4e1d9c438ffbb409260a)](https://www.codacy.com/app/arsham/logpipe?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=arsham/logpipe\u0026amp;utm_campaign=Badge_Grade)\n\nLogpipe can redirect your application's `logs` to a generic logfile, or to [ElasticSearch][elasticsearch] for aggregate and view with [kibana][kibana]. It can receive the logs in `JSON` format or plain line.\n\n1. [Features](#features)\n    * [Upcoming Features](#upcoming-features)\n2. [Installation](#installation)\n3. [LICENSE](#license)\n\n## Features\n\n* Very lightweight and fast.\n* Can receive from multiple inputs.\n* Buffers the recording and passes them to the destination in batch.\n\n### Upcoming Features\n\n* Tail log files.\n* Record to more repositories:\n    * InfluxDB\n\n## Installation\n\nI will provide a docker image soon, but for now it needs to be installed. You need golang \u003e= 1.8 and [glide][glide] installed. Simply do:\n\n```bash\ngo get github.com/arsham/logpipe\n```\n\nYou also need elasticsearch and kibana, here is a couple of docker images you can start with:\n\n```bash\ndocker volume create logpipe\ndocker run -d --name logpipe --restart always --ulimit nofile=98304:98304 -v logpipe:/usr/share/elasticsearch/data -e ES_JAVA_OPTS='-Xms10G -Xmx10G' -e \"xpack.security.enabled=false\" -e \"xpack.monitoring.enabled=true\" -e \"xpack.graph.enabled=true\" -e \"xpack.watcher.enabled=false\" -p 9200:9200 -e \"http.cors.enabled=true\" -e 'http.cors.allow-origin=*' docker.elastic.co/elasticsearch/elasticsearch:5.6.2\ndocker run -d --name kibana --restart always -p 80:5601 --link logpipe:elasticsearch docker.elastic.co/kibana/kibana:5.6.2\n```\n\n## LICENSE\n\nUse of this source code is governed by the Apache 2.0 license. License that can be found in the [LICENSE](./LICENSE) file.\n\n`Enjoy!`\n\n\n[glide]: https://github.com/Masterminds/glide\n[elasticsearch]: https://github.com/elastic/elasticsearch\n[kibana]: https://github.com/elastic/kibana\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsham%2Flogpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsham%2Flogpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsham%2Flogpipe/lists"}