Which knowledge objects can reference field aliases?
Which of the following knowledge objects can reference field aliases?
Community Votes
100% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests your understanding of Splunk's search-time processing order, where field aliases are applied after extraction but before calculated fields, lookups, event types, and tags, which may then reference aliases.
In SPLK-1002, the correct answer is C: Calculated fields, lookups, event types, and tags. Community consensus confirms this by citing Splunk's search-time operation sequence.
Choosing A or B ignores that lookups and event types can also reference aliases. The trap is confusing extracted fields with knowledge objects that use aliases; extracted fields are the source, not a referencing object.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Splunk docs list search-time operations in order: field extraction, field aliases, calculated fields, lookups, event types, tags. Because aliases are defined before these later operations, calculated fields, lookups, event types, and tags can all reference field aliases. The options mention exactly that set.Why the Other Options Are Wrong
A and B are incomplete: they leave out lookups and event types (and B excludes event types). D incorrectly includes extracted fields; extracted fields are created before aliasing and are not themselves knowledge objects that reference aliases. The correct set is C.Community Comment Notes
One comment (likes=1) lists "Field Extractions > Field Aliases > Calculated Fields > Lookups > Event Types > Tags", confirming C. Another cites the official search-time operations sequence docs, and a third links to the Splunk 9.2.0 docs page. The community votes are uniformly for C.Official Reference
Exam Strategy
Memorize the search-time operation order as a pipeline; when asked which objects can reference aliases, remember anything after aliases in the pipeline can use them, except extraction itself. Use mnemonics like "Extract, Alias, Calculate, Lookup, Event, Tag".
Related Analysis
Practice All SPLK-1002 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SPLK-1002 Practice Test →