Skip to content
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

Fluentbit host to host relationship #1840

Merged
merged 5 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions relationships/synthesis/INFRA-HOST-to-EXT-FLUENTBIT_HOST.yml
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
Loading