Guest User

Untitled

a guest
Feb 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. filebeat.prospectors:
  2. - type: log
  3. enabled: true
  4. paths:
  5. - /var/logs/apps/[(a-z)]/*.log
  6. json.keys_under_root: true
  7. json.add_error_key: true
  8. json.message_key: log
  9. fields:
  10. log_topic: "app-${1}"
Add Comment
Please, Sign In to add comment