nathandunn / apollo-log-scraper

0 stars 1 forks source link

can't pull down all records (or it is really slow to do so) #1

Open nathandunn opened 7 years ago

nathandunn commented 7 years ago

Running something like this instead to get the IP's:

aws s3 cp s3://apollo-usage-2.0.5/ logfiles --recursive 
grep -vl production | xargs rm -f 
grep -vl aws-internal | xargs rm -f 
grep server * | cut -c150-164 | sort -u 
nathandunn commented 7 years ago

@kltm Apparently it is not the first time I've had this problem. At least there is a workaround. LEt me know if you think of something.