pipeline.conf 138 B

12345678910
  1. input {
  2. file {
  3. path => "/var/log/messages"
  4. }
  5. }
  6. output {
  7. elasticsearch {
  8. hosts => [ "localhost:9200" ]
  9. }
  10. }