Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Prosen-Ghosh/ee849738cce7f6436993a029666402b8 to your computer and use it in GitHub Desktop.
Save Prosen-Ghosh/ee849738cce7f6436993a029666402b8 to your computer and use it in GitHub Desktop.
[
{
"timestamp": "2024-06-08T12:45:00Z",
"level": "INFO",
"service": "auth",
"message": "User login successful",
"userId": "user123",
"ipAddress": "192.168.1.10"
},
{
"timestamp": "2024-06-08T12:47:22Z",
"level": "ERROR",
"service": "auth",
"message": "Invalid password attempt",
"userId": "user124",
"ipAddress": "192.168.1.11"
},
{
"timestamp": "2024-06-08T12:50:14Z",
"level": "INFO",
"service": "auth",
"message": "User logout successful",
"userId": "user125",
"ipAddress": "192.168.1.12"
},
{
"timestamp": "2024-06-08T12:52:45Z",
"level": "WARN",
"service": "auth",
"message": "Multiple failed login attempts",
"userId": "user126",
"ipAddress": "192.168.1.13"
},
{
"timestamp": "2024-06-08T12:55:30Z",
"level": "INFO",
"service": "auth",
"message": "Password reset requested",
"userId": "user127",
"ipAddress": "192.168.1.14"
},
{
"timestamp": "2024-06-08T12:58:10Z",
"level": "ERROR",
"service": "auth",
"message": "User account locked",
"userId": "user128",
"ipAddress": "192.168.1.15"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment