filebeat

command module
v0.0.0-...-f35c258 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

README

filebeat output loki

filebeat official release not support output loki via grafana

use

docker pull ghcr.io/wolanx/filebeat

config demo

# http
filebeat.inputs:
  - type: log
    enabled: true
    paths:
      - C:\Users\admin\Desktop\pic\*.log

output.loki:
  hosts: [ 'svc-loki:3100' ]
  protocol: http
# grpc recommend default
filebeat.inputs:
  - type: log
    enabled: true
    paths:
      - C:\Users\admin\Desktop\pic\*.log

output.loki:
  hosts: [ 'svc-loki:9095' ]
  protocol: grpc

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL