default.meta.conf - Splunk Documentation (original) (raw)

This documentation does not apply to the most recent version of Splunk® Enterprise. For documentation on the most recent version, go to the latest release.

The following are the spec and example files for default.meta.conf.

default.meta.conf.spec

Version 7.3.0

*.meta files contain ownership information, access controls, and export

settings for Splunk objects like saved searches, event types, and views.

Each app has its own default.meta file.

Interaction of ACLs across app-level, category level, and specific object

configuration:

Set access controls on the app containing this metadata file.

[] access = read : [ * ], write : [ admin, power ]

Set access controls on this app's views.

[views]

access = read : [ * ], write : [ admin ]

Set access controls on a specific view in this app.

[views/index_status]

access = read : [ admin ], write : [ admin ]

Make this view available in all apps.

export = system

default.meta.conf.example

Version 7.3.0

This file contains example patterns for the metadata files default.meta and

local.meta

This example would make all of the objects in an app globally accessible to

all apps

[] export=system