Skip to content

Commit

Permalink
Remove the alerting dashboard (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Clint Baxley <[email protected]>
  • Loading branch information
cbaxley and Clint Baxley authored Nov 28, 2023
1 parent 3192aa2 commit 56800fc
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 131 deletions.
18 changes: 0 additions & 18 deletions Chapter 4 Files/dashboards/alerting_dashboard.ndjson

This file was deleted.

22 changes: 11 additions & 11 deletions Chapter 4 Files/dashboards/computer_software_overview.ndjson

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Chapter 4 Files/dashboards/process_explorer.ndjson

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions Chapter 4 Files/dashboards/security_dashboard_security_log.ndjson

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions Chapter 4 Files/dashboards/sysmon_summary.ndjson

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Chapter 4 Files/dashboards/user_hr.ndjson

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions Chapter 4 Files/dashboards/user_security.ndjson

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Chapter 4 Files/export_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def get_dashboard_json(self, selected_id):

@staticmethod
def write_to_file(filename, content):
with open(filename, 'w') as file:
file.write(content)
with open(filename, 'wb') as file:
file.write(content.encode('utf-8'))


def main():
Expand Down

0 comments on commit 56800fc

Please sign in to comment.