Kitaru

kitaru investigation create

Create an investigation with linked sessions.

Usage

kitaru investigation create NAME [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
NAMEstringYesNew investigation name.

Options

NameTypeRequiredDescription
--agentreferenceYesAgent UUID or case-sensitive name.
--descriptionstringNoCurator rationale.
--sessionUUID[]NoOrdered session UUID; repeat for each linked session.
--session-questionSESSION:KEY=QUESTION[]NoKeyed question for a session selected with --session.
--session-highlightsSESSION:KEY=JSON_ARRAY[]NoCurated highlights for a question added with --session-question.
--idempotency-keystringNoRetrying this exact invocation with the same key returns the original result instead of acting twice.

Every command also accepts the global options listed on the CLI overview page.

On this page