首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在apple m1 ARM上安装logstash

在apple m1 ARM上安装logstash
EN

Stack Overflow用户
提问于 2021-11-05 17:20:56
回答 1查看 183关注 0票数 0

我正在尝试使用新的M1芯片(ARM)在苹果上设置ELK堆栈。安装logstash时,我收到以下错误:

代码语言:javascript
复制
/ % brew install logstash                     
Error: logstash: no bottle available!
You can try to install from source with:
 brew install --build-from-source logstash
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

当我尝试安装elasticsearch时,我也收到了这条消息,但我在这里找到了一个解决方案:https://github.com/Homebrew/discussions/discussions/925#discussioncomment-943622

有没有类似的解决方案来安装logstash,或者其他有效的解决方案?

EN

回答 1

Stack Overflow用户

发布于 2021-11-20 10:14:04

不建议您安装来自homebrew-core存储库(默认软件包存储库)的弹性软件。Homebrew停止分发更新版本的elasticsearchkibana,尽管你仍然可以在homebrew-core中获得过时的版本。

这是因为Homebrew遵循OSI的开源许可定义,而elastic软件使用的新许可与它不兼容。因此,elastic开始使用自己定制的tap分发这些软件。

代码语言:javascript
复制
# tap maintained by elastic organization
# https://github.com/elastic/homebrew-tap
brew tap elastic/tap

# install logstash
brew install elastic/tap/logstash-full
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69857017

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档