Splunk Core Certified Power User — Question 105

If a calculated field has the same name as an extracted field, what happens to the extracted field?

Answer options

Correct answer: A

Explanation

The correct answer is A because when a calculated field is created with the same name as an existing extracted field, it takes precedence and effectively replaces the extracted field. Options B and C are incorrect as they suggest that both fields can coexist or be duplicated, which is not the case. Option D is also wrong as no error is generated; the calculated field simply overrides the extracted one.