Skip to content

Instantly share code, notes, and snippets.

@tnhu
Created April 1, 2025 21:29
Show Gist options
  • Save tnhu/a132bbc606eb6cbdedd59b0bd040a31f to your computer and use it in GitHub Desktop.
Save tnhu/a132bbc606eb6cbdedd59b0bd040a31f to your computer and use it in GitHub Desktop.
audit-logs.json
{
"audit_logs": [
{
"time": "1:20:50pm",
"date": "Jan 2, 2021",
"module": "Feature Flag",
"project": "My Project X",
"environment": "Production",
"environment_type": "Production",
"user": "Peter Bishop",
"avatar_url": "https://randomuser.me/api/portraits/men/32.jpg",
"action": "Updated (Turned ON)",
"icon": "https://img.icons8.com/color/48/000000/flag--v1.png",
"object": {
"type": "Feature Flag",
"name": "CE-Views",
"status": "Published",
"approval": {
"state": "Approved",
"approver": "Olivia Dunham",
"errors": 2
}
}
},
{
"time": "1:18:50pm",
"date": "Jan 2, 2021",
"module": "Feature Flag",
"project": "My Project X",
"environment": "Production",
"environment_type": "Production",
"user": "Peter Bishop",
"avatar_url": "https://randomuser.me/api/portraits/men/32.jpg",
"action": "Creation",
"icon": "https://img.icons8.com/fluency/48/plus.png",
"object": {
"type": "Feature Flag",
"name": "CE-Views",
"status": "Pending Approval",
"approver": "Olivia Dunham"
}
},
{
"time": "1:22:50pm",
"date": "Jan 2, 2021",
"module": "Segment",
"project": "My Project X",
"environment": "Production",
"environment_type": "Production",
"user": "Peter Bishop",
"avatar_url": "https://randomuser.me/api/portraits/men/32.jpg",
"action": "Updated",
"icon": "https://img.icons8.com/fluency/48/synchronize.png",
"object": {
"type": "Segment",
"name": "CE-Views-Beta",
"status": "Published"
}
},
{
"time": "1:21:50pm",
"date": "Jan 2, 2021",
"module": "Segment",
"project": "My Project X",
"environment": "Production",
"environment_type": "Production",
"user": "Peter Bishop",
"avatar_url": "https://randomuser.me/api/portraits/men/32.jpg",
"action": "Created",
"icon": "https://img.icons8.com/fluency/48/plus.png",
"object": {
"type": "Segment",
"name": "CE-Views-Beta",
"status": "Published"
}
},
{
"time": "1:18:59pm",
"date": "Jan 2, 2021",
"module": "Feature Flag",
"project": "My Project X",
"environment": "Production",
"environment_type": "Production",
"user": "Peter Bishop",
"avatar_url": "https://randomuser.me/api/portraits/men/32.jpg",
"action": "Turned OFF",
"icon": "https://img.icons8.com/color/48/shutdown.png",
"object": {
"type": "Feature Flag",
"name": "New UI Color...",
"status": "Pending Approval",
"approver": "Olivia Dunham"
}
},
{
"time": "1:18:50pm",
"date": "Jan 2, 2021",
"module": "Pipeline",
"project": "My Project X",
"environment": "Development",
"environment_type": "Non-production",
"user": "Peter Bishop",
"avatar_url": "https://randomuser.me/api/portraits/men/32.jpg",
"action": "Paused",
"icon": "https://img.icons8.com/fluency/48/pause.png",
"object": {
"type": "Pipeline",
"name": "My First Pipeline",
"status": "Published"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment