Skip to content

Example: HTTP relay

Lorenzo Mangani edited this page Aug 27, 2017 · 11 revisions

HTTP Relay w/ path routing

input {
  http {
    host => 127.0.0.1
    port => 8080
  }
}

output {
  http_post {
    host => 10.0.0.1
    port => 18090
    path => #{path}
  }
}
Clone this wiki locally