Skip to content
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 @@ -72,6 +72,9 @@

## Platform Observability Agent Changelog

### 1.10.0
- Fix syslog parsing for health check

### 1.9.0
- Add collection of cloud-init service logs

Expand Down
2 changes: 1 addition & 1 deletion platform-observability-agent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0-dev
1.10.0
3 changes: 2 additions & 1 deletion platform-observability-agent/configs/health-check.conf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
Name tail
Tag Firewall_logs_from_syslog
Path /var/log/syslog
Read_from_Head true
Read_from_Head false
Mem_Buf_Limit 50MB

[INPUT] #Firewall rule kernlog
Name tail
Expand Down