Filebeat can real-time collection?

i set some parm but i can't realize real-time collection

Can you elaborate more on what you are or are not seeing?

filebeat.yml :
flow is my configuration file:

  • input_type: log

    Paths that should be crawled and fetched. Glob based paths.

    paths:
    • /usr/home/tecent.log
      fields:
      production: tecent
      server: app
      application: log
      logname: tecent.log
      scan_frequency: "1s"
      backoff: "1s"
      max_backoff: "2s"
      harvester_buffer_size: 163840
      tail_files: true
      logstash server(out put logfile) can't read real-time log

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.