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
I'm running postgresql 9.5, Filebeat version is 6.4.3 (amd64), libbeat 6.4.3
Here are some example messages that aren't parsed properly:
2018-11-17 03:14:01 EST [835-1] LOG: autovacuum launcher started
2018-11-17 05:01:38 EST [832-1] LOG: checkpoints are occurring too frequently (25 seconds apart)
2018-11-17 05:01:38 EST [832-2] HINT: Consider increasing the configuration parameter "max_wal_size".
2018-11-17 03:13:56 EST [768-1] postgres@postgres FATAL: the database system is starting up
2018-11-17 03:13:57 EST [771-1] postgres@postgres FATAL: the database system is starting up
The ingest pipeline for the filebeat postgesql module defined here:
beats/filebeat/module/postgresql/log/ingest/pipeline.json
fails to parse postgresql log messages from multi-core machines because of the grok pattern for THREAD_ID.
On multi-core postgresql, the thread_id looks like this:
Which will cause the whole grok pattern to fail because it expects to see a thread_id that looks like this:
The text was updated successfully, but these errors were encountered: