Skip to content

Commit

Permalink
Update change log with changes to kubernetes_cluster v0.0.10 (#160)
Browse files Browse the repository at this point in the history
* Update change log with changes to kubernetes_cluster v0.0.10

* fix change log pr link

* fix change log pr link again

Co-authored-by: Eric Holt <[email protected]>
  • Loading branch information
ericwholt and Eric Holt authored Jan 7, 2021
1 parent c64e762 commit 69ee355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.34] - Unreleased
### Changed
- Update `kubernetes_cluster` plugin ([PR160](https://github.com/observIQ/stanza-plugins/pull/160))
- Update `title` parameter value to Kubernetes Node
- Change default log_type to k8s.node
- Update `kubernetes_container` plugin ([PR159](https://github.com/observIQ/stanza-plugins/pull/159))
- Add log_type k8s.container to labels
- Exclude kube* pods
Expand Down
8 changes: 4 additions & 4 deletions plugins/kubernetes_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.0.9
title: Kubernetes Cluster
description: Log parser for Kubernetes
version: 0.0.10
title: Kubernetes Node
description: Log parser for Kubernetes Node
supported_platforms:
- kubernetes
parameters:
Expand Down Expand Up @@ -107,7 +107,7 @@ pipeline:
- output: {{ .output }}
expr: true
labels:
log_type: 'k8s.container'
log_type: 'k8s.node'

# Use journald to gather kubelet logs. Use provided path for journald if available otherwise use default locations.
- id: kubelet_reader
Expand Down

0 comments on commit 69ee355

Please sign in to comment.