Is it possible to include the stack traces and the http headers of an error that is sent to an email from a triggered alert? The use case is more so for convenience to avoid having to go to the dashboard to get a full diagnosis of the issue and instead only having to look at the email to get a good idea what went wrong.
Thank you!
If my understanding is right, it is possible.
When you create an Insights Alert, you could enable notify.
Related
I'm new to Azure.
What I want to do is monitor X amount of pages and if any of those return status code 500 I want to send out an email and/or SMS. Is this possible to do with Application Insight?
If so, could you link me to a good documentation,
if not, what would be a good option for what I want to achieve? Are there other softwares etc.
You can get this functionality by creating alerts in Azure Application Insights.
Smart Detection in Application Insights can help you in sending the email notifications for performance issues or failure anomalies e-g errors with status 500 code. Read up on this here: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/proactive-failure-diagnostics
I want to resolve query based alert automatically if condition don't meet or with by a "good" result. is there any alternative way to resolve custom log search alerts . I checked these links and not possible to do that
https://feedback.azure.com/forums/602299-azure-monitor-alert-management/suggestions/39989395-add-ability-to-resolve-query-based-alert
https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-unified-log
https://learn.microsoft.com/en-us/answers/questions/43802/alerts-generated-in-azure-alerts-are-in-fired-stat.html
The answer is no. Currently, it is not supported, and no other workarounds.
You can upvote the user feedback.
I looked around the documentation but could not find an answer. I know you can add up to 5 error messages but is it possible to edit the default message that says:
The addin "AddInName" is blocking this email from being sent?
Currently this is not a part of the product. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.
I want to send emails to myself from azure with error and its details when server receives 500 error.
I don't wont to receive messages that something happened (events works the same if I am not mistaken).
Is it possible?
I know that I can find all errors with details in https://{site-name}.scm.azurewebsites.net/websitelogs/#/detailederrors
But how to get text from new file I don't know.
Please help me.
EDIT 1.
I found streaming logs - Recent -> {site-name} -> tools -> streaming logs.
Here I can see all errors in real time. But I can't find where I can send these errors in my email.
I think the web app dashboard does not support alerting directly. You should activate application insights on your web app and then you'll be able to configure email alert on failed request.
This page will help you with working with application insights alerts: https://azure.microsoft.com/en-us/documentation/articles/app-insights-alerts/
Hope this helps,
Julien
We use Salesforce and Google Apps.
We have a Google Apps Email account that accepts an email and forwards this on to Salesforce, where Salesforce creates a case.
The last 2 fridays, we have had problems where it can take over 3 overs for an email to make its way into Salesforce.
How do I find out if the problem is with Google Mail not forwarding the email on in a timely manner, or the problem is Salesforce not processing it in a timely manner?
Anyone else ever had this problem?
Thanks!
A few ideas, which you may have already tried:
1) You could check the timestamps in Gmail to see when the emails were received and then forwarded to Salesforce to see if there was a delay.
2) You could check the dates against the Salesforce system status page to see if there were any reported issues: http://trust.salesforce.com/trust/status/
3) Same for the Google Apps status page: http://www.google.com/appsstatus
4) Check to see if there were any other delays in Salesforce or concurrent batch jobs that might have caused the delay.
5) Submit a support request to Salesforce to inquire.
Hmmm. Are you using Salesforce Email to Case? Here's someone posting a similar question: https://success.salesforce.com/questionDetail?qId=a1X30000000IGwWEAW. It seems that at the time that both problems were a temporary outage on the part of Salesforce. Also, are you using any apps to integrate Gmail and Salesforce? Because apps like The Scoop Composer allow you to forward emails and create cases right away. http://www.cloudgizmos.com/salesforce-gmail-integration. Hope this helps!