-
Notifications
You must be signed in to change notification settings - Fork 22
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
--timeout not available on search #185
Comments
Hi, and thanks for getting in touch.
Can you share any details of what the timeout looks like? We should be able to add this option pretty quickly to Best regards, |
Thanks for the quick response Nick! Getting the ability to set a search timeout would be extremely useful! ..\seqcli-2021.2.447-win-x64\seqcli.exe search --server="https://seq:5341/" --apikey=xxx --start=2021-03-21T21:07:57.1631603-05:00 --end=2021-03-25T08:26:57.1641594-05:00 --count=200000 --filter="Application = 'XXX'" --json ..\seqcli-2021.2.447-win-x64\seqcli.exe : Could not retrieve search result: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. At line:1 char:1
|
Perfect, thanks 👍 |
The shipping feature uses the flag name |
Thank you for implementing this. |
Thanks @jeffr1975 🙌 - you're welcome! |
Running into timeout issues when running a seqcli search. It looks like the timeout argument is only an option with query.
The filter option seems to be much faster than query. Is that expected?
{Property='XXX'} filter is much faster than select * from stream where Property='xxx' limit 1000
And also select * from stream does not seem to return the same json that that filter does? Is my query just wrong?
I was very happy with search with a filter in json format until I ran into the timeout because that was producing output that could be easily ingested. I'd be very happy with a filter timeout, but if I don't have that I need an equivalent query > ingest pattern.
Thank you very much far any guidance!
The text was updated successfully, but these errors were encountered: