CV0-003 · Question #298
A cloud administrator updates the syslog forwarder configuration on a local server in production to use a different port. The development team is no longer receiving the audit logs from that server…
The correct answer is B. The security team has greater permissions than the development team. After the syslog forwarder port change redirected logs to a different endpoint, the development team cannot access those logs because they lack sufficient permissions on the system now receiving them.
Question
A cloud administrator updates the syslog forwarder configuration on a local server in production to use a different port. The development team is no longer receiving the audit logs from that server. However, the security team can retrieve and search the logs for the same server. Which of the following is MOST likely the issue?
Options
- AThe development team is not looking at the correct server when querying for the logs.
- BThe security team has greater permissions than the development team.
- CThe audit logging service has been disabled on the server.
- DThe development team's syslog server is configured to listen on the wrong port.
How the community answered
(43 responses)- A5% (2)
- B70% (30)
- C16% (7)
- D9% (4)
Why each option
After the syslog forwarder port change redirected logs to a different endpoint, the development team cannot access those logs because they lack sufficient permissions on the system now receiving them.
If the development team were simply querying the wrong server, the security team querying the correct server would not explain the discrepancy because the scenario confirms both teams reference the same server.
When the forwarder port was changed, logs began routing to a different log aggregation endpoint - most likely the security team's SIEM or centralized log platform. The security team can access the logs because they hold the necessary permissions on that destination system, while the development team does not have equivalent rights to query or retrieve data from it. The permission differential between the two teams fully explains why one group sees the logs and the other does not, despite both targeting the same source server.
If audit logging were disabled on the server, no logs would be generated at all, so the security team would also be unable to retrieve logs - which directly contradicts the stated facts.
A wrong listening port on the development team's syslog collector would prevent ingestion on their system, but this is a transport issue and does not account for why the logs are already present and searchable by the security team.
Concept tested: Log access control and RBAC in centralized logging
Source: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/manage-access
Topics
Community Discussion
No community discussion yet for this question.