You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the problem is, e.g. I'm always frustrated when [...].
NO
What solution would you like?
A clear and concise description of what you want to happen.
Currently, while making calls to an index inside a collection created with AWS using SDKs, the responses doesn't contains the aws request id, which difficult the debugging process with Opensearch team of AWS. Ideally, the response should contain all the metadata returned normally for an AWS SDK.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
A workaround for this is to make raw HTTP calls, but this leave away all the benefit provided by any SDK.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
@jcdelc04 This is something very specific to AWS, you should open a ticket with their customer support. Not something we can fix in the open source OpenSearch Project.
Oh, you mean you don't have access to the request ID response header from a high level client? Which language are you using? Care to post your code please?
Is your feature request related to a problem?
A clear and concise description of what the problem is, e.g. I'm always frustrated when [...].
NO
What solution would you like?
A clear and concise description of what you want to happen.
Currently, while making calls to an index inside a collection created with AWS using SDKs, the responses doesn't contains the aws request id, which difficult the debugging process with Opensearch team of AWS. Ideally, the response should contain all the metadata returned normally for an AWS SDK.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
A workaround for this is to make raw HTTP calls, but this leave away all the benefit provided by any SDK.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: