On This Page

Home / Edge/ Reference/ Config Files/vars.yml

vars.yml

vars.yml stores configuration data for the Knowledge > Global Variables Library.

vars.yml
# Name - Global variable name
# [string; required]
id:
# Library - Library classification for the variable
# One of: cribl | cribl-custom | custom
# [string]
lib:
# Description - Description of the global variable
# [string]
description:
# Type - Data type of the variable
# One of: string | number | boolean | expression | object
# [string; required]
type:
# Value - Value or expression for the variable
# [string; required]
value:
# Tags - Tags associated with the variable
# [string]
tags:
# Arguments - For expression type variables, define function arguments
args: