[vSphere][network] Create network datastream - #10993
Conversation
|
| @@ -1,4 +1,9 @@ | |||
| # newer versions go on top | |||
| - version: "1.14.0-next" | |||
There was a problem hiding this comment.
change version to 1.15.0-next
| type: long | ||
| metric_type: gauge | ||
| description: > | ||
| Number of virtual machines connected to this network. No newline at end of file |
| streams: | ||
| - input: vsphere/metrics | ||
| title: vSphere network metrics | ||
| description: vSphere network metrics No newline at end of file |
There was a problem hiding this comment.
please add period here, along with other configuration parameters.
| username: {{username}} | ||
| password: {{password}} | ||
| # If insecure is true, don't verify the server's certificate chain | ||
| insecure: {{insecure}} No newline at end of file |
There was a problem hiding this comment.
please add tags and processors.
c424ec3 to
8966518
Compare
| changes: | ||
| - description: Add new network datastream. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/11205 |
| description: > | ||
| If the host is a container. | ||
|
|
||
| - name: os.build |
There was a problem hiding this comment.
These are ecs fields w/o dimensions. Not required here.
|
@lucian-ioan : Pls share details of TSDB testing |
| @@ -1,10 +1,13 @@ | |||
| # newer versions go on top | |||
| - version: "1.15.0-next" | |||
There was a problem hiding this comment.
| - version: "1.15.0-next" | |
| - version: "1.15.0" |
As this PR is the last one we need to remove next tag and update version in manifest to 1.15.0.
There was a problem hiding this comment.
I guess so, should we do it with this PR @ishleenk17?
There was a problem hiding this comment.
Lets keep the next label as of now.
We will raise a PR when we are ready to release it.
| "type": "Network" | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Empty Line
| }, | ||
| "metricset": { | ||
| "name": "network", | ||
| "period": 20000 |
There was a problem hiding this comment.
This formatting seems wrong, can you check once?
| }, | |
| "metricset": { | |
| "name": "network", | |
| "period": 20000 | |
| }, | |
| "metricset": { | |
| "name": "network", | |
| "period": 20000 |
There was a problem hiding this comment.
Should work fine but re-formatted it just in case.
| - name: names | ||
| type: keyword | ||
| description: > | ||
| Names of the virtual machines connected to this network. |
There was a problem hiding this comment.
| Names of the virtual machines connected to this network. | |
| List of all the virtual machines connected to this network. |
minor nit. Please do it for other similar fields as well.
| | vsphere.network.vm.count | Number of virtual machines connected to this network. | long | gauge | | ||
| | vsphere.network.vm.names | List of all the virtual machines connected to this network. | keyword | | | ||
|
|
||
|
|
There was a problem hiding this comment.
I don't think this is necessary, it's the default format for all data streams in docs.
💚 Build Succeeded
History
cc @lucian-ioan |
|
|
LGTM |
|
Package vsphere - 1.15.0 containing this change is available at https://epr.elastic.co/search?package=vsphere |




Proposed commit message
Following beats code changes in elastic/beats#40559, the following metrics are added to the network datastream:
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots
TSDB testing