-
Notifications
You must be signed in to change notification settings - Fork 474
[System] [Network] Add dimensions and clean up duplicated fields definition #6405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[System] [Network] Add dimensions and clean up duplicated fields definition #6405
Conversation
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
@@ -195,26 +195,3 @@ | |||
example: "stretch" | |||
description: > | |||
OS codename, if any. | |||
|
|||
- name: network.in.bytes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those fields are repeated in fields/
twice: in agent.yml
and in fields.yml
@@ -7,9 +7,6 @@ | |||
- name: data_stream.namespace | |||
type: constant_keyword | |||
description: Data stream namespace. | |||
- name: '@timestamp' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -53,25 +54,25 @@ | |||
type: group | |||
fields: | |||
- name: network.in.bytes | |||
type: scaled_float |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see this comment for reference - #6118 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding based on the previous comments is that the only affect this has is on the docs page, everything else already had long
. Correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌐 Coverage report
|
packages/system/changelog.yml
Outdated
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "1.30.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as other PR, conflicting version number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 57547c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM.
But see my comment around package version.
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Package system - 1.32.0-beta.1 containing this change is available at https://epr.elastic.co/search?package=system |
…nition (#6405) * add dimensions and clean up duplicated fields definition Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * fix pr link in changelog Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> --------- Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
What does this PR do?
This is a follow up PR of #6118 (comment)
In this PR:
system.network.name
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots