GithubHelp home page GithubHelp logo

filebeat_rocketmq_input's Introduction

filebeat_rocketmq_input

go.mod

require (
    github.com/apache/rocketmq-client-go/v2 v2.1.0
)

filebeat > input

  1. 新建rocketmq目录, 将config.go input.go拷贝
  2. list.go加载rocketmq/input.go
    import _ "github.com/elastic/beats/v7/filebeat/input/rocketmq"

使用方法

filebeat.inputs:
  - type: rocketmq
    name_server_addrs:
      - 10.4.27.13:9876
      - 10.4.27.14:9876
    group_name: "CID_filebeat"
    topic: "TopicTest"

代码提交历史

https://github.com/loginin/beats/commit/90f2dd0c7d02c22eb6ee8e68bef13e9319c22f3b

filebeat_rocketmq_input's People

Contributors

loginin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.