Node CrowdSec Client
    Preparing search index...

    MetricsAgentInfo Software version info (so we can warn users about out-of-date software). The software name and the version are "guessed" from the user-agent

    interface MetricsAgentInfo {
        last_push?: string;
        last_update?: string;
        name?: string;
        version?: string;
    }
    Index
    last_push?: string

    last agent push date

    last_update?: string

    last agent update date

    name?: string

    name of the component

    version?: string

    software version