You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<match http_source>
type sns
sns_topic_name XX
aws_key_id XX
aws_sec_key XX
sns_endpoint XX
<secondary>
type file
path /var/log/td-agent/failed_events_http_source
</secondary>
</match>
# Accept events from HTTP source at http://SOMEURL:8827/http_source/<JSON EVENT>
<source>
type http
port 8827
</source>
Steps to reproduce:
Do the above configuration
Start HTTP traffic
Delete the SNS topic
Expectation:
Events should now be appended to /var/log/td-agent/failed_events_http_source
Configuration:
Steps to reproduce:
Expectation:
Events should now be appended to
/var/log/td-agent/failed_events_http_source
Outcome:
On console:
Reference: http://docs.fluentd.org/articles/buffer-plugin-overview#secondary-output
The text was updated successfully, but these errors were encountered: