首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Filebeat -不存在这样的输入类型:'azure-eventhub‘

Filebeat -不存在这样的输入类型:'azure-eventhub‘
EN

Stack Overflow用户
提问于 2021-03-27 00:16:46
回答 1查看 183关注 0票数 0

我使用的是7.12版本的文件节拍,并按照这里的指南来尝试和监控我的azure事件中心。每次我尝试运行filebeat时,它都会给我这个错误:

代码语言:javascript
运行
复制
Exiting: Failed to start crawler: starting input failed: Error while initializing input: Error creating input. No such input type exist: 'azure-eventhub'

我的配置非常简单。

代码语言:javascript
运行
复制
logging.level: info
logging.to_files: false
setup.dashboards.enabled: false
setup.template.enabled: false
setup.ilm.enabled: false



filebeat.inputs:
- type: azure-eventhub
  eventhub: "insights-logs-appservicehttplogs"
  consumer_group: "$Default"
  connection_string: "Endpoint=sb://somesapace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=blahblahblah"
  storage_account: "blobstorage"
  storage_account_key: "<omitted>"
  

output.elasticsearch:
  hosts: ["http://elastic:9200"]
EN

回答 1

Stack Overflow用户

发布于 2021-03-29 23:08:20

答案是因为我使用的是Filebeat的oss版本。此模块仅适用于非oss版本的Filebeat。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66820582

复制
相关文章

相似问题

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