Guest User

output

a guest
Dec 19th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. output {
  2. if [type] == "switch" {
  3. elasticsearch {
  4. hosts => ["http://elasticsearch:9200/"]
  5. index => "switch-%{+YYYY.MM.dd}"
  6. }
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment