forked from elastic/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[System] Add dimensions to system package metrics data_streams only, …
…except core data_streams (elastic#6118) * add dimensions to system package, metrics data_streams only Signed-off-by: Tetiana Kravchenko <[email protected]> * revert k8s package Signed-off-by: Tetiana Kravchenko <[email protected]> * revert k8s changes; add extra dimensions for diskio and network Signed-off-by: Tetiana Kravchenko <[email protected]> * filesystem: add mount_point and device_name Signed-off-by: Tetiana Kravchenko <[email protected]> * move core and process datastream to different PR Signed-off-by: Tetiana Kravchenko <[email protected]> * update PR number Signed-off-by: Tetiana Kravchenko <[email protected]> * move agent.id field to ecs.yaml Signed-off-by: Tetiana Kravchenko <[email protected]> * run elastic-package build Signed-off-by: Tetiana Kravchenko <[email protected]> * run elastic-package build Signed-off-by: Tetiana Kravchenko <[email protected]> * elastic-package check Signed-off-by: Tetiana Kravchenko <[email protected]> * add dimensions to process data_stream Signed-off-by: Tetiana Kravchenko <[email protected]> * clean up some duplicated fields Signed-off-by: Tetiana Kravchenko <[email protected]> * revert network data_stream changes Signed-off-by: Tetiana Kravchenko <[email protected]> * rever process data_stream changes Signed-off-by: Tetiana Kravchenko <[email protected]> * adjust the changelog description Signed-off-by: Tetiana Kravchenko <[email protected]> * revert process data_stream changes Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]>
- Loading branch information
1 parent
6401efd
commit 509a387
Showing
24 changed files
with
99 additions
and
59 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ | |
name: host.os.version | ||
- external: ecs | ||
name: host.type | ||
- external: ecs | ||
name: agent.id | ||
dimension: true |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,6 @@ | |
name: host.os.version | ||
- external: ecs | ||
name: host.type | ||
- external: ecs | ||
name: agent.id | ||
dimension: true |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- external: ecs | ||
name: agent.id | ||
dimension: true |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ | |
name: host.os.version | ||
- external: ecs | ||
name: host.type | ||
- external: ecs | ||
name: agent.id | ||
dimension: true |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ | |
name: host.os.version | ||
- external: ecs | ||
name: host.type | ||
- external: ecs | ||
name: agent.id | ||
dimension: true |
This file contains 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
Oops, something went wrong.