Daily Shaarli

All links of one day in a single page.

January 5, 2021

Windows Logging Basics - The Ultimate Guide To Logging

ou can click Save All Events As or Save All Events in Custom View As (selected events) or Save All Events As (all events) to export events from the current log to an event file. The event file has an EVTX extension.

Where would you use such functionality? Suppose you want to send your system’s health status to a third-party vendor—you can provide them with an exported event file. Or, you can archive your logs before deleting them, or send your saved logs to a centralized backup medium. Saving event logs to an event file comes in handy. Administrators click on Open Saved Log and navigate to the log location to open the saved log.

How to Build a Reporting Dashboard using Dash and Plotly | by David Comfort | Towards Data Science

Therefore, I endeavored to build a multi-page web application using Dash. This article goes into the nitty, gritty details of my efforts and how I overcame several technical challenges. I should note that I come from a data scientist perspective and make no claims to be a software developer. Hence, there certainly is room for improvement in my code and I would welcome the reader’s suggestions. At the same time, I hope the reader can benefit from my efforts if they need to build complex dashboards and data tables.