Versions Compared

Key

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

...

  • Parameter
    summaryProvider configurations
    nameproviders
    typejson
    • Parameter
      summaryProvider name
      namename
    • Parameter
      summaryType of provider, the type is the name segment of the class name (e.g. TheName is the type for TheNameProvider class)
      nametype

      Info

      As explained in the Resources page, a resource provides access to a specific set of resources from a particular storage technology.  In order for the Saga to use these providers, we need to specify them in the config file under the providers field.  The declaration of each Resource Provider depends of the resource per se; the details of each one can be find here.

  • Parameter
    summaryTag manager configuration
    nametagManager
    typejson
    • Parameter
      summaryName of the resource to use for the tags. The value should be form by "<provider_name>:<source_name>"
      defaultsaga-provider:saga_tags
      nameresource
  • Parameter
    summaryPipeline manager configuration
    namepipelineManager
    typejson
    • Parameter
      summaryName of the resource to use for the pipelines. The value should be form by "<provider_name>:<source_name>"
      defaultsaga-provider:saga_pipelines
      nameresource
  • Parameter
    summaryConnections for the server user interface (one at the moment ¯\_(ツ)_/¯ ). Use to manage the patterns, tags, and pretty much every single stored element in elasticsearch
    namesolutions
    typejson
     (server only)
    • Parameter
      summaryElasticsearch configuration
      nameelasticSearch
      typejson

      • Parameter
        summaryProtocol to use for the connection
        defaulthttp
        nameschema
      • Parameter
        summaryList of hostnames and ports to connect to
        namehostnamesAndPorts
        typestring array
      • Parameter
        summaryThis will be the prefix for all the indexes created for this Saga solution. Prefix must not contain _ (underscore) character.
        defaultsaga
        nameindexName
      • Parameter
        summaryElasticsearch username
        nameuser
      • Parameter
        summaryPath to the file holding the password
        namepassword
      • Parameter
        summaryTimeout in seconds for all the connections use by the user interface
        default30
        nametimeout
        typeinteger
      • Parameter
        summaryTime in seconds to wait before a retry of a failed connection
        default5
        namedelay
      • Parameter
        summaryNumber of times to retry a failed connection
        default3
        nameretries
        typeinteger
      • Parameter
        summarySets the maximum of elements to fetch with each request. The default is -1 indicating no limit is set
        default-1
        namemaxResults
        typeinteger

...