Versions Compared

Key

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

...

KeyData TypeDescription
clusterString

The endpoint where Squirro has been installed.

tokenStringThe authentication token with which to log into the system. This token should be treated confidentially, so if the config file is shared, the token should not be included there. See the environment variables section for an alternative.
project_idStringProject identifier where the Known Entity Extraction is being used.

example Example usage:

Code Block
languagejs
{
    "sourcessquirro": {
        "cluster": "httphttps://www.mysquirrocluster.com",
        "token": "MY-ACCESS-TOKEN",
        "project_id": "MY-PROJECT-ID" 
    }
}

...