From e3a3eae30c8ab13d15d315c249e2ab7c6c6a1833 Mon Sep 17 00:00:00 2001 From: dcecchino <17807052+dcecchino@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:17:37 -0500 Subject: [PATCH] Update vmware7_extraction --- vmware7_extraction | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/vmware7_extraction b/vmware7_extraction index b5c34db..fc8442c 100644 --- a/vmware7_extraction +++ b/vmware7_extraction @@ -14,6 +14,20 @@ "condition_type": "none", "condition_value": "" }, + { + "title": "hostname extraction vcenter", + "extractor_type": "regex", + "converters": [], + "order": 0, + "cursor_strategy": "copy", + "source_field": "message", + "target_field": "HOSTNAME", + "extractor_config": { + "regex_value": "on (.*) changed from " + }, + "condition_type": "none", + "condition_value": "" + }, { "title": "vmware7_vmware_alarm_type", "extractor_type": "regex",