summaryrefslogtreecommitdiff
path: root/scenarios/log_redaction/data/logs
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/log_redaction/data/logs')
-rw-r--r--scenarios/log_redaction/data/logs/access_log_01.log4
-rw-r--r--scenarios/log_redaction/data/logs/debug_log.log3
-rw-r--r--scenarios/log_redaction/data/logs/user_activity.log3
3 files changed, 10 insertions, 0 deletions
diff --git a/scenarios/log_redaction/data/logs/access_log_01.log b/scenarios/log_redaction/data/logs/access_log_01.log
new file mode 100644
index 0000000..ffc0aa3
--- /dev/null
+++ b/scenarios/log_redaction/data/logs/access_log_01.log
@@ -0,0 +1,4 @@
+INFO: User 'john_doe' logged in from IP 192.168.1.100
+WARNING: Disk space low on /dev/sda1
+CRITICAL_FAILURE: System breach detected from IP 1.2.3.4, user 'admin'.
+INFO: User 'jane_smith' logged out from IP 10.0.0.50 \ No newline at end of file
diff --git a/scenarios/log_redaction/data/logs/debug_log.log b/scenarios/log_redaction/data/logs/debug_log.log
new file mode 100644
index 0000000..1accbd0
--- /dev/null
+++ b/scenarios/log_redaction/data/logs/debug_log.log
@@ -0,0 +1,3 @@
+DEBUG: Initializing application...
+DEBUG: Loading configuration from config.ini
+INFO: Application started successfully. \ No newline at end of file
diff --git a/scenarios/log_redaction/data/logs/user_activity.log b/scenarios/log_redaction/data/logs/user_activity.log
new file mode 100644
index 0000000..6919391
--- /dev/null
+++ b/scenarios/log_redaction/data/logs/user_activity.log
@@ -0,0 +1,3 @@
+LOGIN: user 'alice' from IP 172.16.0.10 at 2025-11-16 10:00:00
+LOGOUT: user 'alice' from IP 172.16.0.10 at 2025-11-16 10:30:00
+LOGIN: user 'bob' from IP 192.168.1.101 at 2025-11-16 11:00:00 \ No newline at end of file