Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinker0/filebeat-pulsar
https://github.com/thinker0/filebeat-pulsar
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinker0/filebeat-pulsar
- Owner: thinker0
- License: apache-2.0
- Created: 2020-12-20T09:41:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T01:47:34.000Z (over 1 year ago)
- Last Synced: 2023-03-22T11:07:31.548Z (over 1 year ago)
- Language: Go
- Size: 194 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filebeat-pulsar
# Copy of https://github.com/streamnative/pulsar-beat-output.git
# build
```bash
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o filebeat ./cmd/filebeat
```