I'm unable to install logstash from the debian packages (as described in http://www.elasticsearch.org/blog/apt-and-yum-repositories/ )
Here is the output of apt-get install: Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: logstash 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 76.4 MB of archives. After this operation, 82.2 MB of additional disk space will be used. Err http://packages.elasticsearch.org/logstash/1.3/debian/ stable/main logstash all 1.3.1-1+debian 403 Forbidden Failed to fetch http://packages.elasticsearch.org/logstash/1.3/debian/pool/main/l/logstash/logstash_1.3.1-1+debian_all.deb 403 Forbidden E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Navigating directly to http://packages.elasticsearch.org/logstash/1.3/debian/pool/main/l/logstash/logstash_1.3.1-1+debian_all.deb also results in the same error (S3 I believe): <?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code> <Message>Access Denied</Message><RequestId>A842E730DF4F32E6</RequestId> <HostId>WQZkc+CmZShNDGnc1wgB4H7nwqmmxcp4EybuJTNmayrObiqg1vLsgI0KymuRFlW4 </HostId></Error> I added the following lines to /etc/apt/sources.list: # elasticsearch and logstash deb http://packages.elasticsearch.org/elasticsearch/1.0/debian stable main deb http://packages.elasticsearch.org/logstash/1.3/debian stable main Stephen -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f1134fc9-3ef6-46cd-83c8-032a41dfdd4a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
