From 742224db13a48d5af30f4aad1b7cc1d82f115516 Mon Sep 17 00:00:00 2001 From: Naveed Aman Pasha Date: Tue, 17 Dec 2024 17:12:59 +0500 Subject: [PATCH] added commas in logstash.yml where needed --- logstash.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logstash.yml b/logstash.yml index 7585fcb..9e1cd70 100644 --- a/logstash.yml +++ b/logstash.yml @@ -61,8 +61,8 @@ filter { "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='110180'][1]", "study", "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='113877'][1]", "device", "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='TASK'][1]", "task", - "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='TASKS'][1]", "tasks" - "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='REST'][1]", "rest" + "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='TASKS'][1]", "tasks", + "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='REST'][1]", "rest", "/AuditMessage/ParticipantObjectIdentification[ParticipantObjectIDTypeCode/@csd-code='110181'][1]", "cfind" ] }