Versions Compared

Key

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

...

  • Parameter
    summaryProvider configurations
    nameproviders
    typejson

        Each provider has it own configuration, which will not be review in this section
    • 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
  • 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
  • (server only) 
    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
    • Parameter
      summaryElasticsearch configuration
      nameelasticSearch
      typejson

      • Parameter
        summaryProtocol to use for the connection
        defaulthttp
        nameschema
      • Parameter
        summaryHostname of the Elasticsearch server
        defaultlocalhost
        namehostname
      • Parameter
        summaryElasticsearch port
        default9200
        nameport
        typeinteger
      • 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
        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


Saga Core & Server Configuration

...