Forum Discussion

LuukBartels's avatar
LuukBartels
Copper Contributor
Feb 14, 2022
Solved

Adding a column in a Log Analytic Workspace dashboard for writing notes

Hi!   I am designing a Dashboard with Monitoring information I get from my Agent. I managed to make a dashboard which shows me all the current issues, but I want to a column to this table so I can ...
  • Clive_Watson's avatar
    Clive_Watson
    Feb 17, 2022
    Got it (I hope 😉 ).
    The challenge is that Azure Dashboards / Workbooks are read only (they read the Log Analytics data). So whilst you could type in a number for example to a field, it isn't written back to Log Analytics (so you lose it when you refresh).
    So for Option 2, what you can do is run a process, like a Logic App (there maybe other options, but I don't know Jira/confluence well enough). This would read the Jira record when one is created manually or automatically, or on a update action and create in a custom Log Analytics table the updated row, (with new Incident Number etc...). So when Jira is updated the dashboard would see the change from the custom table + plus any other Log Analytics table you wish to correlate with.

    Data written to Log Analytics (1.) --> Monitor Alert fires (2.) --> data sent to Jira api where a ticket number is applied (3.)
    Logic App triggers (4.)when a new Jira record (or update is made) --> data written to a custom Table in Log Analytics

    Step 2/3 can be manual for now

Resources