Is there no way to easily export Alerts w/ the details?
Summary: Daniel Blanco voiced frustration about the lack of a quick Export button on the Alerts page in the 2026 UI4 LM, expressing that clients need a straightforward way to review Alert Details. Sky Donnell responded, offering to submit this feedback as a feature request to the Product team. Jan Garaj suggested using AI agents with Model Context Protocol support, which can perform tasks by interpreting user needs expressed in plain English, as an alternative to waiting for UI updates.
So is there no way to easily export the alerts page? Am I missing something or why is there no way to export the alerts I need to share with folks to a CSV, PDF, etc....? Why is there no way to do this on the main Alerts page? Also is there any way to list, show the actual alert details? I don't want to have to click on every alert so I can then view the alert details. Is there a way to show this as one of the columns?
So I'm looking for a way to export the Alerts I am viewing after creating my filter and to also include the Alert Message details.
Please don't tell me I have to use the horrific "Reports' section and then build a Report based on the "Alerts" template to export alerts. This as far as I can tell doesn't even allow to show the alert message details which I need included in the export/report.
Jan Garaj
·3 weeks agoIn my opinion, we are firmly in the age of AI agents. By using your preferred AI agent with Model Context Protocol (MCP) support and configuring the LogicMonitor MCP server, you no longer have to wait for native UI updates or new feature rollouts. Simply describe what you need in plain English; the agent will figure out how to achieve it via the available MCP tools, requiring only minimal guidance or nudges from you. For example:
Daniel Blanco
OP1 month agoAnd this is STILL a problem in 2026 UI4 LM today. There is no quick Export button on the Alerts page. WHY???
Clients want an alert export quickly so they can review the Alert Details and yet we still have to go thru the old "Reports" section to generate this?
Please UI folks add the "Export CSV" button to the Alerts tab in Resources. Also include a column to show the actual Alert Details.
Sky Donnell
AdminJul 17, 2026 at 2:03 PMHi Daniel. I'll submit this as a feature request to the Product team.
LM User
·6 years agoYou can add columns to the Alerts page by clicking the gear. As @Mike Moniz mentioned, reports is the way to go to get the CSV or PDF. Message is usually a multiline value that is created from other tokens so i'm guessing that's why it can't be added as a column on the page. ##MESSAGE## is a valid token for integrations.
Agreed that there should just be an "export to csv" option right on the page.
You could write an external alerting script that logs all alerts to an html, json, xml, or csv and pop that into a dashboard using the HTML widget. I think ##MESSAGE## is also available for external alerting. Or like @Mike Moniz suggested, you can get at it via the api. Shouldn't be too difficult to do with javascript, so it could theoretically be built as an HTML widget within a dashboard.
Mike Moniz
·6 years agoUse the Reports section? ;)
It does seem LM is not that strong in the reporting department. Something like that you may want to either write a script to get the details from the LM API or put in a feature request for a more detailed report. In our case, all our alerts go to our ticketing system so we tend to do reporting from that instead.