feat: change exhook, rule_engine, bridge to low importance level instead of hidden
This commit is contained in:
parent
e3a84e0010
commit
fbadfc06e4
|
@ -137,7 +137,7 @@ namespace() -> "bridge".
|
||||||
tags() ->
|
tags() ->
|
||||||
[<<"Bridge">>].
|
[<<"Bridge">>].
|
||||||
|
|
||||||
roots() -> [{bridges, ?HOCON(?R_REF(bridges), #{importance => ?IMPORTANCE_HIDDEN})}].
|
roots() -> [{bridges, ?HOCON(?R_REF(bridges), #{importance => ?IMPORTANCE_LOW})}].
|
||||||
|
|
||||||
fields(bridges) ->
|
fields(bridges) ->
|
||||||
[
|
[
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
namespace() -> exhook.
|
namespace() -> exhook.
|
||||||
|
|
||||||
roots() ->
|
roots() ->
|
||||||
[{exhook, ?HOCON(?R_REF(exhook), #{importance => ?IMPORTANCE_HIDDEN})}].
|
[{exhook, ?HOCON(?R_REF(exhook), #{importance => ?IMPORTANCE_LOW})}].
|
||||||
|
|
||||||
fields(exhook) ->
|
fields(exhook) ->
|
||||||
[
|
[
|
||||||
|
|
|
@ -38,7 +38,7 @@ namespace() -> rule_engine.
|
||||||
tags() ->
|
tags() ->
|
||||||
[<<"Rule Engine">>].
|
[<<"Rule Engine">>].
|
||||||
|
|
||||||
roots() -> [{"rule_engine", ?HOCON(?R_REF("rule_engine"), #{importance => ?IMPORTANCE_HIDDEN})}].
|
roots() -> [{"rule_engine", ?HOCON(?R_REF("rule_engine"), #{importance => ?IMPORTANCE_LOW})}].
|
||||||
|
|
||||||
fields("rule_engine") ->
|
fields("rule_engine") ->
|
||||||
rule_engine_settings() ++
|
rule_engine_settings() ++
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Hide a large number of advanced options to simplify the configuration file.
|
Hide a large number of advanced options to simplify the configuration file.
|
||||||
|
|
||||||
That includes `exhook`, `rewrite`, `topic_metric`, `persistent_session_store`, `overload_protection`,
|
That includes `rewrite`, `topic_metric`, `persistent_session_store`, `overload_protection`,
|
||||||
`flapping_detect`, `conn_congestion`, `stats,auto_subscribe`, `broker_perf`, `rule_engine`, `bridge`,
|
`flapping_detect`, `conn_congestion`, `stats,auto_subscribe`, `broker_perf`,
|
||||||
`shared_subscription_group`, `slow_subs`, `ssl_options.user_lookup_fun` and some advance items
|
`shared_subscription_group`, `slow_subs`, `ssl_options.user_lookup_fun` and some advance items
|
||||||
in `node` and `dashboard` section, [#10358](https://github.com/emqx/emqx/pull/10358),
|
in `node` and `dashboard` section, [#10358](https://github.com/emqx/emqx/pull/10358),
|
||||||
[#10381](https://github.com/emqx/emqx/pull/10381), [#10385](https://github.com/emqx/emqx/pull/10385).
|
[#10381](https://github.com/emqx/emqx/pull/10381), [#10385](https://github.com/emqx/emqx/pull/10385).
|
||||||
|
|
Loading…
Reference in New Issue