[System] [Network] Add dimensions and clean up duplicated fields definition#6405
Merged
tetianakravchenko merged 4 commits intoelastic:mainfrom Jun 5, 2023
Merged
Conversation
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
| description: > | ||
| OS codename, if any. | ||
|
|
||
| - name: network.in.bytes |
Contributor
Author
There was a problem hiding this comment.
those fields are repeated in fields/ twice: in agent.yml and in fields.yml
| - name: data_stream.namespace | ||
| type: constant_keyword | ||
| description: Data stream namespace. | ||
| - name: '@timestamp' |
Contributor
Author
There was a problem hiding this comment.
| type: group | ||
| fields: | ||
| - name: network.in.bytes | ||
| type: scaled_float |
Contributor
Author
There was a problem hiding this comment.
see this comment for reference - #6118 (comment)
Contributor
There was a problem hiding this comment.
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?
Contributor
Author
11 tasks
🌐 Coverage report
|
Merged
4 tasks
ruflin
reviewed
Jun 1, 2023
packages/system/changelog.yml
Outdated
| @@ -1,4 +1,9 @@ | |||
| # newer versions go on top | |||
| - version: "1.30.0" | |||
Contributor
There was a problem hiding this comment.
Same as other PR, conflicting version number?
ruflin
reviewed
Jun 1, 2023
Contributor
ruflin
left a comment
There was a problem hiding this comment.
Change LGTM.
But see my comment around package version.
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
ruflin
approved these changes
Jun 1, 2023
leehinman
approved these changes
Jun 1, 2023
|
Package system - 1.32.0-beta.1 containing this change is available at https://epr.elastic.co/search?package=system |
sodhikirti07
pushed a commit
that referenced
this pull request
Jun 15, 2023
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
This is a follow up PR of #6118 (comment)
In this PR:
system.network.nameChecklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots