Skip to content
New issue

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

updated missing api endpoint argument #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ciaran-finnegan
Copy link

Also removed \ from command line argument comment and changed limit to 1,000,000 (limit may not be necessary)

toTime = args[4]
timeZone = args[5]
byReceiptTime = args[6]
sumo = SumoLogic(args[1], args[2], args[3])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason you require the endpoint here?

@@ -0,0 +1,48 @@
# Submits search job, waits for completion, then prints and emails _messages_
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script seems specific, so would be great to explain what it does more explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants