nerdexam
Cisco

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.

Submitted by yuriko_h· Mar 6, 2026Security Monitoring

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)
  • A
    3% (1)
  • C
    3% (1)
  • D
    94% (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.

Aaction

The 'action' describes what occurred in the log event, not the source application itself.

Bselector

A 'selector' is a combination of facility and priority used in syslog configuration for filtering, not an identifier for the source application itself.

Cpriority

The 'priority' (or severity) describes the importance or criticality of the log message, not the application that sent it.

DfacilityCorrect

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

#syslog#logging#log analysis#facility

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice