Sha256: 82add988d3385b99f386e0cc1410baab7441337950f449ba18b97ac598c58034
Contents?: true
Size: 740 Bytes
Versions: 36
Compression:
Stored size: 740 Bytes
Contents
<source> @type syslog port 514 protocol_type tcp bind 127.0.0.1 tag syslog </source> <source> @type tail path /var/log/apache*/access.log,/var/log/apache*/access_log,/var/log/httpd/access.log,/var/log/httpd/access_log pos_file /var/lib/google-fluentd/pos/apache-access.pos tag apache-access </source> <filter **> @type add_insert_ids </filter> <match **> @type google_cloud adjust_invalid_timestamps true autoformat_stackdriver_trace false coerce_to_utf8 true </match> <filter **> @type some_custom_filter </filter> <filter **> @type record_transformer <record> host_param "#{Socket.gethostname}" </record> </filter> <match "app.#{ENV['FLUENTD_TAG']}"> @type stdout </match>
Version data entries
36 entries across 36 versions & 2 rubygems