beats_output_plugin_http

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

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

Go to latest
Published: Jun 23, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

README

beats-output-http

Outputter for the Elastic Beats platform that simply POSTs events to an HTTP endpoint.

Build Status

beats version 7.7.1
platform supported : linux

Usage

To add support for this output plugin to a beat, you have to import this plugin into your main beats package, like this:

go build -buildmode=plugin -o http.so main.go 
filebeat --plugin /path/to/http.so

Then configure the http output plugin in filebeat.yaml:

output:
  http:
    hosts: ["some.example.com:80/foo"]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

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