Skip to content

Commit 9f3f929

Browse files
andrewvcjordansissel
authored andcommitted
Update availability keys
Fixes #18
1 parent c330b59 commit 9f3f929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/website_availability.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ output {
8080
if "http_request_failure" in [tags] {
8181
sns {
8282
codec => json
83-
access_key_id => "AKIAI7T2WMT5ARV3EBNA"
84-
secret_access_key => "j3Wx03LqwSQr7B11J8HGcbj7BcLu6l7qTkEg49B4"
83+
access_key_id => "YOURKEY"
84+
secret_access_key => "YOURSECRET"
8585
arn => "arn:aws:sns:us-east-1:773216979769:logstash-test-topic"
8686
}
8787
}

0 commit comments

Comments
 (0)