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

Track updates in Content designer #783

Open
preethy-1 opened this issue Nov 19, 2024 · 5 comments
Open

Track updates in Content designer #783

preethy-1 opened this issue Nov 19, 2024 · 5 comments

Comments

@preethy-1
Copy link

Hi,

Is there a way to identify who updated the intents in the Content Designer and when the updates were made? Is it possible to track those details?

@preethy-1 preethy-1 changed the title Track details in Content designer Track updates in Content designer Nov 19, 2024
@fhoueto-amz
Copy link
Member

Hi @preethy-1, we will come back to you.

@abhirpat
Copy link
Member

abhirpat commented Nov 20, 2024

Hi @preethy-1, Thank you for your inquiry. This functionality is not currently available. However, we would be happy to submit this as a feature request on your behalf if you'd like.

As a potential workaround, you may be able to find some of this information by querying AWS CloudTrail logs. You can learn more about this in documentation: Query AWS CloudTrail Logs

Kindly note that while this alternative approach might help, we haven't validated it specifically for your use case. Let us know if you'd like me to submit the feature request.

@preethy-1
Copy link
Author

Hi @abhirpat @fhoueto-amz,

Thank you for the response. Please go ahead and submit this as a feature request.

@preethy-1
Copy link
Author

Hi,

Can we find those details in any AWS service or Lambda's log? It is not visible in CloudTrail.

@abhirpat
Copy link
Member

abhirpat commented Nov 25, 2024

Hi @preethy-1 , you could try to search the information you're looking in the service logs using query we provide in section Use Log Insights to query logs from CloudWatch groups.

E.g. if you want to "search-myinfo", you can use query like this -

filter @message like /(?i)(search-myinfo)/
| fields @timestamp, @message
| sort @timestamp desc
| limit 200

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

No branches or pull requests

3 participants