Quickstart
What you’ll build
A working LinkMesh install on a single Linux host with one enrolled collector that ingests syslog and forwards to a destination of your choice.
Prerequisites
- One Linux host (Ubuntu 22.04 LTS or RHEL 9 verified)
- Outbound network access to
linkmesh.ioandartifacts.saas.opensight.ch - Optional: a Grafana Cloud Loki endpoint + write token if you want to verify delivery in Grafana
Steps
-
Install the LinkMesh server.
Terminal window curl -fsSL https://linkmesh.io/install.sh | bash -
Open the UI and create your operator account.
Browse to
http://<host>:8080and complete the first-run wizard. -
Enroll your first collector.
In the UI, open Collectors → Enroll. Copy the install command and run it on the host you want to monitor.
-
Activate a source.
Open Sources on the collector detail page and activate the Syslog receiver.
-
Wire a route to a destination.
Open Routes → New and pick the active syslog source, leave the default pipeline, and select a destination.
-
Verify telemetry is flowing.
Back on the Dashboard, the throughput chart should show events arriving from the syslog source within ~30 seconds.
Next steps
- Concepts — what each entity means and how they relate
- How-to recipes — common operator tasks