Skip to content

Commit

Permalink
pipeline: inputs: kubernetes-events: Add indent in example config (#1430
Browse files Browse the repository at this point in the history
)

Signed-off-by: Seonghyeon Cho <[email protected]>
  • Loading branch information
sh-cho authored Aug 15, 2024
1 parent 19770a8 commit 8883d82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pipeline/inputs/kubernetes-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ In the following configuration file, the input plugin *kubernetes_events* collec

```text
[SERVICE]
flush 1
log_level info
flush 1
log_level info
[INPUT]
name kubernetes_events
tag k8s_events
kube_url https://kubernetes.default.svc
name kubernetes_events
tag k8s_events
kube_url https://kubernetes.default.svc
[OUTPUT]
name stdout
match *
name stdout
match *
```

### Event Timestamp
Expand Down

0 comments on commit 8883d82

Please sign in to comment.