-
Notifications
You must be signed in to change notification settings - Fork 89
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
More helpful error messages. #519
Comments
Errors around resource missing will be in the ECS logs, the instructions are at the bottom of the page section titled To retrieve the logs for the discovery component.: (https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/debugging-the-discovery-component.html). There is also an extensive flowchart for diagnosing common issues in the troubleshooting section of the README: Out of interest, has this been deployed in |
Yes, AWS_ORGANIZATION mode.
…Sent from my iPhone
On May 2, 2024, at 5:26 PM, Stefano Vozza ***@***.***> wrote:
Errors around resource missing will be in the ECS logs, the instructions are at the bottom of the page section titled To retrieve the logs for the discovery component.: (https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/debugging-the-discovery-component.html).
There is also an extensive flowchart for diagnosing common issues in the troubleshooting section of the README:
(https://aws-solutions.github.io/workload-discovery-on-aws/workload-discovery-on-aws/2.0/debugging-the-discovery-component.html).
Out of interest, has this been deployed in AWS_ORGANIZATION mode? There is a known issue with writes to OpenSearch being dropped on the very first ingestion cycle the discovery process does, which would appear in the UI as missing resources.
—
Reply to this email directly, view it on GitHub<#519 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBR2EQLJJBENXJGEOMG5PO3ZAKVPZAVCNFSM6AAAAABHELDKCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJRG4YDKNZSGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Then it's very likely the last issue I mentioned. To verify:
query MyQuery {
getResourceGraph(ids: ["<your-arn>"]) {
edges {
id
}
nodes {
id
}
}
}
{
"data": {
"getResourceGraph": {
"edges": [],
"nodes": []
}
}
} The simplest way to rectify this is to clear the Neptune database and when the discovery process runs again, it will repopulate both databases:
{
"arguments": {
},
"source": null,
"prev": null,
"info": {
"parentTypeName": "Mutation",
"fieldName": "deleteAllResources",
"variables": {}
},
"stash": {}
}
|
Feature name
Meaningful error messages.
Is your feature request related to a problem? Please describe.
Customer has deployed Workload Discovery, but is not seeing all of their resources. We have found errors in the GremlinAppSync file (when searching for #500) but the error message is not helpful.
Describe the feature you'd like to see implemented
Can the errors provide more information about what exactly is failing in the discovery service?
Describe the value this feature will add to AWS Perspective
This would be helpful when users have problems with discovery..
The text was updated successfully, but these errors were encountered: