We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
Attempting to find entries for a date range.
awslogs streams api.xxxxx_access -s '11/08/2017 00:00' -e '11/08/2017 23:59'
Returns nothing.
I then tried setting the dates the "right" way around ...
awslogs streams api.xxxxx_access -s '2017/08/11 00:00' -e '2017/11/08 23:59'
and I get output.
Ran the get variant and I got my logs!!!
get
The text was updated successfully, but these errors were encountered:
@rquadling thanks, your workaround helped me with #301
Sorry, something went wrong.
No branches or pull requests
Hi.
Attempting to find entries for a date range.
awslogs streams api.xxxxx_access -s '11/08/2017 00:00' -e '11/08/2017 23:59'
Returns nothing.
I then tried setting the dates the "right" way around ...
awslogs streams api.xxxxx_access -s '2017/08/11 00:00' -e '2017/11/08 23:59'
and I get output.
Ran the
get
variant and I got my logs!!!The text was updated successfully, but these errors were encountered: