Skip to content

Commit

Permalink
Update vmware7_extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
dcecchino authored Feb 17, 2023
1 parent e3a3eae commit cc86553
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions vmware7_extraction
Original file line number Diff line number Diff line change
Expand Up @@ -620,15 +620,29 @@
"condition_value": ""
},
{
"title": "vcenter_grok_ip_extraction",
"extractor_type": "grok",
"title": "regex extract vcenter id ",
"extractor_type": "regex",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "VCENTER_DATACENTER_ID",
"extractor_config": {
"regex_value": "\\[com.vmware.vim.eam\\] (?:\\[+)(.+?)(?:\\]+)"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "vmware datacenter id extraction ",
"extractor_type": "regex",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "",
"target_field": "VCENTER_DATACENTER_ID",
"extractor_config": {
"grok_pattern": "cached %{DATA:HYPERVISOR_NAME} is %{IPV4}"
"regex_value": "\\[info\\] \\[\\] (?:\\[+)(.+?)(?:\\]+)"
},
"condition_type": "none",
"condition_value": ""
Expand Down

0 comments on commit cc86553

Please sign in to comment.