Skip to content

Commit

Permalink
Enable harvesting of symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Jan 2, 2017
1 parent 362a017 commit a7b5ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ filebeat.prospectors:
-
paths:
- "/var/log/containers/*.log"
symlinks: true
json.message_key: log
json.keys_under_root: true
json.add_error_key: true
Expand All @@ -10,7 +11,7 @@ filebeat.prospectors:
document_type: kube-logs

output.logstash:
hosts: '${LOGSTASH_HOSTS:?No logstash host configured. Use env var LOGSTASH_HOSTS to set hosts.}'
hosts: ${LOGSTASH_HOSTS:?No logstash host configured. Use env var LOGSTASH_HOSTS to set hosts.}
timeout: 15

logging.level: ${LOG_LEVEL:error}
Expand Down

0 comments on commit a7b5ffd

Please sign in to comment.