CloudFront Log IP extraction(Googlebot)
cat {LogFileName} | grep Googlebot | cut -f5 | awk '!colname[$1]++{print $1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cat {LogFileName} | grep Googlebot | cut -f5 | awk '!colname[$1]++{print $1}' |