Splunk Enterprise Certified Admin — Question 52

When added to an app's default.meta file, which of the following makes one of its views available to other apps?

Answer options

Correct answer: D

Explanation

The correct answer is D, as using 'export = system' in the default.meta file designates the view to be shared with other applications. Options A, B, and C do not provide the necessary permissions for view sharing; 'export = app' restricts access to the app itself, 'export = none' prevents sharing entirely, and 'export = view' is insufficient for allowing external access.