Skip to content

Commit

Permalink
Merge pull request #415 from observIQ/update-vcenter-plugin
Browse files Browse the repository at this point in the history
fix(vmware_vcenter): json routing
  • Loading branch information
kuiperda authored Oct 18, 2023
2 parents 3ffc808 + 2087343 commit e53139b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/vmware_vcenter.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Plugin Info
version: 1.0.0
version: 1.0.1
title: VMware vCenter
description: Log parser for VMware vCenter
min_stanza_version: 0.13.16
Expand Down Expand Up @@ -84,7 +84,7 @@ pipeline:
- id: prefix_router
type: router
routes:
- expr: '$record matches "^{*"'
- expr: '$record matches "^{.*}"'
output: gcve_json_parser
- expr: '$record matches "^\\d* "'
output: pre_parser
Expand Down

0 comments on commit e53139b

Please sign in to comment.