Courseiva
Using Fields and LookupsmediumMultiple SelectObjective-mapped

SPLK-1001 Using Fields and Lookups Practice Question

Which TWO of the following are best practices for managing lookup files in Splunk?

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

Store the lookup file in $SPLUNK_HOME/etc/system/lookups or an app's lookups directory.

The correct best practices are B and E. Place lookup files in $SPLUNK_HOME/etc/system/lookups or an app's lookups directory (B) to ensure they are properly recognized by Splunk. Always include a header row in CSV lookups (E) to map fields correctly. Option A is wrong because $SPLUNK_HOME/var/run is for runtime data, not permanent lookups. Option C is wrong because global lookups are not a built-in concept; sharing across apps is done via app-level configurations. Option D is wrong because Windows-style CRLF line endings can cause parsing issues in Splunk; Unix-style LF is recommended.

Answer analysis

Option-by-option breakdown

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

  • Place lookup files in $SPLUNK_HOME/var/run to avoid permission issues.

    Why it's wrong here

    That directory is for runtime data, not lookup files.

  • Store the lookup file in $SPLUNK_HOME/etc/system/lookups or an app's lookups directory.

    Why this is correct

    This is the standard location.

  • Use global lookups to share across all apps.

    Why it's wrong here

    App-specific lookups are preferred for manageability.

  • Use Windows-style CRLF line endings for cross-platform compatibility.

    Why it's wrong here

    Unix line endings (LF) are recommended.

  • Always include a header row in CSV lookups.

    Why this is correct

    Headers define field names.

About these practice questions

This SPLK-1001 question is part of Courseiva's 502-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.