Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).