Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglarek/beat-pulsar-output
Sync from https://github.com/streamnative/pulsar-beat-output.
https://github.com/douglarek/beat-pulsar-output
Last synced: about 5 hours ago
JSON representation
Sync from https://github.com/streamnative/pulsar-beat-output.
- Host: GitHub
- URL: https://github.com/douglarek/beat-pulsar-output
- Owner: douglarek
- License: apache-2.0
- Created: 2023-03-14T03:49:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-15T07:39:10.000Z (over 1 year ago)
- Last Synced: 2024-06-20T07:30:47.730Z (5 months ago)
- Language: Go
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Beat Output Pulsar
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdouglarek%2Fbeat-pulsar-output.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdouglarek%2Fbeat-pulsar-output?ref=badge_shield)This project is cloned from [streamnative/pulsar-beat-output](https://github.com/streamnative/pulsar-beat-output), and separated into independent outputs to facilitate joint compilation with the mainline beat; the license inherits from the original repository.
### How to use
For example, let's consider filebeat (tested in the latest 7.x branch):
```diff
--- filebeat/main.go 2023-03-14 13:30:19.614554664 +0800
+++ main.go 2023-03-14 13:29:45.404568706 +0800
@@ -20,6 +20,7 @@
import (
"os"
+ _ "github.com/douglarek/beat-pulsar-output/pulsar"
"github.com/elastic/beats/v7/filebeat/cmd"
inputs "github.com/elastic/beats/v7/filebeat/input/default-inputs"
)
```## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdouglarek%2Fbeat-pulsar-output.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdouglarek%2Fbeat-pulsar-output?ref=badge_large)