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
When Elasticsearch cluster wants to prevent write operations for maintenance purposes (cluster in read_only mode or indices are), Filebeat drops the monitoring data (it looks the internal queue is very small), and this can be a real problem for some users who might consider monitoring data with the same importance and the main data.
Steps to Reproduce: Set your cluster in read_only mode and let Filebeat works for a few minutes, during this period no data will be written at all (monitoring or main data from). Then remove the read_only status at cluster level and see how the main data is all written but monitoring data during that time is gone forever.
Notes:
If this is not considered a bug, which I could agree, maybe we should document it properly to ensure users have clear expectations about how monitoring data is handled and what importance is given to that data by the Beat design.
This is probably applicable to all beats.
Probably providing monitoring data a bigger and reliable queue (on disk) might help here.
The text was updated successfully, but these errors were encountered:
When Elasticsearch cluster wants to prevent write operations for maintenance purposes (cluster in read_only mode or indices are), Filebeat drops the monitoring data (it looks the internal queue is very small), and this can be a real problem for some users who might consider monitoring data with the same importance and the main data.
For confirmed bugs, please report:
Version: 6.8 and 7.3
Operating System: Linux
Related to: Index in read-only mode not handled properly by Filebeat #13844
Steps to Reproduce: Set your cluster in read_only mode and let Filebeat works for a few minutes, during this period no data will be written at all (monitoring or main data from). Then remove the read_only status at cluster level and see how the main data is all written but monitoring data during that time is gone forever.
Notes:
The text was updated successfully, but these errors were encountered: