Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maragudk/logtailpipe
Pipe STDIN to Logtail over HTTP.
https://github.com/maragudk/logtailpipe
Last synced: 6 days ago
JSON representation
Pipe STDIN to Logtail over HTTP.
- Host: GitHub
- URL: https://github.com/maragudk/logtailpipe
- Owner: maragudk
- License: mit
- Created: 2023-03-15T10:32:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T10:21:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T02:17:20.807Z (7 days ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logtailpipe
Pipe STDIN to [Logtail](https://betterstack.com/logtail) over HTTP.
```shell
go install github.com/maragudk/logtailpipe/cmd/logtailpipe@latest
export LOGTAIL_TOKEN=123
echo foo | logtailpipe
```Made in 🇩🇰 by [maragu](https://www.maragu.dk/), maker of [online Go courses](https://www.golang.dk/).