关于#macos#的问题:mac上使用homebrew 下载 kibana 时出了个错:Error: kibana-full: Calling plist_options is disabled

mac上使用homebrew 下载 kibana 时出了个错:Error: kibana-full: Calling plist_options is disabled! Use service.require_root instead.

admin@admindeMacBook-Air ~ % brew install kibana
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################### 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
######################################################################### 100.0%
Warning: No available formula with the name "kibana". Did you mean kibana-full?
==> Searching for similarly named formulae and casks...
Error: kibana-full: Calling plist_options is disabled! Use service.require_root instead.
Please report this issue to the elastic/tap tap (not Homebrew/brew or Homebrew/homebrew-core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/elastic/homebrew-tap/Formula/kibana-full.rb:50

admin@admindeMacBook-Air ~ % 

运行 brew update 命令更新Homebrew公式,要是不可以的话,尝试通过执行 brew search kibana 命令,查看可用的Kibana公式和Cask。再不行只能使用 brew install kibana-full 安装Kibana。