Giter VIP home page Giter VIP logo

Comments (5)

wolfstudy avatar wolfstudy commented on June 15, 2024

@thinker0 Can you help to update the pulsar-client-go version?

from pulsar-beat-output.

thinker0 avatar thinker0 commented on June 15, 2024

can't build.

from pulsar-beat-output.

codelipenghui avatar codelipenghui commented on June 15, 2024

@thinker0 Could you please provide more details? error log or others.

from pulsar-beat-output.

thinker0 avatar thinker0 commented on June 15, 2024

@codelipenghui

filebeat:
  inputs:
    -
      paths:
        - {{profile.logDesc.paths}}
      fields:
        type: {{profile.logDesc.doc_type}}
        env: {{profile.env}}
        source: {{profile.logDesc.source}}
        cluster: {{profile.cluster}}
        region: {{profile.logDesc.region}}
      encoding: utf-8
      close_timeout: 30m
      tail_files: true
      document_type: {{profile.logDesc.doc_type}}
      json.keys_under_root: true
      json.add_error_key: true
    -
      paths:
        - {{profile.logDesc.errors}}
        - /var/log/nginx/error_log
        - /var/log/nginx/nginx_error_log
      fields:
        type: {{profile.logDesc.doc_type}}
        env: {{profile.env}}
        source: nginx-error
        cluster: {{profile.cluster}}
        region: {{profile.logDesc.region}}
      encoding: utf-8
      tail_files: true
      document_type: {{profile.logDesc.doc_type}}
  registry.migrate_file: /home/{{profile.role}}/.filebeat/.filebeat-{{profile.logDesc.doc_type}}
  registry.path: /home/{{profile.role}}/.filebeat/.filebeat7-{{profile.logDesc.doc_type}}

output.pulsar:
  url: pulsar://lad-pulsar:26650
  topic: {{profile.logDesc.kafka_topic}}
  name: filebeat-pulsar-{{profile.logDesc.kafka_topic}}
  block_if_queue_full: true
  compression_type: 3

A normal message is output and there is no error log.

from pulsar-beat-output.

thinker0 avatar thinker0 commented on June 15, 2024

#25 Fixed

from pulsar-beat-output.

Related Issues (20)

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.