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
hey
I creating async client
client = AsyncOpenSearch( hosts=[{"host": host, "port": port}], http_auth=(user, password), use_ssl=True, verify_certs=False, ssl_show_warn=False, )
then performing search
search_results = await self.client.search( size=self.max_hit_to_search, q=f'request_id: "{reference}"', index=self.index_name, timeout=DEFAULT_HTTP_TIMEOUT )
is there a way to get shorturl to result like in browser? if not -- is it in near plans?
thanks
The text was updated successfully, but these errors were encountered:
Is shorturl an OpenSearch Dashboards feature or is it something returned from the API? I am not familiar with it.
shorturl
Sorry, something went wrong.
i mean shorturl generated this way in web gui:
is it possible generate it with opensearch-py?
@S0NNER10N I am not familiar with how that's implemented, want to dig that up and then we can figure out whether it belongs in the client?
No branches or pull requests
hey
I creating async client
then performing search
is there a way to get shorturl to result like in browser? if not -- is it in near plans?
thanks
The text was updated successfully, but these errors were encountered: