Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KeyData TypeDescription
pipeletString

The name of the pipelet when uploading the KEE project to the Squirro server.

This should be unique across your KEE projects to avoid any collision.

pipelet_fileStringPath to a custom KEE pipelet.
databaseString

File name, relative to the configuration file directory, where the lookup database is located.

Default: "db/lookup.json"

versionString

A version indicator for the current KEE configuration. This can be modified whenever the strategy or the data changes significantly, thus warranting a re-tagging of previous items.

The kee rerun command makes use of this information to select older items for re-tagging.

Default: not set

version_keywordString

Name of the keyword to use for version tagging on items. If the version is set, then it is written into a keyword of this name on the item.

Default: "KEE Version"

debugBoolean

If true, a few debug options are enabled. For example the lookup database is written in a more human-readable format.

Default: false

...