200-201 · Question #66
Which identifier is used to describe the application or process that submitted a log message?
The correct answer is D. facility. The 'facility' identifier is used in logging, particularly in syslog, to categorize the application or process that submitted a log message.
Question
Which identifier is used to describe the application or process that submitted a log message?
Options
- Aaction
- Bselector
- Cpriority
- Dfacility
How the community answered
(31 responses)- A3% (1)
- C3% (1)
- D94% (29)
Why each option
The 'facility' identifier is used in logging, particularly in syslog, to categorize the application or process that submitted a log message.
The 'action' describes what occurred in the log event, not the source application itself.
A 'selector' is a combination of facility and priority used in syslog configuration for filtering, not an identifier for the source application itself.
The 'priority' (or severity) describes the importance or criticality of the log message, not the application that sent it.
In syslog messages, the 'facility' field indicates the type of program or process that generated the log message, such as kernel, user-level, mail system, or security/authorization, allowing for systematic categorization of log sources.
Concept tested: Syslog message components (Facility)
Source: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-sources-syslog#syslog-data-collection
Topics
Community Discussion
No community discussion yet for this question.