Skip to content

Instantly share code, notes, and snippets.

@JayTeeSF
Created May 6, 2015 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayTeeSF/18185a88f5de21bc4d60 to your computer and use it in GitHub Desktop.
Save JayTeeSF/18185a88f5de21bc4d60 to your computer and use it in GitHub Desktop.
input {
file {
type => "rails"
path => [ "/data/*.log" ]
start_position => "beginning"
}
}
output {
elasticsearch {
embedded => ES_EMBEDDED
host => "ES_HOST"
port => "ES_PORT"
protocol => "http"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment