Paste #127537

   
pasted on 10.10.2019 14:12
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 142275 # 240874
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
input {
  beats {
    port => 5044
  }
}


output {
        elasticsearch {
            hosts    => "localhost:9200"
            index    => "postfix1-%{+YYYY.MM.dd}"
        }

 file {
         path  => "/some/debug.txt"
         codec => rubydebug
    }
}
Add Comment
Author