From 3286612b789683b49e65e8679a8f7c3bc7b322f5 Mon Sep 17 00:00:00 2001 From: wilskong Date: Tue, 25 Nov 2025 14:39:19 -0500 Subject: [PATCH] Update postgresql.yaml Removing a log sample from the first Grok Parser of the Postgresql Integration Pipeline. Grok Parsers allow a maximum of 5 log samples but this Grok Parser currently contains 6 samples. If a user clones this pipeline and edits any processor within it, they will be unable to save changes to the pipeline. The sample that is removed was listed as the second sample but falls under the same rule as the first sample (default_format) --- postgres/assets/logs/postgresql.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/postgres/assets/logs/postgresql.yaml b/postgres/assets/logs/postgresql.yaml index 0b3ef3ab82eec..1276231aa7cb0 100644 --- a/postgres/assets/logs/postgresql.yaml +++ b/postgres/assets/logs/postgresql.yaml @@ -45,7 +45,6 @@ pipeline: source: message samples: - '2017-11-07 17:30:39 UTC LOG: incomplete startup packet' - - '2017-11-07 17:37:22 UTC FATAL: role "myrole" does not exist' - '2017-11-08 18:11:35.727 UTC [5237] postgres psql postgres [local] 5a0348cd.1475 LOG: statement: SELECT * FROM playground;' - '2019-12-10 18:27:45.389 UTC [114] datadog_test datadog-agent datadog 172.28.0.1 5defc7c5.72 LOG: duration: 0.140 ms statement: select checkpoints_timed, checkpoints_req, buffers_checkpoint, buffers_clean, maxwritten_clean, buffers_backend, buffers_alloc, buffers_backend_fsync, checkpoint_write_time, checkpoint_sync_time FROM pg_stat_bgwriter' - '2025-09-15 19:05:58.892 UTC:10.0.216.218(36378):shopper_1@dbmorders_1:[20337]:395:00000:2025-09-15 19:02:57 UTC:384/39221:0:68c862e1.4f71:[unknown]:LOCATION: exec_simple_query, postgres.c:1075'