A collection of internal Dynatrace utilities hosted on GitHub Pages.
Live site: mark-dt.github.io
| Tool | File | Description |
|---|---|---|
| Audit Log Analyser | audit-log.html |
Query Dynatrace audit logs via API, filter results, and export to CSV |
| Extension Configurator | extension-configurator.html |
Configure Dynatrace OneAgent extensions and deploy to entities |
| Dashboard Marketplace | dashboards/index.html |
Browse and deploy pre-built dashboards to a Dynatrace tenant |
index.html # Landing page
audit-log.html # Audit Log Analyser
extension-configurator.html # Extension Configurator
dashboards/
index.html # Dashboard Marketplace
js/main.js # Dashboard-specific utilities
css/main.css # Dashboard-specific styles
css/
main.css # Shared Dynatrace-themed styles
styles.css # Landing page component styles
js/
main.js # Shared utilities (CSV export, JSON highlighting)
script.js # Navigation helpers
No build tools required. Open any HTML file in a browser or serve locally:
python3 -m http.server 8000Deploy by pushing to master — GitHub Pages serves automatically.