blob: e460a38e323b68af44a2be8410e62945334e2439 [file] [log] [blame]
input {
file {
codec => "json"
path => "/var/log/xdata/xdata.log"
start_position => beginning
}
}
output {
elasticsearch {
index => xdata
host => localhost
}
stdout { codec => rubydebug }
}