Skip to content

Folder

Specify a folder on disk to scan for supported configuration files (including its sub-folders).

This option enables placing configuration, script and symbol files in a folder passed to the 10x Engine as a single command line argument as:

$ tenx @~/acme 

Folders can also be loaded by YAML config files using the include directive:

include:
#   Load the Elastic input module: https://doc.log10x.com/run/input/analyzer/elasticsearch 
  - modules/input/analyzer/elasticsearch

Resolve order

The 10x Engine will try and resolve relative file and folders names (e.g., '/acme') in the following order:

  • Resolve the path using the OS resolver.
  • Search local and remote folders (based on the order by which they were specified FIFO).
  • Search the module folder
  • Search the config folder