Skip to content
sat edited this page Jul 15, 2026 · 2 revisions

logdag wiki

logdag generates causal DAGs among time-series events extracted from syslog data. It takes structured log events from amulog as input, infers a causal graph with a configurable causal-discovery method (PC or LiNGAM), and outputs it as a NetworkX DiGraph.

Getting Started

  • Installation — requirements, install steps, and optional backends.
  • Quick Start — an end-to-end run from an amulog database to a DAG.

User Guide

Reference

Developer Documentation

Clone this wiki locally