forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding custom agent.host custom field definitions to remaining indices
- Loading branch information
Showing
38 changed files
with
390 additions
and
85 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
- name: host | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent |
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,6 @@ | ||
--- | ||
- name: os | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: risk | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: host | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent |
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,6 @@ | ||
--- | ||
- name: os | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: risk | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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 |
---|---|---|
@@ -1,52 +1,6 @@ | ||
--- | ||
- name: host | ||
title: host | ||
type: group | ||
description: > | ||
Host related data. | ||
fields: | ||
- name: memory | ||
description: > | ||
Memory related data | ||
type: object | ||
level: custom | ||
- name: memory.total | ||
description: > | ||
Total memory in MB | ||
type: long | ||
level: custom | ||
- name: memory.free | ||
description: > | ||
Free memory in MB | ||
type: long | ||
level: custom | ||
- name: memory.used | ||
description: > | ||
Used memory related data | ||
type: object | ||
level: custom | ||
- name: memory.used.percentage | ||
description: > | ||
Used memory percentage | ||
type: long | ||
level: custom | ||
- name: cpu | ||
description: > | ||
CPU related data | ||
type: object | ||
level: custom | ||
- name: cpu.name | ||
description: > | ||
CPU Model name | ||
type: keyword | ||
level: custom | ||
- name: cpu.cores | ||
description: > | ||
Number of CPU cores | ||
type: long | ||
level: custom | ||
- name: cpu.speed | ||
description: > | ||
CPU clock speed | ||
type: long | ||
level: custom | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent |
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,6 @@ | ||
--- | ||
- name: os | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: risk | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: host | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent |
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,6 @@ | ||
--- | ||
- name: os | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: risk | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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 |
---|---|---|
@@ -1,24 +1,6 @@ | ||
--- | ||
- name: host | ||
title: Host | ||
fields: | ||
- name: network.egress.drops | ||
type: long | ||
level: custom | ||
description: > | ||
Number of dropped transmitted packets. | ||
- name: network.egress.errors | ||
type: long | ||
level: custom | ||
description: > | ||
Number of transmission errors. | ||
- name: network.ingress.drops | ||
type: long | ||
level: custom | ||
description: > | ||
Number of dropped received packets. | ||
- name: network.ingress.errors | ||
type: long | ||
level: custom | ||
description: > | ||
Number of reception errors. | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent |
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,6 @@ | ||
--- | ||
- name: os | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: risk | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
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,6 @@ | ||
--- | ||
- name: host | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent |
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,6 @@ | ||
--- | ||
- name: os | ||
reusable: | ||
top_level: false | ||
expected: | ||
- agent.host |
Oops, something went wrong.