feat(cribl-edge): ship bifrost pod logs to the homelab Stream (index=llm)#269
Merged
Conversation
…llm) - new inputs.yml in the standalone Edge configmap: file source over /var/log/pods/monitoring_bifrost-*/**/*.log with index/sourcetype stamped at the source - new cribl_tcp output 'proxmox-stream' to the HAProxy-fronted homelab Cribl Stream workers (:10300, PQ on); host injected from CRIBL_S2S_HOST at container start (default 'haproxy', override in a local overlay) - statefulset + overlay generator mount /var/log/pods read-only (same pattern as the OTEL collector) Refs: dryvist/ansible-proxmox-apps#393, dryvist/terraform-proxmox#424 Assisted-by: Claude:claude-fable-5
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
inputs.yml(via the existing configmap): file source over/var/log/pods/monitoring_bifrost-*/**/*.log, stampingindex=llm/sourcetype=bifrostat the source.cribl_tcpoutputproxmox-streamto the HAProxy-fronted homelab Cribl Stream workers on :10300 (persistent queue on). Host comes fromCRIBL_S2S_HOST(defaulthaproxy), substituted at container start; override in a local overlay if single-label DNS doesn't resolve from pods./var/log/podsmounted read-only in the statefulset and the overlay generator (same pattern the OTEL collector already uses).How
The bifrost gateway's container logs only exist on the k8s node; the standalone Edge reads them as files and ships them through the same Edge→HAProxy→Stream→Splunk path used by other remote Edge senders (dryvist/ansible-proxmox-apps#393, dryvist/terraform-proxmox#424; destination index in dryvist/ansible-splunk#246).
Apply
make deploy-doppler(regenerates the overlay, applies kustomize).Verify
kubectl kustomize k8s/monitoringbuilds (checked); after deploy: Edge UI shows the input reading and the output connected; Splunkindex=llm sourcetype=bifrost.Refs: dryvist/ansible-proxmox-apps#393, dryvist/terraform-proxmox#424, dryvist/ansible-splunk#246
🤖 Generated with Claude Code