Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HTTP output producer for the Elastic Beats framework

License

NotificationsYou must be signed in to change notification settings

wXwcoder/beats-output-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build Status

Usage

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

package mainimport ("os"_ "github.com/raboof/beats-output-http/http""github.com/elastic/beats/filebeat/cmd")func main() {if err := cmd.RootCmd.Execute(); err != nil {os.Exit(1)}}

Then configure the http output plugin in filebeat.yaml:

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

About

HTTP output producer for the Elastic Beats framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go100.0%

[8]ページ先頭

©2009-2025 Movatter.jp