chore: enumerate log sources to harvest from example-node #54
Labels
No labels
compliance
demo
deployment
docs
enhancement
parser
patterns
performance
security
ux
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/turnstone#54
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey @xenon — Turnstone (the log aggregation + LLM diagnosis tool running on Heimdall) can pull logs from your machine via SSH and ingest them into the cluster database. Based on a quick look at your running services, here's what we think is worth harvesting. Please review, remove anything you'd rather keep private, and add anything we missed.
Detected services on xanderland
Based on your current setup, here's a starter
sources-xanderland.yamlwith suggested sources:What to fill in
For each service you want to keep, we need the exact host path to the log file (or confirm it's in the system journal). Specifically:
/var/lib/plexmediaserver/...)nextcloud.logpath (usually in the data volume)What to remove / skip
log.10.0.0.*) — noisy and not useful, skipping by default/var/log/installer/,/var/log/dist-upgrade/) — one-time, not neededapport.log— crash reporter, usually not useful for operational monitoringJust comment out or delete any section above you don't want. Alan will set up the SSH collection timer once you've confirmed the list.
chore: enumerate log sources to harvest from xanderlandto chore: enumerate log sources to harvest from example-nodeResolved by the live Orchard setup. Huginn is now submitting to harvest.circuitforge.tech/huginn (#55). The example-node (node2) has its sources enumerated in
patterns/sources-example.yamland the compose setup indocker-compose.submissions.yml(#54). The graft API (#27) handles future node enrollment automatically.