Splunk Core Certified Power User — Question 168
Which of the following is true regarding field aliases?
Answer options
- A. Using field aliases overwrites the original field names.
- B. Using field aliases removes the original field names.
- C. Aliases can be created for fields extracted at index time or search time.
- D. Aliases can reference calculated field objects.
Correct answer: C
Explanation
The correct answer is C because field aliases can indeed be created for both fields extracted at index time and search time. Options A and B are incorrect as using field aliases does not overwrite or remove original field names; they simply provide an alternate name. Option D is also incorrect because while aliases can reference other fields, they do not specifically reference calculated field objects.