Skip to content

Bugfix/logs collector default log type #460

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

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
2 changes: 1 addition & 1 deletion charts/logzio-logs-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: logzio-logs-collector
version: 1.0.0
version: 1.0.1
description: kubernetes logs collection agent for logz.io based on opentelemetry collector
type: application
home: https://logz.io/
Expand Down
1 change: 1 addition & 0 deletions charts/logzio-logs-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,6 @@ The collector supports by default various log formats (including multiline logs)
* 1.0.1
- Update multiline parsing
- Update error detection in logs
- Change default log type
* 1.0.0
- kubernetes logs collection agent for logz.io based on opentelemetry collector
2 changes: 1 addition & 1 deletion charts/logzio-logs-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ secrets:
# environment indentifier attribute that will be added to all logs
env_id: "my_env"
# defualt log type field
logType: "test"
logType: "agent-k8s"
# Secret with your logzio logs shipping token
logzioLogsToken: "token"
# Secret with your logzio region
Expand Down