You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to-bar
changed the title
[BUG] [upgrade] [Filebeat] All settings for multiline feature are removed during upgrade
[BUG] [Upgrade] [Filebeat] All settings for multiline feature are lost after upgrade
Jun 30, 2021
Filebeat support for multi-line messages has been tested after cluster upgrade.
✔️ upgrade from v0.8 to v1.1
✔️ upgrade from v0.9 to v1.1
✔️ upgrade from v1.0 to v1.1
Describe the bug
In Filebeat config file there are settings related to the multiline feature.
They are configurable via properties:
The properties are not defined in upgrade mode and they are removed from config file during upgrade.
The difference can be seen running this command:
diff /etc/filebeat/filebeat.yml.bak_7.9.2 /etc/filebeat/filebeat.yml
How to reproduce
Steps to reproduce the behavior:
Expected behavior
Multiline settings preserved.
Environment
epicli version: 1.1.0rc1 and develop
Additional context
The bug was found by automated tests (PostgreSQL with enabled pgAudit).
DoD checklist
The text was updated successfully, but these errors were encountered: