HTTP
The HTTP input plugin allows you to send custom records to an HTTP endpoint.
Configuration Parameters
Getting Started
curl -d @app.log -XPOST -H "content-type: application/json" http://localhost:8888/app.logConfiguration File
[INPUT]
name http
host 0.0.0.0
port 8888
[OUTPUT]
name stdout
match *Command Line
Last updated
Was this helpful?