docs(trace): add emqx_ctl documentation for the new ruleid trace

This commit is contained in:
Kjell Winblad 2024-04-12 11:54:14 +02:00
parent f444c6fc32
commit ed5409fb6a
1 changed files with 4 additions and 1 deletions

View File

@ -512,7 +512,9 @@ trace(_) ->
{"trace stop topic <Topic> ", "Stop tracing for a topic on local node"},
{"trace start ip_address <IP> <File> [<Level>] ",
"Traces for a client ip on local node"},
{"trace stop ip_address <IP> ", "Stop tracing for a client ip on local node"}
{"trace stop ip_address <IP> ", "Stop tracing for a client ip on local node"},
{"trace start ruleid <RuleID> <File> [<Level>] ", "Traces for a rule ID on local node"},
{"trace stop ruleid <RuleID> ", "Stop tracing for a rule ID on local node"}
]).
trace_on(Name, Type, Filter, Level, LogFile) ->
@ -583,6 +585,7 @@ traces(_) ->
"and will end after <Duration> seconds. The default value for <Duration> is "
?DEFAULT_TRACE_DURATION
" seconds."},
{"traces start <Name> ruleid <RuleID> [<Duration>]", "Traces for a rule ID in cluster"},
{"traces stop <Name>", "Stop trace in cluster"},
{"traces delete <Name>", "Delete trace in cluster"}
]).