Splunk Infrastructure Overview — Question 54
What is the correct hierarchy of XML elements in a dashboard panel?
Answer options
- A. <panel><dashboard><row>
- B. <dashboard><row><panel>
- C. <dashboard><panel ><row>
- D. <panel><row><dashboard>
Correct answer: B
Explanation
The correct hierarchy is B: <dashboard><row><panel>, which correctly represents how these elements are nested within a dashboard structure. The other options misplace the order of the elements, which is essential for proper XML formatting and functionality.