Splunk® Cloud Services

SPL2 Search Manual

Acrobat logo Download manual as PDF


Acrobat logo Download topic as PDF

Specifying import paths

When you import items or datasets with SPL2, the path that you specify to the item depends on your current location. You can specify the fully qualified path to the item or you can specify the relative path, based on your current module.

Consider the following image, which shows the emea namespace. Within that namespace is a nested namespace germany, which has a nested namespace munich. Each of these namespaces have a module called response_team.

In addition, the emea namespace has a module called audit_team. Under the germany namespace there is an index called de_threats. There is an import statement under the audit_team module to import the de_threats index. There is also an import statement under the germany response_team module to import the de_threats index.

This image shows a set of nested namespaces as described by the text before the image.

The following table explains the path that you specify when importing datasets between the namespaces in this example:

Current module Item Item location Type of path Statement example
Any module in the emea namespace de_threats index germany namespace Fully qualified path
import de_threats from /emea/germany
response_team module in the germany namespace de_threats index germany namespace Relative path No import statement needed.


The de_threats index is in the germany namespace.

Datasets inside a namespace are automatically available to every module in that namespace.

response_team module in the munich namespace de_threats index germany namespace Relative path







Fully qualified path

import de_threats from ../

This relative path specifies to go up one level from the current location.



import de_threats from /emea/germany
response_team module in the munich namespace emea_sites lookup emea namespace Relative path







Fully qualified path

import emea_sites from ../../

This relative path specifies to go up two levels from the current location.



import emea_sites from /emea

See also

Related information
Scope and precedence importing items
Importing items
Exporting module items
Last modified on 20 October, 2023
PREVIOUS
Importing module items and datasets using SPL2
  NEXT
Scope and precedence importing items

This documentation applies to the following versions of Splunk® Cloud Services: current


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters