Splunk Core Certified User — Question 56
Which command is used to validate a lookup file?
Answer options
- A. | lookup products.csv
- B. inputlookup products.csv
- C. | inputlookup products.csv
- D. | lookup_definition products.csv
Correct answer: C
Explanation
The correct answer is C, as the '| inputlookup' command is specifically designed to retrieve and validate data from a lookup file. Option A is incorrect because it lacks the necessary syntax to input the lookup. Option B does not include the '|' pipe symbol needed for command execution in this context, while option D refers to a command that does not exist for validating lookup files.