Courseiva
easyMultiple ChoiceObjective-mapped

SPLK-1001 Practice Question: Refer to the exhibit

Exhibit

Refer to the exhibit.

# props.conf
[apache_error]
TRANSFORMS-set = set_error_type

# transforms.conf
[set_error_type]
REGEX = \[(error|warn|info)\]
FORMAT = error_type::$1
DEST_KEY = _meta

Refer to the exhibit. A Splunk user is building a data model for Apache error logs. The configuration above extracts an error_type field. However, when previewing data in the data model, the error_type field is not available. What is the most likely cause?

⚠ Common exam trap

Candidates often assume any extracted field is automatically available to data models, but Splunk requires fields to be indexed or written to the event's key-value store, not hidden in metadata like _meta.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The DEST_KEY is set to _meta, which does not make the field available for data models.

When DEST_KEY is set to _meta, the extracted field is stored in the internal metadata of the event rather than in the event's indexed fields. Data models rely on indexed fields that are part of the event's key-value structure, so fields stored in _meta are not accessible for data model field extraction or preview.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The regular expression in transforms.conf is incorrectly formatted.

    Why it's wrong here

    The regex correctly captures error, warn, or info.

  • The transforms.conf is in the wrong app context.

    Why it's wrong here

    App context would not prevent the field from being available if configured correctly.

  • The transform name in props.conf does not match the transform name in transforms.conf.

    Why it's wrong here

    The names match: 'set_error_type'.

  • The DEST_KEY is set to _meta, which does not make the field available for data models.

    Why this is correct

    _meta stores the value in internal metadata, not as an indexed or search-time field.

About these practice questions

One of 502 original SPLK-1001 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SPLK-1001 practice question is part of Courseiva's free Splunk certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SPLK-1001 exam.