Add stdout example #59

This commit is contained in:
Mustafa Akın
2020-07-03 15:55:08 +03:00
committed by GitHub
parent e868790b7c
commit 8a6aaabc41
+17 -1
View File
@@ -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