mirror of
https://github.com/resmoio/kubernetes-event-exporter.git
synced 2026-08-24 01:06:22 +00:00
Add stdout example #59
This commit is contained in:
@@ -200,6 +200,23 @@ receivers:
|
||||
layout: # Optional
|
||||
```
|
||||
|
||||
### Stdout
|
||||
|
||||
Standard out is also another file in Linux. You can use the following configuration as an examplee:
|
||||
|
||||
```yaml
|
||||
logLevel: error
|
||||
logFormat: json
|
||||
route:
|
||||
routes:
|
||||
- match:
|
||||
- receiver: "dump"
|
||||
receivers:
|
||||
- name: "dump"
|
||||
file:
|
||||
path: "/dev/stdout"
|
||||
```
|
||||
|
||||
### Kafka
|
||||
|
||||
Kafka is a popular tool used for real-time data pipelines. You can combine it with other tools for further analysis.
|
||||
@@ -308,4 +325,3 @@ receivers:
|
||||
- Splunk
|
||||
- Redis
|
||||
- Logstash
|
||||
- Console
|
||||
|
||||
Reference in New Issue
Block a user