Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/vsphere/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.23.1"
changes:
- description: fix log data stream flaky system test
type: bugfix
link: https://github.com/elastic/integrations/pull/16752
- version: "1.23.0"
changes:
- description: add resource pool id to vsphere cluster data stream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6074,7 +6074,7 @@
]
},
{
"@timestamp": "2025-10-17T09:57:52.000Z",
"@timestamp": "2026-10-17T09:57:52.000Z",
"client": {
"ip": "192.168.0.1"
},
Expand Down Expand Up @@ -6128,7 +6128,7 @@
}
},
{
"@timestamp": "2025-10-17T09:57:53.000Z",
"@timestamp": "2026-10-17T09:57:53.000Z",
"ecs": {
"version": "8.11.0"
},
Expand Down Expand Up @@ -6161,4 +6161,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion packages/vsphere/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: VMware vSphere
format_version: "3.0.2"
name: vsphere
version: "1.23.0"
version: "1.23.1"
description: This Elastic integration collects metrics and logs from vSphere/vCenter servers
type: integration
categories:
Expand Down