Skip to content

Commit 7c2a0a8

Browse files
[vsphere] fix flaky log test (elastic#16752)
* [vsphere] fix flaky log test * update changelog.yml and manifest.yml
1 parent c0c2378 commit 7c2a0a8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/vsphere/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.23.1"
3+
changes:
4+
- description: fix log data stream flaky system test
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/16752
27
- version: "1.23.0"
38
changes:
49
- description: add resource pool id to vsphere cluster data stream

packages/vsphere/data_stream/log/_dev/test/pipeline/test-format-common.log-expected.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6074,7 +6074,7 @@
60746074
]
60756075
},
60766076
{
6077-
"@timestamp": "2025-10-17T09:57:52.000Z",
6077+
"@timestamp": "2026-10-17T09:57:52.000Z",
60786078
"client": {
60796079
"ip": "192.168.0.1"
60806080
},
@@ -6128,7 +6128,7 @@
61286128
}
61296129
},
61306130
{
6131-
"@timestamp": "2025-10-17T09:57:53.000Z",
6131+
"@timestamp": "2026-10-17T09:57:53.000Z",
61326132
"ecs": {
61336133
"version": "8.11.0"
61346134
},
@@ -6161,4 +6161,4 @@
61616161
]
61626162
}
61636163
]
6164-
}
6164+
}

packages/vsphere/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: VMware vSphere
22
format_version: "3.0.2"
33
name: vsphere
4-
version: "1.23.0"
4+
version: "1.23.1"
55
description: This Elastic integration collects metrics and logs from vSphere/vCenter servers
66
type: integration
77
categories:

0 commit comments

Comments
 (0)