Releases: sematext/logagent-js
Releases · sematext/logagent-js
Release 2.0.178
Release 2.0.177
- add output filter: drop-events-filter
b5f7498
Release 2.0.172
- add healthcheck command to Dockerfile
016a1db
Release 2.0.171
Release 2.0.170
- fix wrong releaseNotes key in package.json
3e050b0
Release 2.0.169
Release 2.0.169
2.0.162
Breaking changes
- Fields for container and host metadata fields have been renamed. In case a changed field was used in dashboards or alerts the renaming could break existing dashboards or alert rules in Sematext Cloud.
Original Field Name | New Field Name |
---|---|
host | os.host |
ip | os.host_ip |
container_id | container.id |
image | container.image |
container_name | container.name |
kubernetes.podName | kubernetes.pod.name |
kubernetes.containerName | kubernetes.pod.container.name |
kubernetes.containerid | kubernetes.pod.container.id |
- | kubernetes.pod.container.host.hostname |