| 1 | API_PATH=/api/v1/users |
| 2 | CLIENT_IP=192.168.1.100 |
| 3 | IP_OCTETS=192.168.1.100 |
| 4 | MESSAGE=API access by user@example.com to /api/v1/users |
| 5 | QUERY_PARAMS=limit=50&offset=100 |
| 6 | RESPONSE_TIME_MS=150 |
| 7 | STATUS_CODE=200 |
| 8 | SYSLOG_IDENTIFIER=api-server |
| 9 | TIMESTAMP=2024-01-15T10:30:25Z |
| 10 | USER_DOMAIN=example.com |
| 11 | USER_EMAIL=user@example.com |
| 12 | USER_NAME=user |
| 13 |