Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change log with changes to kubernetes_cluster v0.0.10 #160

Merged
merged 4 commits into from
Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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