Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. input {
  2. file {
  3. path => "/root/root.txt"
  4. start_position => "beginning"
  5. sincedb_path => "/dev/null"
  6. }
  7. }
  8.  
  9. output {
  10. elasticsearch {
  11. hosts => "<MY IP>:<port>"
  12. ssl => "false"
  13. index => "foo bar"
  14. manage_template => false
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement