Commit cc92b38
committed
out_parseable: Add Parseable output plugin
Add a new output plugin for Parseable, a cloud-native log analytics platform.
Features:
- Send logs, metrics, and traces to Parseable
- Gzip compression support
- Custom HTTP headers
- Dynamic stream routing from Kubernetes metadata
- Kubernetes metadata enrichment
- Built-in metrics (requests, errors, records, bytes)
- Configurable retry limits and batch sizes
Signed-off-by: Debabrata <[email protected]>
Signed-off-by: Debanitrkl <[email protected]>1 parent 7b0c1ae commit cc92b38
File tree
5 files changed
+2268
-0
lines changed- cmake
- plugins
- out_parseable
5 files changed
+2268
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments