eve/stream: add output warning about experimental state

pull/8638/head
Victor Julien 3 years ago
parent 30a716a4ab
commit 7bc16af939

@ -170,6 +170,8 @@ static OutputInitResult EveStreamLogInitCtxSub(ConfNode *conf, OutputCtx *parent
result.ctx = output_ctx;
result.ok = true;
SCLogWarning("eve.stream facility is EXPERIMENTAL and can change w/o notice");
return result;
}

Loading…
Cancel
Save