-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fluentbit host to host relationship (#1840)
* feat: added fluent bit host relationship * fix: updated type in host-to-fluentbit relationship * fix: changes in relationship --------- Co-authored-by: vlopeziglesias <[email protected]>
- Loading branch information
1 parent
b66e7e6
commit b5907af
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
relationships/synthesis/INFRA-HOST-to-EXT-FLUENTBIT_HOST.yml
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,44 @@ | ||
relationships: | ||
- name: hostHostsFluentbit | ||
version: "1" | ||
origins: | ||
- Prometheus | ||
conditions: | ||
- attribute: eventType | ||
anyOf: [ "Metric" ] | ||
- attribute: metricName | ||
startsWith: "fluentbit_" | ||
- attribute: source | ||
anyOf: [ "host" ] | ||
relationship: | ||
expires: P75M | ||
relationshipType: HOSTS | ||
source: | ||
buildGuid: | ||
account: | ||
lookup: true | ||
domain: | ||
value: INFRA | ||
type: | ||
value: HOST | ||
valueInGuid: NA | ||
identifier: | ||
fragments: | ||
- attribute: host.id | ||
hashAlgorithm: FARM_HASH | ||
target: | ||
buildGuid: | ||
account: | ||
lookup: true | ||
domain: | ||
value: EXT | ||
type: | ||
value: FLUENTBIT_HOST | ||
identifier: | ||
fragments: | ||
- attribute: cluster_name | ||
- value: ":" | ||
- attribute: namespace | ||
- value: ":" | ||
- attribute: daemonset_name | ||
hashAlgorithm: FARM_HASH |